diff --git a/doc/Command-Reference.md b/doc/Command-Reference.md index 80ae3da9..eebe843c 100644 --- a/doc/Command-Reference.md +++ b/doc/Command-Reference.md @@ -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) @@ -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 + ``` + +- 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