Skip to content

Instantly share code, notes, and snippets.

@Turini
Created September 27, 2013 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Turini/6730756 to your computer and use it in GitHub Desktop.
Save Turini/6730756 to your computer and use it in GitHub Desktop.
ApacheBench do Brutal em Produção
---------------------------------------------------------------------------
Em PROD, antes de atualizar o VRaptor4
---------------------------------------------------------------------------
Rodrigo ~ $ ab -c 10 -n 100 http://www.guj.com.br/
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 www.guj.com.br (be patient)...
..done
Server Software: nginx/1.1.19
Server Hostname: www.guj.com.br
Server Port: 80
Document Path: /
Document Length: 88524 bytes
Concurrency Level: 10
Time taken for tests: 29.736 seconds
Complete requests: 100
Failed requests: 20
(Connect: 0, Receive: 0, Length: 20, Exceptions: 0)
Write errors: 0
Total transferred: 8876972 bytes
HTML transferred: 8852380 bytes
Requests per second: 3.36 [#/sec] (mean)
Time per request: 2973.646 [ms] (mean)
Time per request: 297.365 [ms] (mean, across all concurrent requests)
Transfer rate: 291.52 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 145 219 209.0 169 1285
Processing: 1060 2650 852.0 2776 7291
Waiting: 295 1253 450.7 1372 2122
Total: 1217 2869 869.3 2965 7479
Percentage of the requests served within a certain time (ms)
50% 2965
66% 3150
75% 3279
80% 3316
90% 3528
95% 4420
98% 4843
99% 7479
100% 7479 (longest request)
---------------------------------------------------------------------------
Em PROD, depois de atualizar o VRaptor4
---------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment