summaryrefslogtreecommitdiff
path: root/trafgen.8
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen.8')
-rw-r--r--trafgen.89
1 files changed, 9 insertions, 0 deletions
diff --git a/trafgen.8 b/trafgen.8
index 4a888c5..31c2f52 100644
--- a/trafgen.8
+++ b/trafgen.8
@@ -152,6 +152,15 @@ 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 -A, --no-sock-mem
+Do not change systems default socket memory setting during testrun.
+Default is to boost socket buffer memory during the test to:
+.PP
+ /proc/sys/net/core/rmem_default:4194304
+ /proc/sys/net/core/wmem_default:4194304
+ /proc/sys/net/core/rmem_max:104857600
+ /proc/sys/net/core/wmem_max:104857600
+.PP
.SS -Q, --notouch-irq
Do not reassign the NIC's IRQ CPU affinity settings.
.PP