Skip to content

Commit

Permalink
Add doc for "config rate smoothing-interval"
Browse files Browse the repository at this point in the history
What I did?
Update doc/Command-Reference.md
  • Loading branch information
rayxhuangEC committed Jul 11, 2024
1 parent 22ca1a3 commit 0f70c51
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
* [Radius](#radius)
* [Radius show commands](#show-radius-commands)
* [Radius config commands](#Radius-config-commands)
* [Rate](#rate)
* [Rate config commands](#rate-config-commands)
* [sFlow](#sflow)
* [sFlow Show commands](#sflow-show-commands)
* [sFlow Config commands](#sflow-config-commands)
Expand Down Expand Up @@ -9190,6 +9192,28 @@ This command is to config the radius server for various parameter listed.
timeout Specify RADIUS server global timeout <1 - 60>
```
## Rate
### Rate config commands
**config rate smoothing-interval**
This commnad is used to change the window size of exponential moving average to make
the rates and utilization values more smooth in the output of "show interface counters"
- Usage:
```
config rate smoothing-interval <interval>
```
- Example:
```
admin@sonic:~$ sudo config rate smoothing-interval 20
```
Go Back To [Beginning of the document](#) or [Beginning of this section](#rate)
## sFlow
### sFlow Show commands
Expand Down

0 comments on commit 0f70c51

Please sign in to comment.