I am trying to test the throughput of my network using netperf utility and want to send data at different bit rates. There is -b option in iperf to control this but I am looking for same option in netperf.
Asked
Active
Viewed 308 times
1 Answers
0
If you
./configure netperf
with --enable-intervals
or --enable-spin
and then build the netperf
binary, two additional global command-line options will be enabled:
-w <time> burst interval - time between bursts of sends etc
-b <count> burst count - number of sends, etc to perform in an interval
with that, you can control the rate at which netperf
sends data.

tuomastik
- 4,559
- 5
- 36
- 48

Rick Jones
- 166
- 4