Skip to main content

Naive throughput measurements for Python web apps and servers

Project description

https://github.com/idlesign/narrow

release lic

Work in progress. Stay tuned.

Description

Naive throughput measurements for Python web apps and servers

This tries to measure a throughput for various Python web apps and servers

Benchmark report sample: https://idlesign.github.io/narrow/

Stands:

  • nginx_ssl_static: Nginx static response using SSL

  • nginx_ssl_tcp_uwsgi: Nginx -> UWSGI -> TCP socket -> uwsgi -> app response. Using SSL

  • nginx_ssl_unix_uwsgi: Nginx -> UWSGI -> Unix socket -> uwsgi -> app response. Using SSL

  • nginx_static: Nginx static response

  • nginx_tcp_uwsgi: Nginx -> UWSGI -> TCP socket -> uwsgi -> app response

  • nginx_unix_uwsgi: Nginx -> UWSGI -> Unix socket -> uwsgi -> app response

  • uwsgi: uwsgi HTTP router -> app response

  • uwsgi_ssl: uwsgi HTTP router -> app response. Using SSL

Apps/frameworks:

  • bottle: Bottle framework application

  • cherrypy: CherryPy framework application

  • django: Django framework application

  • flask: Flask framework application

  • py: Pure wsgi application – default

Benchers:

  • h2load: h2load from nghttp2

  • weighttp: weighttp (no SSL support)

Requirements

Basics:

Benchmarking tools (any):

Running

Run benchmarks, dump and plot the results:

$ narrow --help

$ narrow list_stands
$ narrow list_apps
$ narrow list_benchers

$ narrow runlocal --plot
$ narrow --verbose runlocal --log --stand uwsgi --app flask --bencher weighttp
$ narrow stats_plot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

narrow-0.1.0.tar.gz (18.1 kB view hashes)

Uploaded Source

Built Distribution

narrow-0.1.0-py2.py3-none-any.whl (25.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page