Are there any command line utilities which can calculate and/or limit how fast a pipe is running?
- by stsquad
I'm doing some basic stress testing of a Linux kernel network IWF with netcat. The set-up is fairly simple. On the target side:
nc -l -p 10000 > /dev/null
And on my desktop I was running:
cat /dev/urandom | nc 192.168.0.20 10000
I'm using urandom for some poor-mans fuzz testing. However I find that even at this rate I can break something…