Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here's one I like for testing bandwidth between two machines:

  host1$ while : ; do nc -l 6666 > /dev/null; done

  host2$ pv /dev/zero | nc host1 6666 
  156MiB 0:00:17 [9.46MiB/s] [    <=>              ]


You should check out iperf as well.


Looks like a useful tool. Thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: