diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-13 16:59:05 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-13 16:59:05 +0200 |
commit | ae756495304072745fc6925951ae0d8d6fb65059 (patch) | |
tree | 9ec2f2e3424b41b6ae91c791b10f251a7b021220 /trafgen.8 | |
parent | 9b9072c77d415000b110627c0f5aaa7f9d642d19 (diff) |
trafgen: switch for skipping cpu time statistics on exit
For systems with >8 CPUs it might be i) annoying or ii) uninteresting
to print CPU time statistics. So introduce a switch that can skip this
at exit.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -158,6 +158,9 @@ some ring buffer statistics. Show a built-in packet configuration example. This might be a good starting point for an initial packet configuration scenario. .PP +.SS -C, --no-cpu-stats +Do not print CPU time statistics on exit. +.PP .SS -v, --version Show version information and exit. .PP |