diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-09-05 09:59:16 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-09-05 09:59:16 +0200 |
commit | 4c61d72c3784c234881a71221db23ac60ac10f2f (patch) | |
tree | 447c33c51cd9680ed01829478a1a7a5853dfe467 | |
parent | cc93768fb3b17804ca35bb833798e4c325900783 (diff) |
ifpps: man: add -P option
Add a man page entry for the new -P option.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | ifpps.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ absolute) and software interrupts. .SS -p, --promisc Turn on promiscuous mode for the given networking device. .PP +.SS -P, --percentage +Show percentage of current throughput in relation to theoretical line rate. +.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. |