From b168f5f60a9cc4490b499a067da5273b0f40337c Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 25 Nov 2013 10:04:50 +0100 Subject: trafgen: inherit netsniff-ng's -H -Q options Also make these options available to trafgen. Signed-off-by: Daniel Borkmann --- trafgen.8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'trafgen.8') diff --git a/trafgen.8 b/trafgen.8 index d311084..6a49fd0 100644 --- a/trafgen.8 +++ b/trafgen.8 @@ -152,6 +152,15 @@ testing. .SS -u , --user resp. -g , --group 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. -- cgit v1.2.3-54-g00ecf