Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pentium10/0e4ff5417cb3e32274d34f0047735845 to your computer and use it in GitHub Desktop.
Save pentium10/0e4ff5417cb3e32274d34f0047735845 to your computer and use it in GitHub Desktop.
wrk -t5 -c200 -d300s https://fat-apache-container/php_info.php
Running 5m test @ https://fat-apache-container/php_info.php
5 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 546.14ms 380.60ms 2.00s 76.86%
Req/Sec 69.65 43.33 350.00 71.01%
103361 requests in 5.00m, 7.86GB read
Socket errors: connect 0, read 1, write 0, timeout 2200
Requests/sec: 344.49
Transfer/sec: 26.83MB
=====================================================================
wrk -t5 -c200 -d300s https://slim-apache-container/php_info.php
Running 5m test @ https://slim-apache-container/php_info.php
5 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 471.60ms 345.38ms 2.00s 80.76%
Req/Sec 82.87 52.32 340.00 62.96%
123229 requests in 5.00m, 9.34GB read
Socket errors: connect 0, read 0, write 0, timeout 2110
Requests/sec: 410.70
Transfer/sec: 31.88MB
wrk -t5 -c200 -d300s https://fat-just-php-container/php_info.php
Running 5m test @ https://fat-just-php-container/php_info.php
5 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 75.66ms 25.76ms 1.95s 97.42%
Req/Sec 526.50 101.51 767.00 82.12%
784635 requests in 5.00m, 12.10GB read
Socket errors: connect 0, read 0, write 0, timeout 181
Non-2xx or 3xx responses: 631
Requests/sec: 2615.13
Transfer/sec: 41.31MB
===================================================================
wrk -t5 -c200 -d300s https://slim-just-php-container/php_info.php
Running 5m test @ https://slim-just-php-container/php_info.php
5 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 74.35ms 24.17ms 1.80s 98.09%
Req/Sec 546.77 52.63 690.00 83.36%
815252 requests in 5.00m, 12.57GB read
Non-2xx or 3xx responses: 846
Requests/sec: 2717.28
Transfer/sec: 42.92MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment