summaryrefslogtreecommitdiff
path: root/trafgen.8
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-13 16:59:05 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-13 16:59:05 +0200
commitae756495304072745fc6925951ae0d8d6fb65059 (patch)
tree9ec2f2e3424b41b6ae91c791b10f251a7b021220 /trafgen.8
parent9b9072c77d415000b110627c0f5aaa7f9d642d19 (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.83
1 files changed, 3 insertions, 0 deletions
diff --git a/trafgen.8 b/trafgen.8
index 1958f4b..6288ba5 100644
--- a/trafgen.8
+++ b/trafgen.8
@@ -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