nginx_limit_speed_module icon indicating copy to clipboard operation
nginx_limit_speed_module copied to clipboard

get 32K not used!!!

Open ygm521 opened this issue 6 years ago • 0 comments

limit_speed_zone vs_bandwith_limit $server_addr 1m; limit_speed vs_bandwith_limit 10m;

[root@localhost data]# ab -c 200 -n 10000 http://192.168.1.243/32k 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 192.168.1.243 (be patient) Completed 1000 requests Completed 2000 requests Completed 3000 requests Completed 4000 requests Completed 5000 requests Completed 6000 requests Completed 7000 requests Completed 8000 requests Completed 9000 requests Completed 10000 requests Finished 10000 requests

Server Software: nginx/v0.0.1T Server Hostname: 192.168.1.243 Server Port: 80

Document Path: /32k Document Length: 32768 bytes

Concurrency Level: 200 Time taken for tests: 18.086 seconds Complete requests: 10000 Failed requests: 0 Write errors: 0 Total transferred: 330180000 bytes HTML transferred: 327680000 bytes Requests per second: 552.92 [#/sec] (mean) Time per request: 361.716 [ms] (mean) Time per request: 1.809 [ms] (mean, across all concurrent requests) Transfer rate: 17828.42 [Kbytes/sec] received

Connection Times (ms) min mean[+/-sd] median max Connect: 0 2 2.7 2 29 Processing: 42 351 232.7 163 646 Waiting: 0 7 11.4 5 115 Total: 66 354 232.3 165 649

Percentage of the requests served within a certain time (ms) 50% 165 66% 629 75% 631 80% 632 90% 634 95% 635 98% 636 99% 636 100% 649 (longest request)

ygm521 avatar Sep 04 '18 10:09 ygm521