griimnak
You're a slave to the money then you die
I wanted to know what are some average numbers you guys get on frameworks / backend sites you've written.
Any language, any framework, using wrk and these settings:
Here are mine,
python:flask:apache
NOTE: Don't use localhost, it's inaccurate:
Any language, any framework, using wrk and these settings:
- Tested framework / backend must have a mysql connection, must use a config file, must be in live production real world scenario, not localhost.
You must be registered for see links
)
Code:
wrk -c 20 -d 30 -t 10 --latency http://your-live-site
Here are mine,
python:flask:apache
Code:
Running 30s test @
10 threads and 20 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 134.20ms 66.31ms 1.91s 98.73%
Req/Sec 15.46 5.16 20.00 56.31%
Latency Distribution
50% 128.02ms
75% 134.09ms
90% 138.43ms
99% 284.46ms
4081 requests in 30.10s, 12.35MB read
Socket errors: connect 0, read 0, write 0, timeout 10
Requests/sec: 135.60
Transfer/sec: 420.31KB
NOTE: Don't use localhost, it's inaccurate:
Code:
Running 30s test @ http://localhost:5000
10 threads and 20 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 9.97ms 1.07ms 29.54ms 83.39%
Req/Sec 201.38 8.06 260.00 72.33%
Latency Distribution
50% 9.91ms
75% 10.25ms
90% 10.88ms
99% 13.63ms
60282 requests in 30.08s, 177.35MB read
Requests/sec: 2004.23
Last edited: