Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created November 1, 2013 14:40
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 oberstet/7266392 to your computer and use it in GitHub Desktop.
Save oberstet/7266392 to your computer and use it in GitHub Desktop.
oberstet@corei7-ubuntu:~/scm/wsperf$ time ./wsperf ws://127.0.0.1:9002 4 64000 500 > results.json
real 0m5.274s
user 0m11.216s
sys 0m7.600s
oberstet@corei7-ubuntu:~/scm/wsperf$ ~/pypy-2.1/bin/pypy analyze.py
wsperf results - WebSocket Opening Handshake
Success: 64000
Fail: 0
Min: 2.1 ms
SD: 4.7 ms
Avg: 9.6 ms
Median: 10.6 ms
q90.0: 12.5 ms
q95.0: 13.1 ms
q99.0: 14.5 ms
q99.9: 16.8 ms
Max: 239.9 ms
oberstet@corei7-ubuntu:~/scm/wsperf$ time ./wsperf ws://127.0.0.1:9002 4 64000 500 > results.json
real 0m6.067s
user 0m11.188s
sys 0m7.620s
oberstet@corei7-ubuntu:~/scm/wsperf$ ~/pypy-2.1/bin/pypy analyze.py
wsperf results - WebSocket Opening Handshake
Success: 64000
Fail: 0
Min: 0.2 ms
SD: 5.4 ms
Avg: 10.0 ms
Median: 10.9 ms
q90.0: 13.0 ms
q95.0: 13.6 ms
q99.0: 15.3 ms
q99.9: 19.0 ms
Max: 239.0 ms
oberstet@corei7-ubuntu:~/scm/wsperf$ time ./wsperf ws://127.0.0.1:9002 4 64000 500 > results.json
real 0m5.461s
user 0m11.440s
sys 0m7.364s
oberstet@corei7-ubuntu:~/scm/wsperf$ ~/pypy-2.1/bin/pypy analyze.py
wsperf results - WebSocket Opening Handshake
Success: 64000
Fail: 0
Min: 0.1 ms
SD: 4.8 ms
Avg: 9.9 ms
Median: 10.8 ms
q90.0: 13.0 ms
q95.0: 13.6 ms
q99.0: 15.1 ms
q99.9: 17.6 ms
Max: 233.2 ms
oberstet@corei7-ubuntu:~/scm/wsperf$ time ./wsperf ws://127.0.0.1:9002 4 64000 500 > results.json
real 0m5.531s
user 0m11.092s
sys 0m7.572s
oberstet@corei7-ubuntu:~/scm/wsperf$ ~/pypy-2.1/bin/pypy analyze.py
wsperf results - WebSocket Opening Handshake
Success: 64000
Fail: 0
Min: 0.3 ms
SD: 7.6 ms
Avg: 9.4 ms
Median: 10.1 ms
q90.0: 12.5 ms
q95.0: 13.1 ms
q99.0: 15.3 ms
q99.9: 220.5 ms
Max: 240.1 ms
oberstet@corei7-ubuntu:~/scm/wsperf$ time ./wsperf ws://127.0.0.1:9002 4 64000 500 > results.json
real 0m5.277s
user 0m11.080s
sys 0m7.600s
oberstet@corei7-ubuntu:~/scm/wsperf$ ~/pypy-2.1/bin/pypy analyze.py
wsperf results - WebSocket Opening Handshake
Success: 64000
Fail: 0
Min: 2.7 ms
SD: 4.8 ms
Avg: 9.9 ms
Median: 10.8 ms
q90.0: 13.0 ms
q95.0: 13.7 ms
q99.0: 15.3 ms
q99.9: 18.1 ms
Max: 234.9 ms
oberstet@corei7-ubuntu:~/scm/wsperf$ time ./wsperf ws://127.0.0.1:9002 4 64000 500 > results.json
real 0m6.456s
user 0m11.280s
sys 0m7.320s
oberstet@corei7-ubuntu:~/scm/wsperf$ ~/pypy-2.1/bin/pypy analyze.py
wsperf results - WebSocket Opening Handshake
Success: 64000
Fail: 0
Min: 0.1 ms
SD: 6.8 ms
Avg: 8.9 ms
Median: 9.9 ms
q90.0: 11.6 ms
q95.0: 12.4 ms
q99.0: 14.2 ms
q99.9: 28.4 ms
Max: 235.6 ms
oberstet@corei7-ubuntu:~/scm/wsperf$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment