Skip to content

Instantly share code, notes, and snippets.

@ronin13
Created May 27, 2015 13:50
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 ronin13/6abdff170461a513aa29 to your computer and use it in GitHub Desktop.
Save ronin13/6abdff170461a513aa29 to your computer and use it in GitHub Desktop.
/tmp/socat-1.log:07:16:18 PM
/tmp/socat-1.log:07:16:24 PM
/tmp/socat-10.log:07:16:08 PM
/tmp/socat-4.log:07:16:14 PM
/tmp/socat-6.log:07:16:06 PM
/tmp/socat-7.log:07:16:16 PM
/tmp/socat-7.log:07:16:22 PM
/tmp/socat-8.log:07:16:10 PM
/tmp/socat-8.log:07:16:12 PM
/tmp/socat-9.log:07:16:20 PM
@ronin13
Copy link
Author

ronin13 commented May 27, 2015

With hundred concurrent requests (the earlier ones were serialized), you can see

grep . /tmp/socat*.log | cut -d: -f1 | sort | uniq -c
13 /tmp/socat-1.log
11 /tmp/socat-10.log
17 /tmp/socat-2.log
12 /tmp/socat-3.log
9 /tmp/socat-4.log
9 /tmp/socat-5.log
7 /tmp/socat-6.log
15 /tmp/socat-7.log
10 /tmp/socat-8.log
7 /tmp/socat-9.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment