Skip to content

Instantly share code, notes, and snippets.

@lebinh
Last active August 29, 2015 14:14
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lebinh/a5cf436acc0c21757f63 to your computer and use it in GitHub Desktop.
We tested Luameter performance by running [wrk](https://github.com/wg/wrk/) to query the index page of luameter.com
!!! Without Luameter
===================
#1
Running 1m test @ http://luameter.com
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 3.82ms 10.82ms 486.99ms 98.55%
Req/Sec 1.32k 408.01 4.00k 67.98%
Latency Distribution
50% 2.43ms
75% 3.26ms
90% 8.95ms
99% 16.64ms
605495 requests in 1.00m, 5.20GB read
Requests/sec: 10091.88
Transfer/sec: 88.80MB
#2
Running 1m test @ http://luameter.com
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 5.62ms 23.66ms 463.87ms 99.13%
Req/Sec 1.24k 475.90 3.60k 68.41%
Latency Distribution
50% 2.42ms
75% 4.26ms
90% 10.02ms
99% 23.09ms
566953 requests in 1.00m, 4.87GB read
Requests/sec: 9449.94
Transfer/sec: 83.16MB
#3
Running 1m test @ http://luameter.com
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 4.23ms 10.17ms 336.77ms 97.84%
Req/Sec 1.21k 433.92 4.27k 65.04%
Latency Distribution
50% 2.49ms
75% 4.56ms
90% 9.87ms
99% 17.56ms
553466 requests in 1.00m, 4.76GB read
Requests/sec: 9224.54
Transfer/sec: 81.17MB
!!! With Luameter
=================
#1
Running 1m test @ http://luameter.com
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 5.47ms 24.34ms 550.93ms 99.16%
Req/Sec 1.11k 418.44 3.60k 68.61%
Latency Distribution
50% 1.29ms
75% 6.20ms
90% 12.95ms
99% 22.35ms
509775 requests in 1.00m, 4.38GB read
Requests/sec: 8497.07
Transfer/sec: 74.77MB
#2
Running 1m test @ http://luameter.com
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 7.30ms 34.24ms 517.40ms 99.03%
Req/Sec 1.02k 458.83 3.44k 66.06%
Latency Distribution
50% 1.36ms
75% 8.63ms
90% 13.53ms
99% 39.88ms
462605 requests in 1.00m, 3.98GB read
Requests/sec: 7710.13
Transfer/sec: 67.85MB
#3
Running 1m test @ http://luameter.com
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 4.66ms 12.46ms 481.83ms 98.10%
Req/Sec 1.03k 345.38 2.41k 65.26%
Latency Distribution
50% 1.25ms
75% 6.33ms
90% 13.13ms
99% 21.11ms
484483 requests in 1.00m, 4.16GB read
Requests/sec: 8075.09
Transfer/sec: 71.06MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment