Created
March 16, 2014 09:38
-
-
Save mzedeler/9580765 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nc helsinki.solfisk.dk 8080 | perl -MTime::HiRes=time -ne '$|++; $start = time; read STDIN, $dummy, 1024*100; print time - $start, "\n"' | tee network-timing.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true; do perl -e 'while(1) { print "11111111111111\n" }' | nc -l -p 8080; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment