Skip to content

Instantly share code, notes, and snippets.

@creationix
Created January 23, 2015 19:38
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 creationix/9b46f12f44331b19d3c1 to your computer and use it in GitHub Desktop.
Save creationix/9b46f12f44331b19d3c1 to your computer and use it in GitHub Desktop.
Luvit 2.0 http sample
[tim@cardboard examples]$ ab -n 10000 -c 40 -k http://127.0.0.1:8080/
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (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:
Server Hostname: 127.0.0.1
Server Port: 8080
Document Path: /
Document Length: 12 bytes
Concurrency Level: 40
Time taken for tests: 1.485 seconds
Complete requests: 10000
Failed requests: 0
Keep-Alive requests: 0
Total transferred: 1140000 bytes
HTML transferred: 120000 bytes
Requests per second: 6734.26 [#/sec] (mean)
Time per request: 5.940 [ms] (mean)
Time per request: 0.148 [ms] (mean, across all concurrent requests)
Transfer rate: 749.71 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 2
Processing: 4 6 1.4 5 12
Waiting: 1 3 1.3 3 10
Total: 4 6 1.4 5 13
Percentage of the requests served within a certain time (ms)
50% 5
66% 6
75% 7
80% 7
90% 8
95% 8
98% 9
99% 11
100% 13 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment