Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc for "config rate smoothing-interval" #7

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading