diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-10-24 17:38:11 +0300 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-10-26 13:48:37 +0100 |
commit | 8cddf0164f310018484b6c518f8ded87724222d7 (patch) | |
tree | 683ab8f5b10224b01b575ffe5ea11872ba839679 /flowtop.8 | |
parent | ecfd9fb37218c6a2433074432b6dfa1ef2ca392e (diff) |
flowtop: Add option for flow refresh interval
Add new -t,--interval option to specify flow refresh interval in
seconds.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
[tk: Fix type conversion on rate calculation]
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.8')
-rw-r--r-- | flowtop.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -114,6 +114,9 @@ bandwidth or for mirroring Maxmind's databases (to bypass their traffic limit policy), different hosts or IP addresses can be placed into geoip.conf, separated by a newline. .PP +.SS -t <time>, --interval <time> +Flow info refresh interval in seconds, default is 1s. +.PP .SS -v, --version Show version information and exit. .PP |