Advertisement
map_

testing localhost speed

Oct 2nd, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. nc -ld 1234 > /dev/null &
  2. dd if=/dev/urandom of=asd bs=1M count=1
  3. time sh -c 'for i in `seq 1 100`; do cat asd | nc localhost 1234; done'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement