Update config field 'sampling-rate', not 'sample-rate'
This commit is contained in:
@ -522,7 +522,7 @@ be changed.
|
|||||||
|
|
||||||
The following configuration elements are provided for the plugin:
|
The following configuration elements are provided for the plugin:
|
||||||
|
|
||||||
* **sample-rate**: Capture 1-in-N packets. Defaults to 10000. A good value is the interface
|
* **sampling-rate**: Capture 1-in-N packets. Defaults to 10000. A good value is the interface
|
||||||
bitrate divided by 1000, so for GigabitEthernet choose 1000, for TenGigabitEthernet choose
|
bitrate divided by 1000, so for GigabitEthernet choose 1000, for TenGigabitEthernet choose
|
||||||
10000 (the default).
|
10000 (the default).
|
||||||
* **polling-interval**: Determines the period of interface byte and packet counter reads. This
|
* **polling-interval**: Determines the period of interface byte and packet counter reads. This
|
||||||
@ -532,7 +532,7 @@ The following configuration elements are provided for the plugin:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sflow:
|
sflow:
|
||||||
sample-rate: 10000
|
sampling-rate: 10000
|
||||||
polling-interval: 20
|
polling-interval: 20
|
||||||
header-bytes: 128
|
header-bytes: 128
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user