Test network speed
Computer1(listen)
root@computer1:~# nc -vln 12345 >/dev/null
Computer2(send)
root@computer2:~# dd if=/dev/zero bs=1M count=1K | nc -vn 192.168.1.1 12345
Connection to 192.168.1.1 12345 port [tcp/*] succeeded!
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 16.7192 s, 64.2 MB/s
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.
Comments
// Begin Comments & Trackbacks ?>No comments yet.
Sorry, the comment form is closed at this time.