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
MEDUSA_BUILD_EXAMPLES=y \
CROSS_COMPILE_PREFIX=x86_64-w64-mingw32- \
CFLAGS="-DWINVER=_WIN32_WINNT_WIN10 -D_WIN32_WINNT=_WIN32_WINNT_WIN10" \
MEDUSA_TCPSOCKET_OPENSSL_ENABLE=n \
make
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