medusa
git clone --recursive https://github.com/SecureIndustries/medusa.git
or
git clone https://github.com/SecureIndustries/medusa.git
cd medusa
git submodule update --init --recursive
apt install gcc
apt install make
apt install pkg-config
cd medusa
make
make tests
C connections to URL, each connection sends N requests with interval I milliseconds between requests using keep-alive K feature.
medusa-server-benchmark -c C -n N -i I -k K -v 0 URL