Installation of Dependencies
sudo apt-get install -y python-dev python-pip apache2-utils libev-dev
sudo pip install -U -r requirements.txt
py.test
python wsgi/wsgi-benchmark.py
server-name: uwsgi, bjoern, eventlet, fapws, gevent, meinheld, pycgi, pystandard
python wsgi/wsgi-benchmark.py gevent
bytes: 10,100,...
! to avoid too many open files / socket issues - change the default server limits https://cs.uwaterloo.ca/~brecht/servers/openfiles.html ulimit -n 999999 sudo su -c 'echo "999999" > /proc/sys/fs/file-max' etc ...
ab -n1000000 -c1000 -r http://localhost:8000/100