2016-11-30

Nov 30 Let's Experiment.

Post your solutions to the Nov 30 Let's Experiment here.
Best, Chris
Post your solutions to the Nov 30 Let's Experiment here. Best, Chris

-- Nov 30 Let's Experiment
C:\xampp\apache\bin>ab -n1000 -c1 "http://localhost/Hw3/" Percentage of the requests served within a certain time (ms)
  50%     11
  66%     12
  75%     12
  80%     12
  90%     12
  95%     14
  98%     17
  99%     21
 100%    126 (longest request)
C:\xampp\apache\bin>ab -n1000 -c10 "http://localhost/Hw3/" Percentage of the requests served within a certain time (ms)
  50%     43
  66%     51
  75%     56
  80%     61
  90%     72
  95%     85
  98%     94
  99%    103
 100%    144 (longest request)
C:\xampp\apache\bin>ab -n1000 -c100 "http://localhost/Hw3/" Percentage of the requests served within a certain time (ms)
  50%    513
  66%    532
  75%    542
  80%    551
  90%    577
  95%    595
  98%    635
  99%    678
 100%   2700 (longest request)
C:\xampp\apache\bin>ab -n1000 -c1 "http://localhost/Hw3/index.php/?c=write" Percentage of the requests served within a certain time (ms)
  50%     11
  66%     11
  75%     11
  80%     11
  90%     11
  95%     12
  98%     14
  99%     21
 100%     50 (longest request)
C:\xampp\apache\bin>ab -n1000 -c10 "http://localhost/Hw3/index.php/?c=write" Percentage of the requests served within a certain time (ms)
  50%     40
  66%     46
  75%     51
  80%     55
  90%     64
  95%     74
  98%     86
  99%     93
 100%    137 (longest request)
C:\xampp\apache\bin>ab -n1000 -c100 "http://localhost/Hw3/index.php/?c=write" Percentage of the requests served within a certain time (ms)
  50%    446
  66%    456
  75%    463
  80%    470
  90%    481
  95%    502
  98%    531
  99%    552
 100%    620 (longest request)
C:\xampp\apache\bin>ab -n1000 -c1 "http://localhost/Hw3/" Percentage of the requests served within a certain time (ms) 50% 11 66% 12 75% 12 80% 12 90% 12 95% 14 98% 17 99% 21 100% 126 (longest request) C:\xampp\apache\bin>ab -n1000 -c10 "http://localhost/Hw3/" Percentage of the requests served within a certain time (ms) 50% 43 66% 51 75% 56 80% 61 90% 72 95% 85 98% 94 99% 103 100% 144 (longest request) C:\xampp\apache\bin>ab -n1000 -c100 "http://localhost/Hw3/" Percentage of the requests served within a certain time (ms) 50% 513 66% 532 75% 542 80% 551 90% 577 95% 595 98% 635 99% 678 100% 2700 (longest request) C:\xampp\apache\bin>ab -n1000 -c1 "http://localhost/Hw3/index.php/?c=write" Percentage of the requests served within a certain time (ms) 50% 11 66% 11 75% 11 80% 11 90% 11 95% 12 98% 14 99% 21 100% 50 (longest request) C:\xampp\apache\bin>ab -n1000 -c10 "http://localhost/Hw3/index.php/?c=write" Percentage of the requests served within a certain time (ms) 50% 40 66% 46 75% 51 80% 55 90% 64 95% 74 98% 86 99% 93 100% 137 (longest request) C:\xampp\apache\bin>ab -n1000 -c100 "http://localhost/Hw3/index.php/?c=write" Percentage of the requests served within a certain time (ms) 50% 446 66% 456 75% 463 80% 470 90% 481 95% 502 98% 531 99% 552 100% 620 (longest request)

-- Nov 30 Let's Experiment
RUN 1:
 Percentage of the requests served within a certain time (ms)
   50%      1
   66%      1
   75%      1
   80%      1
   90%      1
   95%      2
   98%      2
   99%      6
  100%     46 (longest request)
RUN 2:
 Percentage of the requests served within a certain time (ms)
   50%      5
   66%      6
   75%      7
   80%      8
   90%     11
   95%     17
   98%     46
   99%     67
  100%    181 (longest request)
RUN 3:
 Percentage of the requests served within a certain time (ms)
   50%     69
   66%     79
   75%     86
   80%     90
   90%    107
   95%    112
   98%    116
   99%    163
  100%    267 (longest request)
RUN 1: Percentage of the requests served within a certain time (ms) 50% 1 66% 1 75% 1 80% 1 90% 1 95% 2 98% 2 99% 6 100% 46 (longest request) RUN 2: Percentage of the requests served within a certain time (ms) 50% 5 66% 6 75% 7 80% 8 90% 11 95% 17 98% 46 99% 67 100% 181 (longest request) RUN 3: Percentage of the requests served within a certain time (ms) 50% 69 66% 79 75% 86 80% 90 90% 107 95% 112 98% 116 99% 163 100% 267 (longest request)

-- Nov 30 Let's Experiment
Here's results for my landing page on Hw3:
 
Concurrency Level: 3 Time taken for tests: 2.694 seconds Complete requests: 2000 Failed requests: 0 Non-2xx responses: 2000 Total transferred: 8882000 bytes HTML transferred: 7950000 bytes Requests per second: 742.41 [#/sec] (mean) Time per request: 4.041 [ms] (mean) Time per request: 1.347 [ms] (mean, across all concurrent requests) Transfer rate: 3219.78 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.2 0 1 Processing: 2 4 6.6 4 246 Waiting: 2 4 6.5 3 246 Total: 3 4 6.6 4 246
Percentage of the requests served within a certain time (ms)
  50%      4
  66%      4
  75%      4
  80%      4
  90%      5
  95%      6
  98%      7
  99%      9
 100%    246 (longest request)
Here's for the writing page:
Concurrency Level: 3 Time taken for tests: 1.659 seconds Complete requests: 2000 Failed requests: 0 Total transferred: 3308000 bytes HTML transferred: 2478000 bytes Requests per second: 1205.78 [#/sec] (mean) Time per request: 2.488 [ms] (mean) Time per request: 0.829 [ms] (mean, across all concurrent requests) Transfer rate: 1947.61 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.2 0 1 Processing: 1 2 12.1 2 542 Waiting: 1 2 12.1 2 542 Total: 2 2 12.1 2 542
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%      5
 100%    542 (longest request)
Here's results for my landing page on Hw3: Concurrency Level: 3 Time taken for tests: 2.694 seconds Complete requests: 2000 Failed requests: 0 Non-2xx responses: 2000 Total transferred: 8882000 bytes HTML transferred: 7950000 bytes Requests per second: 742.41 [#/sec] (mean) Time per request: 4.041 [ms] (mean) Time per request: 1.347 [ms] (mean, across all concurrent requests) Transfer rate: 3219.78 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.2 0 1 Processing: 2 4 6.6 4 246 Waiting: 2 4 6.5 3 246 Total: 3 4 6.6 4 246 Percentage of the requests served within a certain time (ms) 50% 4 66% 4 75% 4 80% 4 90% 5 95% 6 98% 7 99% 9 100% 246 (longest request) Here's for the writing page: Concurrency Level: 3 Time taken for tests: 1.659 seconds Complete requests: 2000 Failed requests: 0 Total transferred: 3308000 bytes HTML transferred: 2478000 bytes Requests per second: 1205.78 [#/sec] (mean) Time per request: 2.488 [ms] (mean) Time per request: 0.829 [ms] (mean, across all concurrent requests) Transfer rate: 1947.61 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.2 0 1 Processing: 1 2 12.1 2 542 Waiting: 1 2 12.1 2 542 Total: 2 2 12.1 2 542 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% 5 100% 542 (longest request)

-- Nov 30 Let's Experiment
Run with concurrency 1;
 
 
Concurrency Level: 1 Time taken for tests: 4.586 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 1355000 bytes HTML transferred: 1054000 bytes Requests per second: 218.05 [#/sec] (mean) Time per request: 4.586 [ms] (mean) Time per request: 4.586 [ms] (mean, across all concurrent requests) Transfer rate: 288.53 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.4 0 1 Processing: 3 4 10.3 4 327 Waiting: 3 4 10.3 4 327 Total: 3 4 10.3 4 328
Percentage of the requests served within a certain time (ms)
  50%      4
  66%      4
  75%      4
  80%      4
  90%      5
  95%      5
  98%      5
  99%      5
 100%    328 (longest request)
 
 
Run with concurrency 10:
Concurrency Level: 10 Time taken for tests: 0.938 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 1355000 bytes HTML transferred: 1054000 bytes Requests per second: 1065.54 [#/sec] (mean) Time per request: 9.385 [ms] (mean) Time per request: 0.938 [ms] (mean, across all concurrent requests) Transfer rate: 1409.96 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.5 0 1 Processing: 6 9 1.8 9 19 Waiting: 5 8 1.8 8 19 Total: 6 9 1.8 9 19
Percentage of the requests served within a certain time (ms)
  50%      9
  66%     10
  75%     10
  80%     10
  90%     12
  95%     12
  98%     14
  99%     15
 100%     19 (longest request) 
Run with concurrency 100:
 Server Software:        Apache/2.4.17
Server Hostname: localhost Server Port: 80
Document Path: /htdocs/Hw3/Hw3/index.php Document Length: 1054 bytes
Concurrency Level: 100 Time taken for tests: 0.916 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 1355000 bytes HTML transferred: 1054000 bytes Requests per second: 1091.18 [#/sec] (mean) Time per request: 91.644 [ms] (mean) Time per request: 0.916 [ms] (mean, across all concurrent requests) Transfer rate: 1443.90 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.5 0 1 Processing: 13 85 18.1 87 181 Waiting: 9 85 18.6 86 179 Total: 13 86 18.1 87 181
Percentage of the requests served within a certain time (ms)
  50%     87
  66%     90
  75%     91
  80%     92
  90%     96
  95%    100
  98%    132
  99%    148
 100%    181 (longest request)
 
Run with concurrency 1; Concurrency Level: 1 Time taken for tests: 4.586 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 1355000 bytes HTML transferred: 1054000 bytes Requests per second: 218.05 [#/sec] (mean) Time per request: 4.586 [ms] (mean) Time per request: 4.586 [ms] (mean, across all concurrent requests) Transfer rate: 288.53 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.4 0 1 Processing: 3 4 10.3 4 327 Waiting: 3 4 10.3 4 327 Total: 3 4 10.3 4 328 Percentage of the requests served within a certain time (ms) 50% 4 66% 4 75% 4 80% 4 90% 5 95% 5 98% 5 99% 5 100% 328 (longest request) Run with concurrency 10: Concurrency Level: 10 Time taken for tests: 0.938 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 1355000 bytes HTML transferred: 1054000 bytes Requests per second: 1065.54 [#/sec] (mean) Time per request: 9.385 [ms] (mean) Time per request: 0.938 [ms] (mean, across all concurrent requests) Transfer rate: 1409.96 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.5 0 1 Processing: 6 9 1.8 9 19 Waiting: 5 8 1.8 8 19 Total: 6 9 1.8 9 19 Percentage of the requests served within a certain time (ms) 50% 9 66% 10 75% 10 80% 10 90% 12 95% 12 98% 14 99% 15 100% 19 (longest request) Run with concurrency 100: Server Software: Apache/2.4.17 Server Hostname: localhost Server Port: 80 Document Path: /htdocs/Hw3/Hw3/index.php Document Length: 1054 bytes Concurrency Level: 100 Time taken for tests: 0.916 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 1355000 bytes HTML transferred: 1054000 bytes Requests per second: 1091.18 [#/sec] (mean) Time per request: 91.644 [ms] (mean) Time per request: 0.916 [ms] (mean, across all concurrent requests) Transfer rate: 1443.90 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.5 0 1 Processing: 13 85 18.1 87 181 Waiting: 9 85 18.6 86 179 Total: 13 86 18.1 87 181 Percentage of the requests served within a certain time (ms) 50% 87 66% 90 75% 91 80% 92 90% 96 95% 100 98% 132 99% 148 100% 181 (longest request)

-- Nov 30 Let's Experiment
ab -n1000 -c1000 "http://newsite.com/AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories" 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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80
Document Path: /AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories Document Length: 2340 bytes
Concurrency Level: 1000 Time taken for tests: 0.452 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2748000 bytes HTML transferred: 2340000 bytes Requests per second: 2211.76 [#/sec] (mean) Time per request: 452.129 [ms] (mean) Time per request: 0.452 [ms] (mean, across all concurrent requests) Transfer rate: 5935.46 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 10 12.7 0 34 Processing: 2 81 124.7 15 416 Waiting: 2 81 124.7 15 416 Total: 13 91 135.1 16 447
Percentage of the requests served within a certain time (ms)
  50%     16
  66%     30
  75%    226
  80%    233
  90%    243
  95%    441
  98%    444
  99%    445
 100%    447 (longest request)
 ab -n1000 -c100 "http://newsite.com/AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories"
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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80
Document Path: /AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories Document Length: 2340 bytes
Concurrency Level: 100 Time taken for tests: 0.109 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2748000 bytes HTML transferred: 2340000 bytes Requests per second: 9188.81 [#/sec] (mean) Time per request: 10.883 [ms] (mean) Time per request: 0.109 [ms] (mean, across all concurrent requests) Transfer rate: 24659.04 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 1.0 0 4 Processing: 4 10 0.8 10 13 Waiting: 4 10 0.8 10 13 Total: 7 10 1.2 10 16
Percentage of the requests served within a certain time (ms)
  50%     10
  66%     10
  75%     10
  80%     10
  90%     11
  95%     13
  98%     15
  99%     16
 100%     16 (longest request)
ab -n1000 -c100 "http://newsite.com/AnthonySpace/hw3/index.php?c=WriteSomethingController" 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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80
Document Path: /AnthonySpace/hw3/index.php?c=WriteSomethingController Document Length: 1251 bytes
Concurrency Level: 100 Time taken for tests: 0.059 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 1659000 bytes HTML transferred: 1251000 bytes Requests per second: 16863.69 [#/sec] (mean) Time per request: 5.930 [ms] (mean) Time per request: 0.059 [ms] (mean, across all concurrent requests) Transfer rate: 27321.16 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.5 0 2 Processing: 2 5 1.4 5 11 Waiting: 2 5 1.4 5 11 Total: 4 6 1.8 5 13
Percentage of the requests served within a certain time (ms)
  50%      5
  66%      5
  75%      5
  80%      5
  90%      8
  95%     11
  98%     12
  99%     12
 100%     13 (longest request)
 ab -n1000 -c10 "http://newsite.com/hw3/"
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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80
Document Path: /hw3/ Document Length: 278 bytes
Concurrency Level: 10 Time taken for tests: 0.050 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 457000 bytes HTML transferred: 278000 bytes Requests per second: 20071.45 [#/sec] (mean) Time per request: 0.498 [ms] (mean) Time per request: 0.050 [ms] (mean, across all concurrent requests) Transfer rate: 8957.67 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.1 0 1 Processing: 0 0 0.2 0 1 Waiting: 0 0 0.1 0 1 Total: 0 0 0.2 0 2
Percentage of the requests served within a certain time (ms)
  50%      0
  66%      0
  75%      0
  80%      1
  90%      1
  95%      1
  98%      1
  99%      1
 100%      2 (longest request)
ab -n1000 -c1000 "http://newsite.com/AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories" 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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80 Document Path: /AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories Document Length: 2340 bytes Concurrency Level: 1000 Time taken for tests: 0.452 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2748000 bytes HTML transferred: 2340000 bytes Requests per second: 2211.76 [#/sec] (mean) Time per request: 452.129 [ms] (mean) Time per request: 0.452 [ms] (mean, across all concurrent requests) Transfer rate: 5935.46 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 10 12.7 0 34 Processing: 2 81 124.7 15 416 Waiting: 2 81 124.7 15 416 Total: 13 91 135.1 16 447 Percentage of the requests served within a certain time (ms) 50% 16 66% 30 75% 226 80% 233 90% 243 95% 441 98% 444 99% 445 100% 447 (longest request) ab -n1000 -c100 "http://newsite.com/AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories" 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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80 Document Path: /AnthonySpace/hw3/index.php?c=LandingViewController&m=retrieveStories Document Length: 2340 bytes Concurrency Level: 100 Time taken for tests: 0.109 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2748000 bytes HTML transferred: 2340000 bytes Requests per second: 9188.81 [#/sec] (mean) Time per request: 10.883 [ms] (mean) Time per request: 0.109 [ms] (mean, across all concurrent requests) Transfer rate: 24659.04 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 1.0 0 4 Processing: 4 10 0.8 10 13 Waiting: 4 10 0.8 10 13 Total: 7 10 1.2 10 16 Percentage of the requests served within a certain time (ms) 50% 10 66% 10 75% 10 80% 10 90% 11 95% 13 98% 15 99% 16 100% 16 (longest request) ab -n1000 -c100 "http://newsite.com/AnthonySpace/hw3/index.php?c=WriteSomethingController" 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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80 Document Path: /AnthonySpace/hw3/index.php?c=WriteSomethingController Document Length: 1251 bytes Concurrency Level: 100 Time taken for tests: 0.059 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 1659000 bytes HTML transferred: 1251000 bytes Requests per second: 16863.69 [#/sec] (mean) Time per request: 5.930 [ms] (mean) Time per request: 0.059 [ms] (mean, across all concurrent requests) Transfer rate: 27321.16 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.5 0 2 Processing: 2 5 1.4 5 11 Waiting: 2 5 1.4 5 11 Total: 4 6 1.8 5 13 Percentage of the requests served within a certain time (ms) 50% 5 66% 5 75% 5 80% 5 90% 8 95% 11 98% 12 99% 12 100% 13 (longest request) ab -n1000 -c10 "http://newsite.com/hw3/" 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 newsite.com (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.7 Server Hostname: newsite.com Server Port: 80 Document Path: /hw3/ Document Length: 278 bytes Concurrency Level: 10 Time taken for tests: 0.050 seconds Complete requests: 1000 Failed requests: 0 Non-2xx responses: 1000 Total transferred: 457000 bytes HTML transferred: 278000 bytes Requests per second: 20071.45 [#/sec] (mean) Time per request: 0.498 [ms] (mean) Time per request: 0.050 [ms] (mean, across all concurrent requests) Transfer rate: 8957.67 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.1 0 1 Processing: 0 0 0.2 0 1 Waiting: 0 0 0.1 0 1 Total: 0 0 0.2 0 2 Percentage of the requests served within a certain time (ms) 50% 0 66% 0 75% 0 80% 1 90% 1 95% 1 98% 1 99% 1 100% 2 (longest request)

-- Nov 30 Let's Experiment
This is ApacheBench, Version 2.3 <$Revision: 1748469 $> 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.23 Server Hostname: localhost Server Port: 80
Document Path: /hw3/ Document Length: 1589 bytes
Concurrency Level: 100 Time taken for tests: 8.760 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2028000 bytes HTML transferred: 1589000 bytes Requests per second: 114.16 [#/sec] (mean) Time per request: 875.976 [ms] (mean) Time per request: 8.760 [ms] (mean, across all concurrent requests) Transfer rate: 226.09 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 0.2 0 1 Processing: 50 833 174.4 855 2613 Waiting: 50 833 174.4 855 2613 Total: 50 833 174.4 855 2613
Percentage of the requests served within a certain time (ms)
  50%    855
  66%    892
  75%    915
  80%    929
  90%    966
  95%   1002
  98%   1044
  99%   1078
 100%   2613 (longest request)
This is ApacheBench, Version 2.3 <$Revision: 1748469 $> 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.23 Server Hostname: localhost Server Port: 80 Document Path: /hw3/ Document Length: 1589 bytes Concurrency Level: 100 Time taken for tests: 8.760 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2028000 bytes HTML transferred: 1589000 bytes Requests per second: 114.16 [#/sec] (mean) Time per request: 875.976 [ms] (mean) Time per request: 8.760 [ms] (mean, across all concurrent requests) Transfer rate: 226.09 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.2 0 1 Processing: 50 833 174.4 855 2613 Waiting: 50 833 174.4 855 2613 Total: 50 833 174.4 855 2613 Percentage of the requests served within a certain time (ms) 50% 855 66% 892 75% 915 80% 929 90% 966 95% 1002 98% 1044 99% 1078 100% 2613 (longest request)

-- Nov 30 Let's Experiment
Page 1 Run 1: Percentage of the requests served within a certain time (ms)
  50%      2
  66%      2
  75%      2
  80%      2
  90%      2
  95%      3
  98%      3
  99%      4
 100%     10 (longest request)
Page 2 Run 1: Percentage of the requests served within a certain time (ms)
  50%      2
  66%      2
  75%      2
  80%      3
  90%      3
  95%      3
  98%      4
  99%      5
 100%     10 (longest request)
Page 1 Run 2 Percentage of the requests served within a certain time (ms)
  50%      4
  66%      5
  75%      6
  80%      7
  90%      9
  95%     13
  98%     21
  99%     26
 100%     39 (longest request)
Page 2 Run 2 Percentage of the requests served within a certain time (ms)
  50%      4
  66%      5
  75%      6
  80%      7
  90%      9
  95%     14
  98%     23
  99%     30
 100%     95 (longest request)
Page 1 Run 3 Percentage of the requests served within a certain time (ms)
  50%     24
  66%     26
  75%     26
  80%     27
  90%     30
  95%     37
  98%     43
  99%     45
 100%     48 (longest request)
Page 2 Run 3 Percentage of the requests served within a certain time (ms)
  50%     57
  66%     59
  75%     60
  80%     61
  90%     63
  95%     67
  98%     69
  99%     70
 100%    376 (longest request)
Page 1 Run 1: Percentage of the requests served within a certain time (ms) 50% 2 66% 2 75% 2 80% 2 90% 2 95% 3 98% 3 99% 4 100% 10 (longest request) Page 2 Run 1: Percentage of the requests served within a certain time (ms) 50% 2 66% 2 75% 2 80% 3 90% 3 95% 3 98% 4 99% 5 100% 10 (longest request) Page 1 Run 2 Percentage of the requests served within a certain time (ms) 50% 4 66% 5 75% 6 80% 7 90% 9 95% 13 98% 21 99% 26 100% 39 (longest request) Page 2 Run 2 Percentage of the requests served within a certain time (ms) 50% 4 66% 5 75% 6 80% 7 90% 9 95% 14 98% 23 99% 30 100% 95 (longest request) Page 1 Run 3 Percentage of the requests served within a certain time (ms) 50% 24 66% 26 75% 26 80% 27 90% 30 95% 37 98% 43 99% 45 100% 48 (longest request) Page 2 Run 3 Percentage of the requests served within a certain time (ms) 50% 57 66% 59 75% 60 80% 61 90% 63 95% 67 98% 69 99% 70 100% 376 (longest request)

-- Nov 30 Let's Experiment
This is ApacheBench, Version 2.3 <$Revision: 1748469 $> 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.23 Server Hostname: localhost Server Port: 80
Document Path: /hw3/ Document Length: 1589 bytes
Concurrency Level: 1 Time taken for tests: 18.432 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2028000 bytes HTML transferred: 1589000 bytes Requests per second: 54.25 [#/sec] (mean) Time per request: 18.432 [ms] (mean) Time per request: 18.432 [ms] (mean, across all concurrent requests) Transfer rate: 107.45 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 1.5 0 16 Processing: 1 18 19.1 16 587 Waiting: 1 18 19.0 16 587 Total: 1 18 19.1 16 587
Percentage of the requests served within a certain time (ms)
  50%     16
  66%     16
  75%     19
  80%     22
  90%     31
  95%     31
  98%     32
  99%     35
 100%    587 (longest request)
This is ApacheBench, Version 2.3 <$Revision: 1748469 $> 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.23 Server Hostname: localhost Server Port: 80 Document Path: /hw3/ Document Length: 1589 bytes Concurrency Level: 1 Time taken for tests: 18.432 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2028000 bytes HTML transferred: 1589000 bytes Requests per second: 54.25 [#/sec] (mean) Time per request: 18.432 [ms] (mean) Time per request: 18.432 [ms] (mean, across all concurrent requests) Transfer rate: 107.45 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 1.5 0 16 Processing: 1 18 19.1 16 587 Waiting: 1 18 19.0 16 587 Total: 1 18 19.1 16 587 Percentage of the requests served within a certain time (ms) 50% 16 66% 16 75% 19 80% 22 90% 31 95% 31 98% 32 99% 35 100% 587 (longest request)

-- Nov 30 Let's Experiment
This is ApacheBench, Version 2.3 <$Revision: 1748469 $> 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.23 Server Hostname: localhost Server Port: 80
Document Path: /hw3/ Document Length: 1589 bytes
Concurrency Level: 1 Time taken for tests: 18.432 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2028000 bytes HTML transferred: 1589000 bytes Requests per second: 54.25 [#/sec] (mean) Time per request: 18.432 [ms] (mean) Time per request: 18.432 [ms] (mean, across all concurrent requests) Transfer rate: 107.45 [Kbytes/sec] received
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect: 0 0 1.5 0 16 Processing: 1 18 19.1 16 587 Waiting: 1 18 19.0 16 587 Total: 1 18 19.1 16 587
Percentage of the requests served within a certain time (ms)
  50%     16
  66%     16
  75%     19
  80%     22
  90%     31
  95%     31
  98%     32
  99%     35
 100%    587 (longest request)
This is ApacheBench, Version 2.3 <$Revision: 1748469 $> 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.23 Server Hostname: localhost Server Port: 80 Document Path: /hw3/ Document Length: 1589 bytes Concurrency Level: 1 Time taken for tests: 18.432 seconds Complete requests: 1000 Failed requests: 0 Total transferred: 2028000 bytes HTML transferred: 1589000 bytes Requests per second: 54.25 [#/sec] (mean) Time per request: 18.432 [ms] (mean) Time per request: 18.432 [ms] (mean, across all concurrent requests) Transfer rate: 107.45 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 1.5 0 16 Processing: 1 18 19.1 16 587 Waiting: 1 18 19.0 16 587 Total: 1 18 19.1 16 587 Percentage of the requests served within a certain time (ms) 50% 16 66% 16 75% 19 80% 22 90% 31 95% 31 98% 32 99% 35 100% 587 (longest request)
[ Next ]
X