This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:set ft= ts=4 sw=4 et fdm=marker: | |
use lib 'lib'; | |
use Test::Nginx::Socket::Lua; | |
use Cwd qw(cwd); | |
workers(5); | |
#worker_connections(1014); | |
master_process_enabled(1); | |
#log_level('warn'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wrk -d30 -t1 -c1 --latency http://test.com/t.txt | |
Running 30s test @ http://test.com/t.txt | |
1 threads and 1 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 196.78us 152.72us 6.68ms 97.98% | |
Req/Sec 5.25k 670.20 6.17k 74.75% | |
Latency Distribution | |
50% 181.00us | |
75% 223.00us | |
90% 259.00us |
NewerOlder