diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 18:14:33 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 18:21:06 +0200 |
commit | 6511978b4b367e078e9a205e1109f7bd75d01ec5 (patch) | |
tree | 93040481fe4ebc20372a1adb6f1b22676bffb1b7 /ifpps.8 | |
parent | 083d99b28fa93c18d1baf355f7135d21fba624d2 (diff) |
ifpps: warn about increase -t when high speed
Collecting device statistics on high speed every second can be very
costly, so warn about this in ncurses mode.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ifpps.8')
-rw-r--r-- | ifpps.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ is only available, if option \[lq]\-c\[rq] is given. For \[lq]\-l\[rq] it is usually recommended to redirect the output into a file that is to be be processed later with gnuplot(1). .PP +.SS -W, --no-warn +Suppress possible warnings in the ncurses output, e.g. about a too low sampling +interval that could cause performance regression. +.PP .SS -v, --version Show version information. .PP |