|
110 | 110 | * [QoS Show commands](#qos-show-commands)
|
111 | 111 | * [PFC](#pfc)
|
112 | 112 | * [Queue And Priority-Group](#queue-and-priority-group)
|
| 113 | + * [Buffer Pool](#buffer-pool) |
113 | 114 | * [QoS config commands](#qos-config-commands)
|
114 | 115 | * [sFlow](#sflow)
|
115 | 116 | * [sFlow Show commands](#sflow-show-commands)
|
@@ -340,6 +341,7 @@ This command displays the full list of show commands available in the software;
|
340 | 341 | aaa Show AAA configuration
|
341 | 342 | acl Show ACL related information
|
342 | 343 | arp Show IP ARP table
|
| 344 | + buffer_pool Show details of the Buffer-pools |
343 | 345 | clock Show date and time
|
344 | 346 | ecn Show ECN configuration
|
345 | 347 | environment Show environmentals (voltages, fans, temps)
|
@@ -6169,6 +6171,52 @@ This command displays the user persistet-watermark for the queues (Egress shared
|
6169 | 6171 | admin@sonic:~$ sonic-clear priority-group persistent-watermark headroom
|
6170 | 6172 | ```
|
6171 | 6173 |
|
| 6174 | +#### Buffer Pool |
| 6175 | +
|
| 6176 | +This sub-section explains the following buffer pool parameters that can be displayed using "show buffer_pool" command. |
| 6177 | +1) buffer pool watermark |
| 6178 | +2) buffer pool persistent-watermark |
| 6179 | +
|
| 6180 | +**show buffer_pool watermark** |
| 6181 | +
|
| 6182 | +This command displays the user watermark for all the buffer pools |
| 6183 | +
|
| 6184 | +- Usage: |
| 6185 | + ``` |
| 6186 | + show buffer_pool watermark |
| 6187 | + ``` |
| 6188 | +
|
| 6189 | +- Example: |
| 6190 | + ``` |
| 6191 | + admin@sonic:~$ show buffer_pool watermark |
| 6192 | + Shared pool maximum occupancy: |
| 6193 | + Pool Bytes |
| 6194 | + --------------------- ------- |
| 6195 | + ingress_lossless_pool 0 |
| 6196 | + lossy_pool 2464 |
| 6197 | + ``` |
| 6198 | +
|
| 6199 | +
|
| 6200 | +**show buffer_pool persistent-watermark** |
| 6201 | +
|
| 6202 | +This command displays the user persistent-watermark for all the buffer pools |
| 6203 | +
|
| 6204 | +- Usage: |
| 6205 | + ``` |
| 6206 | + show buffer_pool persistent-watermark |
| 6207 | + ``` |
| 6208 | +
|
| 6209 | +- Example: |
| 6210 | + ``` |
| 6211 | + admin@sonic:~$ show buffer_pool persistent-watermark |
| 6212 | + Shared pool maximum occupancy: |
| 6213 | + Pool Bytes |
| 6214 | + --------------------- ------- |
| 6215 | + ingress_lossless_pool 0 |
| 6216 | + lossy_pool 2464 |
| 6217 | + ``` |
| 6218 | +
|
| 6219 | +
|
6172 | 6220 |
|
6173 | 6221 | ### QoS config commands
|
6174 | 6222 |
|
|
0 commit comments