Skip to content

Instantly share code, notes, and snippets.

@mzedeler
Created March 16, 2014 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzedeler/9580765 to your computer and use it in GitHub Desktop.
Save mzedeler/9580765 to your computer and use it in GitHub Desktop.
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
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