diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-04-30 12:10:39 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-04-30 12:10:39 +0200 |
commit | d6c3cbd1fab7fd29d60970f97459f31a5f09806f (patch) | |
tree | 99e92aa55484cb6453b4aa903f4146acb0a4a678 | |
parent | ec2c6ad0658638552ca547a695953609f3b7bd9c (diff) |
man: netsniff-ng: add documentation for option
This was left forgotten during writing of the man page, so fix it
up and add missing documentation.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | man/netsniff-ng.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/netsniff-ng.8 b/man/netsniff-ng.8 index 9bb183e..023f777 100644 --- a/man/netsniff-ng.8 +++ b/man/netsniff-ng.8 @@ -163,7 +163,9 @@ Manually define the RX_RING resp. TX_RING size in ``<num>KiB/MiB/GiB''. On default the size is being determined based on the network connectivity rate. .SS -k <uint>, --kernel-pull <uint> -Manually define +Manually define the interval in micro-seconds where the kernel should be triggered +to batch process the ring buffer frames. On default, it is every 10us, but it can +manually be prolonged, for instance. .SS -b <cpu>, --bind-cpu <cpu> Pin netsniff-ng to a specific CPU and also pin resp. migrate the NIC's IRQ |