Skip to content

Instantly share code, notes, and snippets.

@sergray
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergray/d95841f41ed77db9f4d3 to your computer and use it in GitHub Desktop.
Save sergray/d95841f41ed77db9f4d3 to your computer and use it in GitHub Desktop.
Result of Apache Benchmark with 3 concurrent requests to async_flask.py
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)...--------------------------------------------------------------------------------
DEBUG in async_flask [async_flask.py:28]:
started 1
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
DEBUG in async_flask [async_flask.py:28]:
started 2
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
DEBUG in async_flask [async_flask.py:28]:
started 3
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
DEBUG in async_flask [async_flask.py:37]:
finished 2
--------------------------------------------------------------------------------
127.0.0.1 - - [2014-12-08 08:22:14] "GET /Seattle.jpg HTTP/1.0" 200 15296530 13.064214
--------------------------------------------------------------------------------
DEBUG in async_flask [async_flask.py:37]:
finished 3
--------------------------------------------------------------------------------
127.0.0.1 - - [2014-12-08 08:22:14] "GET /Seattle.jpg HTTP/1.0" 200 15296530 13.655824
--------------------------------------------------------------------------------
DEBUG in async_flask [async_flask.py:37]:
finished 1
--------------------------------------------------------------------------------
127.0.0.1 - - [2014-12-08 08:22:19] "GET /Seattle.jpg HTTP/1.0" 200 15296530 18.704798
..done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 5000
Document Path: /Seattle.jpg
Document Length: 15296429 bytes
Concurrency Level: 3
Time taken for tests: 18.707 seconds
Complete requests: 3
Failed requests: 0
Write errors: 0
Total transferred: 45889590 bytes
HTML transferred: 45889287 bytes
Requests per second: 0.16 [#/sec] (mean)
Time per request: 18706.872 [ms] (mean)
Time per request: 6235.624 [ms] (mean, across all concurrent requests)
Transfer rate: 2395.59 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 0
Processing: 13094 15164 3082.7 16198 18707
Waiting: 1281 1804 751.3 2066 2665
Total: 13095 15164 3082.8 16198 18707
Percentage of the requests served within a certain time (ms)
50% 13690
66% 13690
75% 18707
80% 18707
90% 18707
95% 18707
98% 18707
99% 18707
100% 18707 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment