Skip to content

Instantly share code, notes, and snippets.

@azet
Last active December 11, 2015 04:58
Show Gist options
  • Save azet/4548834 to your computer and use it in GitHub Desktop.
Save azet/4548834 to your computer and use it in GitHub Desktop.
apache benchmark against gatling
$ ab -n 100000 -c 1000 http://10.60.40.248/
This is ApacheBench, Version 2.0.41-dev <$Revision: 1.121.2.12 $> apache-2.0
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 2006 The Apache Software Foundation, http://www.apache.org/
Benchmarking 10.60.40.248 (be patient)
Completed 10000 requests
Completed 20000 requests
Completed 30000 requests
Completed 40000 requests
Completed 50000 requests
Completed 60000 requests
Completed 70000 requests
Completed 80000 requests
Completed 90000 requests
Finished 100000 requests
Server Software: Gatling/0.13
Server Hostname: 10.60.40.248
Server Port: 80
Document Path: /
Document Length: 524 bytes
Concurrency Level: 1000
Time taken for tests: 34.279055 seconds
Complete requests: 100000
Failed requests: 0
Write errors: 0
Total transferred: 65404578 bytes
HTML transferred: 52403668 bytes
Requests per second: 2917.23 [#/sec] (mean)
Time per request: 342.791 [ms] (mean)
Time per request: 0.343 [ms] (mean, across all concurrent requests)
Transfer rate: 1863.27 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 218 679.6 1 15037
Processing: 6 101 758.9 15 28022
Waiting: 6 100 758.9 14 28021
Total: 7 319 1059.1 17 31008
Percentage of the requests served within a certain time (ms)
50% 17
66% 28
75% 230
80% 236
90% 1015
95% 1230
98% 3016
99% 3234
100% 31008 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment