Monthly Archives: November 2014

measure network speed with netcat

destination: sudo nc -lkv 9999 > /dev/null src: dd if=/dev/zero bs=1024K count=512 | nc -v 10.5.5.21 9999 (copy 10meg data with block size 16k)

Posted in netcat | Tagged | Leave a comment