diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-11-25 10:04:50 +0100 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-11-25 10:05:55 +0100 |
commit | b168f5f60a9cc4490b499a067da5273b0f40337c (patch) | |
tree | 2294e8872f330e34574c329b4dfbaef3441ef756 /trafgen.8 | |
parent | 6feb59668308a326ec979b7992613138b986c985 (diff) |
trafgen: inherit netsniff-ng's -H -Q options
Also make these options available to trafgen.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -152,6 +152,15 @@ testing. .SS -u <uid>, --user <uid> resp. -g <gid>, --group <gid> After ring setup, drop privileges to a non-root user/group combination. .PP +.SS -H, --prio-high +Set this process as a high priority process in order to achieve a higher +scheduling rate resp. CPU time. This is however not the default setting, since +it could lead to starvation of other processes, for example low priority kernel +threads. +.PP +.SS -Q, --notouch-irq +Do not reassign the NIC's IRQ CPU affinity settings. +.PP .SS -V, --verbose Let trafgen be more talkative and let it print the parsed configuration and some ring buffer statistics. |