wsperf
wsperf copied to clipboard
WebSocket performance and stress testing tool
Environment variable has: WSPP_ROOT=/Users/arungupta/workspaces/websocketpp BOOST_ROOT=/Users/arungupta/tools/boost_1_55_0 Invoking "scons" in wsperf directory gives the following error: Traceback (most recent call last): File "/usr/local/bin/scons", line 5, in pkg_resources.run_script('SCons==2.3.0', 'scons') File "build/bdist.macosx-10.9-intel/egg/pkg_resources.py", line 488,...
I am still unsure how to best approach. E.g. on one hand, there is I think a fundamental tradeoff between throughput and latency. Maximizing throughput would be simply done by...
When running multi-threaded (or also with a single thread and with testee on same machine), it seems important for performance (absolulte and consistency) to set the CPU core affinity of...
It would be helpful to have 4 options for the behavior after opening handshake has been completed: 1. leave open 2. perform WebSocket closing handshake (_as now_) 3. perform orderely...