Created
June 11, 2010 14:39
-
-
Save mape/434549 to your computer and use it in GitHub Desktop.
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
| Mathias-Petterssons-iMac:~ mape$ ab -n 20000 -c 200 -k http://mape.me:9999/ | |
| 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 mape.me (be patient) | |
| Completed 2000 requests | |
| Completed 4000 requests | |
| Completed 6000 requests | |
| Completed 8000 requests | |
| Completed 10000 requests | |
| Completed 12000 requests | |
| Completed 14000 requests | |
| Completed 16000 requests | |
| Completed 18000 requests | |
| Completed 20000 requests | |
| Finished 20000 requests | |
| Server Software: | |
| Server Hostname: mape.me | |
| Server Port: 9999 | |
| Document Path: / | |
| Document Length: 574 bytes | |
| Concurrency Level: 200 | |
| Time taken for tests: 0.568 seconds | |
| Complete requests: 20000 | |
| Failed requests: 0 | |
| Write errors: 0 | |
| Keep-Alive requests: 20000 | |
| Total transferred: 16461245 bytes | |
| HTML transferred: 11480000 bytes | |
| Requests per second: 35231.05 [#/sec] (mean) | |
| Time per request: 5.677 [ms] (mean) | |
| Time per request: 0.028 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 28317.73 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 0 0 0.3 0 5 | |
| Processing: 1 6 2.6 6 32 | |
| Waiting: 1 5 2.5 6 23 | |
| Total: 1 6 2.6 6 32 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 6 | |
| 66% 7 | |
| 75% 8 | |
| 80% 8 | |
| 90% 9 | |
| 95% 9 | |
| 98% 9 | |
| 99% 11 | |
| 100% 32 (longest request) |
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
| mape@dunderklumpen:~/.node_libraries/Connect/examples/multitouch$ uname -a | |
| Linux dunderklumpen 2.6.26-2-amd64 #1 SMP Tue Mar 9 22:29:32 UTC 2010 x86_64 GNU/Linux | |
| // The multitouch app has {filter: "log"} disabled. | |
| mape@dunderklumpen:~/.node_libraries/Connect/examples/multitouch$ connect -n 4 -p 9999 app | |
| DEBUG: Child spawned 23370 | |
| DEBUG: Child spawned 23371 | |
| DEBUG: Child spawned 23372 | |
| DEBUG: Child spawned 23373 | |
| Connect server listening on http://*:9999 in development mode | |
| Connect server listening on http://*:9999 in development mode | |
| Connect server listening on http://*:9999 in development mode | |
| Connect server listening on http://*:9999 in development mode | |
| // CPU info | |
| processor : 3 | |
| vendor_id : GenuineIntel | |
| cpu family : 6 | |
| model : 15 | |
| model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz | |
| stepping : 11 | |
| cpu MHz : 2400.000 | |
| cache size : 4096 KB | |
| physical id : 0 | |
| siblings : 4 | |
| core id : 1 | |
| cpu cores : 4 | |
| apicid : 1 | |
| initial apicid : 1 | |
| fpu : yes | |
| fpu_exception : yes | |
| cpuid level : 10 | |
| wp : yes | |
| flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm | |
| bogomips : 4800.02 | |
| clflush size : 64 | |
| cache_alignment : 64 | |
| address sizes : 36 bits physical, 48 bits virtual | |
| power management: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment