Skip to content

AlperKarapinar/medusa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medusa

  1. overview
  2. download
  3. build
  4. benchmark

1. overview

medusa

2. download

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

3. build

apt install gcc
apt install make
apt install pkg-config

cd medusa
make
make tests

4. benchmark

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

About

medusa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Other 1.7%