Skip to content

Commit 0f70c51

Browse files
committed
Add doc for "config rate smoothing-interval"
What I did? Update doc/Command-Reference.md
1 parent 22ca1a3 commit 0f70c51

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/Command-Reference.md

+24
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@
149149
* [Radius](#radius)
150150
* [Radius show commands](#show-radius-commands)
151151
* [Radius config commands](#Radius-config-commands)
152+
* [Rate](#rate)
153+
* [Rate config commands](#rate-config-commands)
152154
* [sFlow](#sflow)
153155
* [sFlow Show commands](#sflow-show-commands)
154156
* [sFlow Config commands](#sflow-config-commands)
@@ -9190,6 +9192,28 @@ This command is to config the radius server for various parameter listed.
91909192
timeout Specify RADIUS server global timeout <1 - 60>
91919193
91929194
```
9195+
9196+
## Rate
9197+
9198+
### Rate config commands
9199+
9200+
**config rate smoothing-interval**
9201+
9202+
This commnad is used to change the window size of exponential moving average to make
9203+
the rates and utilization values more smooth in the output of "show interface counters"
9204+
9205+
- Usage:
9206+
```
9207+
config rate smoothing-interval <interval>
9208+
```
9209+
9210+
- Example:
9211+
```
9212+
admin@sonic:~$ sudo config rate smoothing-interval 20
9213+
```
9214+
9215+
Go Back To [Beginning of the document](#) or [Beginning of this section](#rate)
9216+
91939217
## sFlow
91949218
91959219
### sFlow Show commands

0 commit comments

Comments
 (0)