2016-05-04

May 4 Thread.

Please post your solutions to the May 4th Let's Experiment to this thread.
Best, Chris
Please post your solutions to the May 4th Let's Experiment to this thread. Best, Chris

-- May 4 Thread
 Server Software:        Apache/2.4.7
 Server Hostname:        localhost
 Server Port:            8080
 
 Document Path:          /dark.horse/index.php
 Document Length:        12777 bytes
 
 Concurrency Level:      1/10/100
 Time taken for tests:   23.494/7.119/8.161 seconds
 Complete requests:      1000
 Failed requests:        0
 Total transferred:      13163000 bytes
 HTML transferred:       12777000 bytes
 Requests per second:      42.56 / 140.47 / 122.53 [#/sec] (mean)
 Time per request:        23.494 / 71.191 / 816.53 [ms] (mean)
 Time per request:        23.494 /  7.119 /  8.161 [ms] (mean, across all concurrent requests)
 Transfer rate:           547.15 /1805.63 /1575.10 [Kbytes/sec] received
 
 Connection Times (ms)
                    min            mean             [+/-sd]              median               max
 Connect:        0 / 0  /  0    0 /  0 /  66   0.0 / 0.01 / 248.3      0 /  0 /   0       1 /   1 / 1002
 Processing:    14 / 13 / 44   23 / 71 / 722  74.3 / 23.3 / 225.9     18 / 70 / 766    1519 / 200 / 1163
 Waiting:       14 / 12 / 43   23 / 70 / 720  74.3 / 23.3 / 225.6     17 / 69 / 765    1518 / 199 / 1162
 Total:         14 / 13 / 46   23 / 71 / 788  74.3 / 23.3 / 287.2     18 / 70 / 785    1519 / 200 / 1906
 
 Percentage of the requests served within a certain time (ms)
   50%     18 / 70  / 785
   66%     19 / 78  / 850
   75%     20 / 84  / 900
   80%     20 / 89  / 936
   90%     21 / 100 / 1020
   95%     23 / 113 / 1353
   98%     25 / 124 / 1594
   99%     29 / 135 / 1664
  100%   1519 / 200 / 1906 (longest request)
The more requests ab does per second, the slower they get, but it's not linear. The difference from c1 to c10 is a factor of about three, but the difference from c10 to c100 is a factor of about ten. Neither test had failed requests. Machete don't fail requests.
Server Software: Apache/2.4.7 Server Hostname: localhost Server Port: 8080 Document Path: /dark.horse/index.php Document Length: 12777 bytes Concurrency Level: 1/10/100 Time taken for tests: 23.494/7.119/8.161 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 13163000 bytes HTML transferred: 12777000 bytes Requests per second: 42.56 / 140.47 / 122.53 [#/sec] (mean) Time per request: 23.494 / 71.191 / 816.53 [ms] (mean) Time per request: 23.494 / 7.119 / 8.161 [ms] (mean, across all concurrent requests) Transfer rate: 547.15 /1805.63 /1575.10 [Kbytes/sec] received Connection Times (ms) min mean [+/-sd] median max Connect: 0 / 0 / 0 0 / 0 / 66 0.0 / 0.01 / 248.3 0 / 0 / 0 1 / 1 / 1002 Processing: 14 / 13 / 44 23 / 71 / 722 74.3 / 23.3 / 225.9 18 / 70 / 766 1519 / 200 / 1163 Waiting: 14 / 12 / 43 23 / 70 / 720 74.3 / 23.3 / 225.6 17 / 69 / 765 1518 / 199 / 1162 Total: 14 / 13 / 46 23 / 71 / 788 74.3 / 23.3 / 287.2 18 / 70 / 785 1519 / 200 / 1906 Percentage of the requests served within a certain time (ms) 50% 18 / 70 / 785 66% 19 / 78 / 850 75% 20 / 84 / 900 80% 20 / 89 / 936 90% 21 / 100 / 1020 95% 23 / 113 / 1353 98% 25 / 124 / 1594 99% 29 / 135 / 1664 100% 1519 / 200 / 1906 (longest request) The more requests ab does per second, the slower they get, but it's not linear. The difference from c1 to c10 is a factor of about three, but the difference from c10 to c100 is a factor of about ten. Neither test had failed requests. Machete don't fail requests.

-- May 4 Thread
Sarikas-MacBook-Pro:htdocs Sarika$ ab -n200 -c1 http://localhost/Hw3/register.php This is ApacheBench, Version 2.3 <$Revision: 1663405 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests
Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80
Document Path: /Hw3/register.php Document Length: 1186 bytes
Concurrency Level: 1 Time taken for tests: 0.102 seconds Complete requests: 200 Failed requests: 0 Total transferred: 287400 bytes HTML transferred: 237200 bytes Requests per second: 1954.50 [#/sec] (mean) Time per request: 0.512 [ms] (mean) Time per request: 0.512 [ms] (mean, across all concurrent requests) Transfer rate: 2742.79 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.0 0 0 Processing: 0 0 0.1 0 1 Waiting: 0 0 0.1 0 1 Total: 0 0 0.1 0 1
Percentage of the requests served within a certain time (ms)
  50%      0
  66%      0
  75%      1
  80%      1
  90%      1
  95%      1
  98%      1
  99%      1
 100%      1 (longest request)
Sarikas-MacBook-Pro:htdocs Sarika$ ab -n200 -c10 http://localhost/Hw3/register.php This is ApacheBench, Version 2.3 <$Revision: 1663405 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests
Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80
Document Path: /Hw3/register.php Document Length: 1186 bytes
Concurrency Level: 10 Time taken for tests: 0.041 seconds Complete requests: 200 Failed requests: 0 Total transferred: 287400 bytes HTML transferred: 237200 bytes Requests per second: 4830.80 [#/sec] (mean) Time per request: 2.070 [ms] (mean) Time per request: 0.207 [ms] (mean, across all concurrent requests) Transfer rate: 6779.16 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.3 0 2 Processing: 1 2 0.4 1 3 Waiting: 1 1 0.4 1 3 Total: 1 2 0.5 2 4 ERROR: The median and mean for the processing time are more than twice the standard
       deviation apart. These results are NOT reliable.
Percentage of the requests served within a certain time (ms)
  50%      2
  66%      2
  75%      2
  80%      2
  90%      3
  95%      3
  98%      3
  99%      4
 100%      4 (longest request)
Sarikas-MacBook-Pro:htdocs Sarika$ ab -n200 -c100 http://localhost/Hw3/register.php This is ApacheBench, Version 2.3 <$Revision: 1663405 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests
Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80
Document Path: /Hw3/register.php Document Length: 1186 bytes
Concurrency Level: 100 Time taken for tests: 0.041 seconds Complete requests: 200 Failed requests: 0 Total transferred: 287400 bytes HTML transferred: 237200 bytes Requests per second: 4923.68 [#/sec] (mean) Time per request: 20.310 [ms] (mean) Time per request: 0.203 [ms] (mean, across all concurrent requests) Transfer rate: 6909.50 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 2 1.2 2 4 Processing: 2 14 5.3 17 19 Waiting: 2 14 5.4 17 19 Total: 6 15 4.3 18 20
Percentage of the requests served within a certain time (ms)
  50%     18
  66%     18
  75%     18
  80%     19
  90%     19
  95%     19
  98%     20
  99%     20
 100%     20 (longest request)
Sarikas-MacBook-Pro:htdocs Sarika$
Sarikas-MacBook-Pro:htdocs Sarika$ ab -n200 -c1 http://localhost/Hw3/register.php This is ApacheBench, Version 2.3 <$Revision: 1663405 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /Hw3/register.php Document Length: 1186 bytes Concurrency Level: 1 Time taken for tests: 0.102 seconds Complete requests: 200 Failed requests: 0 Total transferred: 287400 bytes HTML transferred: 237200 bytes Requests per second: 1954.50 [#/sec] (mean) Time per request: 0.512 [ms] (mean) Time per request: 0.512 [ms] (mean, across all concurrent requests) Transfer rate: 2742.79 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.0 0 0 Processing: 0 0 0.1 0 1 Waiting: 0 0 0.1 0 1 Total: 0 0 0.1 0 1 Percentage of the requests served within a certain time (ms) 50% 0 66% 0 75% 1 80% 1 90% 1 95% 1 98% 1 99% 1 100% 1 (longest request) Sarikas-MacBook-Pro:htdocs Sarika$ ab -n200 -c10 http://localhost/Hw3/register.php This is ApacheBench, Version 2.3 <$Revision: 1663405 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /Hw3/register.php Document Length: 1186 bytes Concurrency Level: 10 Time taken for tests: 0.041 seconds Complete requests: 200 Failed requests: 0 Total transferred: 287400 bytes HTML transferred: 237200 bytes Requests per second: 4830.80 [#/sec] (mean) Time per request: 2.070 [ms] (mean) Time per request: 0.207 [ms] (mean, across all concurrent requests) Transfer rate: 6779.16 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.3 0 2 Processing: 1 2 0.4 1 3 Waiting: 1 1 0.4 1 3 Total: 1 2 0.5 2 4 ERROR: The median and mean for the processing time are more than twice the standard deviation apart. These results are NOT reliable. Percentage of the requests served within a certain time (ms) 50% 2 66% 2 75% 2 80% 2 90% 3 95% 3 98% 3 99% 4 100% 4 (longest request) Sarikas-MacBook-Pro:htdocs Sarika$ ab -n200 -c100 http://localhost/Hw3/register.php This is ApacheBench, Version 2.3 <$Revision: 1663405 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /Hw3/register.php Document Length: 1186 bytes Concurrency Level: 100 Time taken for tests: 0.041 seconds Complete requests: 200 Failed requests: 0 Total transferred: 287400 bytes HTML transferred: 237200 bytes Requests per second: 4923.68 [#/sec] (mean) Time per request: 20.310 [ms] (mean) Time per request: 0.203 [ms] (mean, across all concurrent requests) Transfer rate: 6909.50 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 2 1.2 2 4 Processing: 2 14 5.3 17 19 Waiting: 2 14 5.4 17 19 Total: 6 15 4.3 18 20 Percentage of the requests served within a certain time (ms) 50% 18 66% 18 75% 18 80% 19 90% 19 95% 19 98% 20 99% 20 100% 20 (longest request) Sarikas-MacBook-Pro:htdocs Sarika$

-- May 4 Thread
C:\WINDOWS\system32>ab -n1000 -c1 "http://localhost/hw3/index.php"
	This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
	Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
	Licensed to The Apache Software Foundation, http://www.apache.org/
	Benchmarking localhost (be patient)
	Completed 100 requests
	Completed 200 requests
	Completed 300 requests
	Completed 400 requests
	Completed 500 requests
	Completed 600 requests
	Completed 700 requests
	Completed 800 requests
	Completed 900 requests
	Completed 1000 requests
	Finished 1000 requests
	Server Software:        Apache/2.4.17
	Server Hostname:        localhost
	Server Port:            80
	Document Path:          /hw3/index.php
	Document Length:        1305 bytes
	Concurrency Level:      1
	Time taken for tests:   25.687 seconds
	Complete requests:      1000
	Failed requests:        0
	Total transferred:      1720000 bytes
	HTML transferred:       1305000 bytes
	Requests per second:    38.93 [#/sec] (mean)
	Time per request:       25.687 [ms] (mean)
	Time per request:       25.687 [ms] (mean, across all concurrent requests)
	Transfer rate:          65.39 [Kbytes/sec] received
	Connection Times (ms)
	              min  mean[+/-sd] median   max
	Connect:        0    0   0.5      0       3
	Processing:     7   25  28.3     18     551
	Waiting:        6   25  28.2     18     551
	Total:          7   25  28.3     19     551
	Percentage of the requests served within a certain time (ms)
	  50%     19
	  66%     24
	  75%     28
	  80%     31
	  90%     46
	  95%     63
	  98%     94
	  99%    112
	 100%    551 (longest request)
C:\WINDOWS\system32>ab -n1000 -c1 "http://localhost/hw3/index.php" This is ApacheBench, Version 2.3 <$Revision: 1706008 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Completed 300 requests Completed 400 requests Completed 500 requests Completed 600 requests Completed 700 requests Completed 800 requests Completed 900 requests Completed 1000 requests Finished 1000 requests Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /hw3/index.php Document Length: 1305 bytes Concurrency Level: 1 Time taken for tests: 25.687 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 1720000 bytes HTML transferred: 1305000 bytes Requests per second: 38.93 [#/sec] (mean) Time per request: 25.687 [ms] (mean) Time per request: 25.687 [ms] (mean, across all concurrent requests) Transfer rate: 65.39 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.5 0 3 Processing: 7 25 28.3 18 551 Waiting: 6 25 28.2 18 551 Total: 7 25 28.3 19 551 Percentage of the requests served within a certain time (ms) 50% 19 66% 24 75% 28 80% 31 90% 46 95% 63 98% 94 99% 112 100% 551 (longest request)

-- May 4 Thread
Benchmarking hortonworks.dev (be patient)
Completed 100 requests
Completed 200 requests
Finished 200 requests
Server Software: Apache
Server Hostname: hortonworks.dev
Server Port: 80
Document Path: /
Document Length: 241229 bytes
Concurrency Level: 3
Time taken for tests: 48.727 seconds
Complete requests: 200
Failed requests: 0
Total transferred: 48300000 bytes
HTML transferred: 48245800 bytes
Requests per second: 4.10 [#/sec] (mean)
Time per request: 730.902 [ms] (mean)
Time per request: 243.634 [ms] (mean, across all concurrent
requests)
Transfer rate: 968.01 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.1 0 2
Processing: 486 728 223.5 630 1515
Waiting: 331 502 164.4 442 1155
Total: 486 728 223.5 630 1515
Percentage of the requests served within a certain time (ms)
  50%    630
  66%    659
  75%    709
  80%    776
  90%   1176
  95%   1329
  98%   1374
  99%   1456
 100%   1515 (longest request)
Benchmarking hortonworks.dev (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache Server Hostname: hortonworks.dev Server Port: 80 Document Path: / Document Length: 241229 bytes Concurrency Level: 3 Time taken for tests: 48.727 seconds Complete requests: 200 Failed requests: 0 Total transferred: 48300000 bytes HTML transferred: 48245800 bytes Requests per second: 4.10 [#/sec] (mean) Time per request: 730.902 [ms] (mean) Time per request: 243.634 [ms] (mean, across all concurrent requests) Transfer rate: 968.01 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.1 0 2 Processing: 486 728 223.5 630 1515 Waiting: 331 502 164.4 442 1155 Total: 486 728 223.5 630 1515 Percentage of the requests served within a certain time (ms) 50% 630 66% 659 75% 709 80% 776 90% 1176 95% 1329 98% 1374 99% 1456 100% 1515 (longest request)

-- May 4 Thread
	This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
	Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
	Licensed to The Apache Software Foundation, http://www.apache.org/
	Benchmarking localhost (be patient)
	Server Software:        Apache/2.4.17
	Server Hostname:        localhost
	Server Port:            80
	Document Path:          /cs174/hw03/index.php?upload=clicked
	Document Length:        804 bytes
	Concurrency Level:      1
	Time taken for tests:   1.823 seconds
	Complete requests:      200
	Failed requests:        0
	Total transferred:      243600 bytes
	HTML transferred:       160800 bytes
	Requests per second:    109.70 [#/sec] (mean)
	Time per request:       9.116 [ms] (mean)
	Time per request:       9.116 [ms] (mean, across all concurrent requests)
	Transfer rate:          130.49 [Kbytes/sec] received
	Connection Times (ms)
	              min  mean[+/-sd] median   max
	Connect:        0    0   0.4      0       1
	Processing:     6    9  19.1      6     276
	Waiting:        6    9  17.4      6     251
	Total:          6    9  19.1      7     276
	Percentage of the requests served within a certain time (ms)
	  50%      7
	  66%      7
	  75%     10
	  80%     10
	  90%     11
	  95%     11
	  98%     17
	  99%     18
	 100%    276 (longest request)
        This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
	Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
	Licensed to The Apache Software Foundation, http://www.apache.org/
	Benchmarking localhost (be patient)
	Server Software:        Apache/2.4.17
	Server Hostname:        localhost
	Server Port:            80
	Document Path:          /cs174/hw03/index.php?upload=clicked
	Document Length:        804 bytes
	Concurrency Level:      10
	Time taken for tests:   0.308 seconds
	Complete requests:      200
	Failed requests:        0
	Total transferred:      243600 bytes
	HTML transferred:       160800 bytes
	Requests per second:    649.31 [#/sec] (mean)
	Time per request:       15.401 [ms] (mean)
	Time per request:       1.540 [ms] (mean, across all concurrent requests)
	Transfer rate:          772.33 [Kbytes/sec] received
	Connection Times (ms)
	              min  mean[+/-sd] median   max
	Connect:        0    0   0.3      0       1
	Processing:     7   15  13.6     11     132
	Waiting:        7   15  13.6     11     132
	Total:          7   15  13.6     11     132
	Percentage of the requests served within a certain time (ms)
	  50%     11
	  66%     13
	  75%     14
	  80%     15
	  90%     18
	  95%     35
	  98%     65
	  99%     85
	 100%    132 (longest request)
        This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
	Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
	Licensed to The Apache Software Foundation, http://www.apache.org/
	Benchmarking localhost (be patient)
	Server Software:        Apache/2.4.17
	Server Hostname:        localhost
	Server Port:            80
	Document Path:          /cs174/hw03/index.php?upload=clicked
	Document Length:        804 bytes
	Concurrency Level:      100
	Time taken for tests:   0.409 seconds
	Complete requests:      200
	Failed requests:        0
	Total transferred:      243600 bytes
	HTML transferred:       160800 bytes
	Requests per second:    488.97 [#/sec] (mean)
	Time per request:       204.512 [ms] (mean)
	Time per request:       2.045 [ms] (mean, across all concurrent requests)
	Transfer rate:          581.61 [Kbytes/sec] received
	Connection Times (ms)
	              min  mean[+/-sd] median   max
	Connect:        0    0   0.4      0       3
	Processing:    11  171 128.6    104     391
	Waiting:       11  169 128.8     99     391
	Total:         11  171 128.6    104     391
	Percentage of the requests served within a certain time (ms)
	  50%    104
	  66%    220
	  75%    325
	  80%    350
	  90%    361
	  95%    366
	  98%    375
	  99%    378
	 100%    391 (longest request)
        This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
	Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
	Licensed to The Apache Software Foundation, http://www.apache.org/
	Benchmarking localhost (be patient)
	Server Software:        Apache/2.4.17
	Server Hostname:        localhost
	Server Port:            80
	Document Path:          /cs174/hw03/index.php?action=clicked
	Document Length:        1379 bytes
	Concurrency Level:      1
	Time taken for tests:   1.414 seconds
	Complete requests:      200
	Failed requests:        0
	Total transferred:      358800 bytes
	HTML transferred:       275800 bytes
	Requests per second:    141.43 [#/sec] (mean)
	Time per request:       7.070 [ms] (mean)
	Time per request:       7.070 [ms] (mean, across all concurrent requests)
	Transfer rate:          247.79 [Kbytes/sec] received
	Connection Times (ms)
	              min  mean[+/-sd] median   max
	Connect:        0    0   0.3      0       1
	Processing:     6    7   1.9      6      17
	Waiting:        6    7   1.9      6      17
	Total:          6    7   1.9      7      17
	Percentage of the requests served within a certain time (ms)
	  50%      7
	  66%      7
	  75%      7
	  80%      7
	  90%      7
	  95%     11
	  98%     17
	  99%     17
	 100%     17 (longest request)
	This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
	Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
	Licensed to The Apache Software Foundation, http://www.apache.org/
	Benchmarking localhost (be patient)
	Server Software:        Apache/2.4.17
	Server Hostname:        localhost
	Server Port:            80
	Document Path:          /cs174/hw03/index.php?action=clicked
	Document Length:        1379 bytes
	Concurrency Level:      10
	Time taken for tests:   0.306 seconds
	Complete requests:      200
	Failed requests:        0
	Total transferred:      358800 bytes
	HTML transferred:       275800 bytes
	Requests per second:    653.56 [#/sec] (mean)
	Time per request:       15.301 [ms] (mean)
	Time per request:       1.530 [ms] (mean, across all concurrent requests)
	Transfer rate:          1145.00 [Kbytes/sec] received
	Connection Times (ms)
	              min  mean[+/-sd] median   max
	Connect:        0    0   0.3      0       1
	Processing:     7   15  10.4     12      84
	Waiting:        6   15  10.4     12      84
	Total:          7   15  10.4     12      84
	Percentage of the requests served within a certain time (ms)
	  50%     12
	  66%     13
	  75%     14
	  80%     15
	  90%     25
	  95%     38
	  98%     53
	  99%     70
	 100%     84 (longest request)
        This is ApacheBench, Version 2.3 <$Revision: 1706008 $>
	Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
	Licensed to The Apache Software Foundation, http://www.apache.org/
	Benchmarking localhost (be patient)
	Server Software:        Apache/2.4.17
	Server Hostname:        localhost
	Server Port:            80
	Document Path:          /cs174/hw03/index.php?action=clicked
	Document Length:        1379 bytes
	Concurrency Level:      100
	Time taken for tests:   0.344 seconds
	Complete requests:      200
	Failed requests:        0
	Total transferred:      358800 bytes
	HTML transferred:       275800 bytes
	Requests per second:    581.36 [#/sec] (mean)
	Time per request:       172.010 [ms] (mean)
	Time per request:       1.720 [ms] (mean, across all concurrent requests)
	Transfer rate:          1018.52 [Kbytes/sec] received
	Connection Times (ms)
	              min  mean[+/-sd] median   max
	Connect:        0    0   0.4      0       2
	Processing:    28  144  60.8    122     292
	Waiting:       27  139  56.5    119     267
	Total:         28  144  60.9    122     293
	Percentage of the requests served within a certain time (ms)
	  50%    122
	  66%    180
	  75%    200
	  80%    209
	  90%    225
	  95%    244
	  98%    254
	  99%    271
	 10
(Edited: 2016-05-04)
This is ApacheBench, Version 2.3 <$Revision: 1706008 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /cs174/hw03/index.php?upload=clicked Document Length: 804 bytes Concurrency Level: 1 Time taken for tests: 1.823 seconds Complete requests: 200 Failed requests: 0 Total transferred: 243600 bytes HTML transferred: 160800 bytes Requests per second: 109.70 [#/sec] (mean) Time per request: 9.116 [ms] (mean) Time per request: 9.116 [ms] (mean, across all concurrent requests) Transfer rate: 130.49 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.4 0 1 Processing: 6 9 19.1 6 276 Waiting: 6 9 17.4 6 251 Total: 6 9 19.1 7 276 Percentage of the requests served within a certain time (ms) 50% 7 66% 7 75% 10 80% 10 90% 11 95% 11 98% 17 99% 18 100% 276 (longest request) This is ApacheBench, Version 2.3 <$Revision: 1706008 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /cs174/hw03/index.php?upload=clicked Document Length: 804 bytes Concurrency Level: 10 Time taken for tests: 0.308 seconds Complete requests: 200 Failed requests: 0 Total transferred: 243600 bytes HTML transferred: 160800 bytes Requests per second: 649.31 [#/sec] (mean) Time per request: 15.401 [ms] (mean) Time per request: 1.540 [ms] (mean, across all concurrent requests) Transfer rate: 772.33 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.3 0 1 Processing: 7 15 13.6 11 132 Waiting: 7 15 13.6 11 132 Total: 7 15 13.6 11 132 Percentage of the requests served within a certain time (ms) 50% 11 66% 13 75% 14 80% 15 90% 18 95% 35 98% 65 99% 85 100% 132 (longest request) This is ApacheBench, Version 2.3 <$Revision: 1706008 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /cs174/hw03/index.php?upload=clicked Document Length: 804 bytes Concurrency Level: 100 Time taken for tests: 0.409 seconds Complete requests: 200 Failed requests: 0 Total transferred: 243600 bytes HTML transferred: 160800 bytes Requests per second: 488.97 [#/sec] (mean) Time per request: 204.512 [ms] (mean) Time per request: 2.045 [ms] (mean, across all concurrent requests) Transfer rate: 581.61 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.4 0 3 Processing: 11 171 128.6 104 391 Waiting: 11 169 128.8 99 391 Total: 11 171 128.6 104 391 Percentage of the requests served within a certain time (ms) 50% 104 66% 220 75% 325 80% 350 90% 361 95% 366 98% 375 99% 378 100% 391 (longest request) This is ApacheBench, Version 2.3 <$Revision: 1706008 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /cs174/hw03/index.php?action=clicked Document Length: 1379 bytes Concurrency Level: 1 Time taken for tests: 1.414 seconds Complete requests: 200 Failed requests: 0 Total transferred: 358800 bytes HTML transferred: 275800 bytes Requests per second: 141.43 [#/sec] (mean) Time per request: 7.070 [ms] (mean) Time per request: 7.070 [ms] (mean, across all concurrent requests) Transfer rate: 247.79 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.3 0 1 Processing: 6 7 1.9 6 17 Waiting: 6 7 1.9 6 17 Total: 6 7 1.9 7 17 Percentage of the requests served within a certain time (ms) 50% 7 66% 7 75% 7 80% 7 90% 7 95% 11 98% 17 99% 17 100% 17 (longest request) This is ApacheBench, Version 2.3 <$Revision: 1706008 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /cs174/hw03/index.php?action=clicked Document Length: 1379 bytes Concurrency Level: 10 Time taken for tests: 0.306 seconds Complete requests: 200 Failed requests: 0 Total transferred: 358800 bytes HTML transferred: 275800 bytes Requests per second: 653.56 [#/sec] (mean) Time per request: 15.301 [ms] (mean) Time per request: 1.530 [ms] (mean, across all concurrent requests) Transfer rate: 1145.00 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.3 0 1 Processing: 7 15 10.4 12 84 Waiting: 6 15 10.4 12 84 Total: 7 15 10.4 12 84 Percentage of the requests served within a certain time (ms) 50% 12 66% 13 75% 14 80% 15 90% 25 95% 38 98% 53 99% 70 100% 84 (longest request) This is ApacheBench, Version 2.3 <$Revision: 1706008 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /cs174/hw03/index.php?action=clicked Document Length: 1379 bytes Concurrency Level: 100 Time taken for tests: 0.344 seconds Complete requests: 200 Failed requests: 0 Total transferred: 358800 bytes HTML transferred: 275800 bytes Requests per second: 581.36 [#/sec] (mean) Time per request: 172.010 [ms] (mean) Time per request: 1.720 [ms] (mean, across all concurrent requests) Transfer rate: 1018.52 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.4 0 2 Processing: 28 144 60.8 122 292 Waiting: 27 139 56.5 119 267 Total: 28 144 60.9 122 293 Percentage of the requests served within a certain time (ms) 50% 122 66% 180 75% 200 80% 209 90% 225 95% 244 98% 254 99% 271 10

-- May 4 Thread
    This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
    Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
    Licensed to The Apache Software Foundation, http://www.apache.org/
    Benchmarking localhost (be patient)
    Completed 100 requests
    Completed 200 requests
    Finished 200 requests
    Server Software:        Apache/2.4.7
    Server Hostname:        localhost
    Server Port:            80
    Document Path:          /serverRepos/hw3/index.php
    Document Length:        4457 bytes
    Concurrency Level:      1
    Time taken for tests:   0.765 seconds
    Complete requests:      200
    Failed requests:        0
    Total transferred:      973000 bytes
    HTML transferred:       891400 bytes
    Requests per second:    261.52 [#/sec] (mean)
    Time per request:       3.824 [ms] (mean)
    Time per request:       3.824 [ms] (mean, across all concurrent requests)
    Transfer rate:          1242.46 [Kbytes/sec] received
    Connection Times (ms)
                  min  mean[+/-sd] median   max
    Connect:        0    0   0.0      0       0
    Processing:     2    4   1.7      3      13
    Waiting:        2    4   1.6      3      13
    Total:          2    4   1.7      3      13
    Percentage of the requests served within a certain time (ms)
      50%      3
      66%      4
      75%      4
      80%      4
      90%      5
      95%      6
      98%     10
      99%     13
     100%     13 (longest request)
    This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
    Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
    Licensed to The Apache Software Foundation, http://www.apache.org/
    Benchmarking localhost (be patient)
    Completed 100 requests
    Completed 200 requests
    Finished 200 requests
    Server Software:        Apache/2.4.7
    Server Hostname:        localhost
    Server Port:            80
    Document Path:          /serverRepos/hw3/index.php
    Document Length:        4457 bytes
    Concurrency Level:      1
    Time taken for tests:   0.765 seconds
    Complete requests:      200
    Failed requests:        0
    Total transferred:      973000 bytes
    HTML transferred:       891400 bytes
    Requests per second:    261.52 [#/sec] (mean)
    Time per request:       3.824 [ms] (mean)
    Time per request:       3.824 [ms] (mean, across all concurrent requests)
    Transfer rate:          1242.46 [Kbytes/sec] received
    Connection Times (ms)
                  min  mean[+/-sd] median   max
    Connect:        0    0   0.0      0       0
    Processing:     2    4   1.7      3      13
    Waiting:        2    4   1.6      3      13
    Total:          2    4   1.7      3      13
    Percentage of the requests served within a certain time (ms)
      50%      3
      66%      4
      75%      4
      80%      4
      90%      5
      95%      6
      98%     10
      99%     13
     100%     13 (longest request)
    lord_tyler@WindowToHell:~$ ^C
    lord_tyler@WindowToHell:~$ clear
    lord_tyler@WindowToHell:~$ ab -n200 -c10 http://localhost/serverRepos/hw3/index.php
    This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
    Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
    Licensed to The Apache Software Foundation, http://www.apache.org/
    Benchmarking localhost (be patient)
    Completed 100 requests
    Completed 200 requests
    Finished 200 requests
    Server Software:        Apache/2.4.7
    Server Hostname:        localhost
    Server Port:            80
    Document Path:          /serverRepos/hw3/index.php
    Document Length:        4457 bytes
    Concurrency Level:      10
    Time taken for tests:   0.213 seconds
    Complete requests:      200
    Failed requests:        0
    Total transferred:      973000 bytes
    HTML transferred:       891400 bytes
    Requests per second:    938.72 [#/sec] (mean)
    Time per request:       10.653 [ms] (mean)
    Time per request:       1.065 [ms] (mean, across all concurrent requests)
    Transfer rate:          4459.84 [Kbytes/sec] received
    Connection Times (ms)
                  min  mean[+/-sd] median   max
    Connect:        0    0   0.2      0       1
    Processing:     5   10   4.1      9      29
    Waiting:        5   10   4.1      9      29
    Total:          5   10   4.2      9      29
    Percentage of the requests served within a certain time (ms)
      50%      9
      66%     11
      75%     12
      80%     12
      90%     15
      95%     20
      98%     27
      99%     28
     100%     29 (longest request)
    This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
    Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
    Licensed to The Apache Software Foundation, http://www.apache.org/
    Benchmarking localhost (be patient)
    Completed 100 requests
    Completed 200 requests
    Finished 200 requests
    Server Software:        Apache/2.4.7
    Server Hostname:        localhost
    Server Port:            80
    Document Path:          /serverRepos/hw3/index.php
    Document Length:        4457 bytes
    Concurrency Level:      1
    Time taken for tests:   0.765 seconds
    Complete requests:      200
    Failed requests:        0
    Total transferred:      973000 bytes
    HTML transferred:       891400 bytes
    Requests per second:    261.52 [#/sec] (mean)
    Time per request:       3.824 [ms] (mean)
    Time per request:       3.824 [ms] (mean, across all concurrent requests)
    Transfer rate:          1242.46 [Kbytes/sec] received
    Connection Times (ms)
                  min  mean[+/-sd] median   max
    Connect:        0    0   0.0      0       0
    Processing:     2    4   1.7      3      13
    Waiting:        2    4   1.6      3      13
    Total:          2    4   1.7      3      13
    Percentage of the requests served within a certain time (ms)
      50%      3
      66%      4
      75%      4
      80%      4
      90%      5
      95%      6
      98%     10
      99%     13
     100%     13 (longest request)
    lord_tyler@WindowToHell:~$ ^C
    lord_tyler@WindowToHell:~$ clear
    lord_tyler@WindowToHell:~$ ab -n200 -c10 http://localhost/serverRepos/hw3/index.php
    This is ApacheBench, Version 2.3 <$Revision: 1528965 $>
    Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
    Licensed to The Apache Software Foundation, http://www.apache.org/
    Benchmarking localhost (be patient)
    Completed 100 requests
    Completed 200 requests
    Finished 200 requests
    Server Software:        Apache/2.4.7
    Server Hostname:        localhost
    Server Port:            80
    Document Path:          /serverRepos/hw3/index.php
    Document Length:        4457 bytes
    Concurrency Level:      10
    Time taken for tests:   0.213 seconds
    Complete requests:      200
    Failed requests:        0
    Total transferred:      973000 bytes
    HTML transferred:       891400 bytes
    Requests per second:    938.72 [#/sec] (mean)
    Time per request:       10.653 [ms] (mean)
    Time per request:       1.065 [ms] (mean, across all concurrent requests)
    Transfer rate:          4459.84 [Kbytes/sec] received
    Connection Times (ms)
                  min  mean[+/-sd] median   max
    Connect:        0    0   0.2      0       1
    Processing:     5   10   4.1      9      29
    Waiting:        5   10   4.1      9      29
    Total:          5   10   4.2      9      29
    Percentage of the requests served within a certain time (ms)
      50%      9
      66%     11
      75%     12
      80%     12
      90%     15
      95%     20
      98%     27
      99%     28
     100%     29 (longest request)
    lord_tyler@WindowToHell:~$ ^C
    lord_tyler@WindowToHell:~$ clear
    lord_tyler@WindowToHell:~$ ab -n200 -c100 http://localhost/serverRepos/hw3/in
This is ApacheBench, Version 2.3 <$Revision: 1528965 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.7 Server Hostname: localhost Server Port: 80 Document Path: /serverRepos/hw3/index.php Document Length: 4457 bytes Concurrency Level: 1 Time taken for tests: 0.765 seconds Complete requests: 200 Failed requests: 0 Total transferred: 973000 bytes HTML transferred: 891400 bytes Requests per second: 261.52 [#/sec] (mean) Time per request: 3.824 [ms] (mean) Time per request: 3.824 [ms] (mean, across all concurrent requests) Transfer rate: 1242.46 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.0 0 0 Processing: 2 4 1.7 3 13 Waiting: 2 4 1.6 3 13 Total: 2 4 1.7 3 13 Percentage of the requests served within a certain time (ms) 50% 3 66% 4 75% 4 80% 4 90% 5 95% 6 98% 10 99% 13 100% 13 (longest request) This is ApacheBench, Version 2.3 <$Revision: 1528965 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.7 Server Hostname: localhost Server Port: 80 Document Path: /serverRepos/hw3/index.php Document Length: 4457 bytes Concurrency Level: 1 Time taken for tests: 0.765 seconds Complete requests: 200 Failed requests: 0 Total transferred: 973000 bytes HTML transferred: 891400 bytes Requests per second: 261.52 [#/sec] (mean) Time per request: 3.824 [ms] (mean) Time per request: 3.824 [ms] (mean, across all concurrent requests) Transfer rate: 1242.46 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.0 0 0 Processing: 2 4 1.7 3 13 Waiting: 2 4 1.6 3 13 Total: 2 4 1.7 3 13 Percentage of the requests served within a certain time (ms) 50% 3 66% 4 75% 4 80% 4 90% 5 95% 6 98% 10 99% 13 100% 13 (longest request) lord_tyler@WindowToHell:~$ ^C lord_tyler@WindowToHell:~$ clear lord_tyler@WindowToHell:~$ ab -n200 -c10 http://localhost/serverRepos/hw3/index.php This is ApacheBench, Version 2.3 <$Revision: 1528965 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.7 Server Hostname: localhost Server Port: 80 Document Path: /serverRepos/hw3/index.php Document Length: 4457 bytes Concurrency Level: 10 Time taken for tests: 0.213 seconds Complete requests: 200 Failed requests: 0 Total transferred: 973000 bytes HTML transferred: 891400 bytes Requests per second: 938.72 [#/sec] (mean) Time per request: 10.653 [ms] (mean) Time per request: 1.065 [ms] (mean, across all concurrent requests) Transfer rate: 4459.84 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.2 0 1 Processing: 5 10 4.1 9 29 Waiting: 5 10 4.1 9 29 Total: 5 10 4.2 9 29 Percentage of the requests served within a certain time (ms) 50% 9 66% 11 75% 12 80% 12 90% 15 95% 20 98% 27 99% 28 100% 29 (longest request) This is ApacheBench, Version 2.3 <$Revision: 1528965 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.7 Server Hostname: localhost Server Port: 80 Document Path: /serverRepos/hw3/index.php Document Length: 4457 bytes Concurrency Level: 1 Time taken for tests: 0.765 seconds Complete requests: 200 Failed requests: 0 Total transferred: 973000 bytes HTML transferred: 891400 bytes Requests per second: 261.52 [#/sec] (mean) Time per request: 3.824 [ms] (mean) Time per request: 3.824 [ms] (mean, across all concurrent requests) Transfer rate: 1242.46 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.0 0 0 Processing: 2 4 1.7 3 13 Waiting: 2 4 1.6 3 13 Total: 2 4 1.7 3 13 Percentage of the requests served within a certain time (ms) 50% 3 66% 4 75% 4 80% 4 90% 5 95% 6 98% 10 99% 13 100% 13 (longest request) lord_tyler@WindowToHell:~$ ^C lord_tyler@WindowToHell:~$ clear lord_tyler@WindowToHell:~$ ab -n200 -c10 http://localhost/serverRepos/hw3/index.php This is ApacheBench, Version 2.3 <$Revision: 1528965 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200 requests Finished 200 requests Server Software: Apache/2.4.7 Server Hostname: localhost Server Port: 80 Document Path: /serverRepos/hw3/index.php Document Length: 4457 bytes Concurrency Level: 10 Time taken for tests: 0.213 seconds Complete requests: 200 Failed requests: 0 Total transferred: 973000 bytes HTML transferred: 891400 bytes Requests per second: 938.72 [#/sec] (mean) Time per request: 10.653 [ms] (mean) Time per request: 1.065 [ms] (mean, across all concurrent requests) Transfer rate: 4459.84 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.2 0 1 Processing: 5 10 4.1 9 29 Waiting: 5 10 4.1 9 29 Total: 5 10 4.2 9 29 Percentage of the requests served within a certain time (ms) 50% 9 66% 11 75% 12 80% 12 90% 15 95% 20 98% 27 99% 28 100% 29 (longest request) lord_tyler@WindowToHell:~$ ^C lord_tyler@WindowToHell:~$ clear lord_tyler@WindowToHell:~$ ab -n200 -c100 http://localhost/serverRepos/hw3/in
X