Created
October 13, 2012 07:22
-
-
Save truedat101/3883652 to your computer and use it in GitHub Desktop.
SMILE Plug load test 1 - 100000 requests with 1000 concurrent requests , server is https://npmjs.org/package/js.js
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
SMILE Plug is running: | |
Linux SMILEplug 2.6.35.9-ARCH #7 PREEMPT Wed Sep 19 14:07:47 MDT 2012 armv7l GNU/Linux | |
root@SMILEplug:~/spdist# cat /proc/cpuinfo | |
Processor : Marvell PJ4Bv7 Processor�� rev 1 (v7l) | |
BogoMIPS : 1199.30 | |
Features : swp half thumb fastmult vfp edsp vfpv3 vfpv3d16 | |
CPU implementer : 0x56 | |
CPU architecture: 7 | |
CPU variant : 0x1 | |
CPU part : 0x581 | |
CPU revision : 1 | |
Hardware : Marvell Armada-370 | |
Revision : 0000 | |
Serial : 0000000000000000 | |
I followed the work from: http://zgadzaj.com/benchmarking-nodejs-basic-performance-tests-against-apache-php | |
=============================================================================================== | |
dkords@fastthing:/tmp/results$ ab -r -n 100000 -c 1000 http://10.0.0.16/index.html | |
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 10.0.0.16 (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 | |
Completed 100000 requests | |
Finished 100000 requests | |
Server Software: | |
Server Hostname: 10.0.0.16 | |
Server Port: 80 | |
Document Path: /index.html | |
Document Length: 6780 bytes | |
Concurrency Level: 1000 | |
Time taken for tests: 346.836 seconds | |
Complete requests: 100000 | |
Failed requests: 18308 | |
(Connect: 0, Receive: 6102, Length: 6102, Exceptions: 6104) | |
Write errors: 0 | |
Total transferred: 648284154 bytes | |
HTML transferred: 636825060 bytes | |
Requests per second: 288.32 [#/sec] (mean) | |
Time per request: 3468.355 [ms] (mean) | |
Time per request: 3.468 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1825.33 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 1080 2848.5 1 9048 | |
Processing: 265 2318 4923.1 966 113323 | |
Waiting: 0 1005 1218.3 886 113322 | |
Total: 278 3397 5494.3 972 113324 | |
Percentage of the requests served within a certain time (ms) | |
50% 972 | |
66% 1011 | |
75% 1096 | |
80% 3968 | |
90% 10071 | |
95% 21041 | |
98% 21059 | |
99% 21067 | |
100% 113324 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment