Skip to content
Server
2016.03.07 23:40

PHP Opcache 적용 전과 후의 비교

조회 수 1290 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

PHP Opcache 적용 전과 후의 비교


적용 전

 

PS C:\Users\Administrator> ab -n 500 -c 500 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Completed 300 requests

Completed 400 requests

Completed 500 requests

Finished 500 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        24 bytes


Concurrency Level:      500

Time taken for tests:   21.831 seconds

Complete requests:      500

Failed requests:        0

Total transferred:      259500 bytes

HTML transferred:       12000 bytes

Requests per second:    22.90 [#/sec] (mean)

Time per request:       21830.807 [ms] (mean)

Time per request:       43.662 [ms] (mean, across all concurrent requests)

Transfer rate:          11.61 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.3      0       2

Processing:   326 7445 7389.6   4748   21821

Waiting:      326 7444 7388.7   4748   21820

Total:        326 7445 7389.6   4748   21821


Percentage of the requests served within a certain time (ms)

  50%   4748

  66%   6148

  75%   6953

  80%  21732

  90%  21741

  95%  21762

  98%  21789

  99%  21803

 100%  21821 (longest request)

PS C:\Users\Administrator>

PS C:\Users\Administrator> ab -n 500 -c 500 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Completed 300 requests

Completed 400 requests

Completed 500 requests

Finished 500 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        24 bytes


Concurrency Level:      500

Time taken for tests:   12.386 seconds

Complete requests:      500

Failed requests:        0

Total transferred:      259500 bytes

HTML transferred:       12000 bytes

Requests per second:    40.37 [#/sec] (mean)

Time per request:       12385.598 [ms] (mean)

Time per request:       24.771 [ms] (mean, across all concurrent requests)

Transfer rate:          20.46 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       3

Processing:   468 8431 3251.1   9532   12314

Waiting:      467 8428 3249.7   9531   12314

Total:        468 8432 3251.1   9532   12315


Percentage of the requests served within a certain time (ms)

  50%   9532

  66%  10404

  75%  11011

  80%  11347

  90%  11986

  95%  12173

  98%  12251

  99%  12277

 100%  12315 (longest request)

PS C:\Users\Administrator> ab -n 500 -c 500 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Completed 300 requests

Completed 400 requests

Completed 500 requests

Finished 500 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      500

Time taken for tests:   22.305 seconds

Complete requests:      500

Failed requests:        0

Non-2xx responses:      500

Total transferred:      1334000 bytes

HTML transferred:       1082000 bytes

Requests per second:    22.42 [#/sec] (mean)

Time per request:       22304.867 [ms] (mean)

Time per request:       44.610 [ms] (mean, across all concurrent requests)

Transfer rate:          58.41 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:   457 17301 5973.3  19429   22277

Waiting:      456 17300 5973.5  19429   22277

Total:        457 17301 5973.3  19429   22277


Percentage of the requests served within a certain time (ms)

  50%  19429

  66%  20484

  75%  21285

  80%  21685

  90%  22025

  95%  22137

  98%  22179

  99%  22219

 100%  22277 (longest request)

PS C:\Users\Administrator> httpd -V > httpdver.txt

PS C:\Users\Administrator> php -i > phpinfo.txt

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   8.283 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    24.15 [#/sec] (mean)

Time per request:       8283.067 [ms] (mean)

Time per request:       41.415 [ms] (mean, across all concurrent requests)

Transfer rate:          62.91 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.6      0       5

Processing:   378 4078 1952.5   3755    8229

Waiting:      377 4078 1952.6   3755    8229

Total:        378 4078 1952.5   3755    8229


Percentage of the requests served within a certain time (ms)

  50%   3755

  66%   4843

  75%   5496

  80%   6375

  90%   7053

  95%   7427

  98%   7559

  99%   7623

 100%   8229 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   6.820 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    29.33 [#/sec] (mean)

Time per request:       6819.876 [ms] (mean)

Time per request:       34.099 [ms] (mean, across all concurrent requests)

Transfer rate:          76.41 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.3      0       2

Processing:  1026 4381 1567.1   4491    6791

Waiting:     1026 4369 1572.6   4491    6791

Total:       1026 4381 1567.1   4491    6791


Percentage of the requests served within a certain time (ms)

  50%   4491

  66%   5250

  75%   5717

  80%   6023

  90%   6373

  95%   6587

  98%   6735

  99%   6770

 100%   6791 (longest request)

PS C:\Users\Administrator> 



적용 후

 


PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   6.847 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    29.21 [#/sec] (mean)

Time per request:       6846.881 [ms] (mean)

Time per request:       34.234 [ms] (mean, across all concurrent requests)

Transfer rate:          76.11 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.5      0       4

Processing:   333 3559 1881.7   3569    6813

Waiting:      333 3559 1881.8   3569    6813

Total:        333 3559 1881.7   3570    6813


Percentage of the requests served within a certain time (ms)

  50%   3570

  66%   4565

  75%   5192

  80%   5550

  90%   6216

  95%   6647

  98%   6783

  99%   6810

 100%   6813 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   7.210 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    27.74 [#/sec] (mean)

Time per request:       7209.926 [ms] (mean)

Time per request:       36.050 [ms] (mean, across all concurrent requests)

Transfer rate:          72.27 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       2

Processing:   497 4834 1978.1   4600    7170

Waiting:      496 4834 1978.2   4600    7170

Total:        498 4834 1978.1   4601    7170


Percentage of the requests served within a certain time (ms)

  50%   4601

  66%   6730

  75%   6882

  80%   6978

  90%   7032

  95%   7045

  98%   7126

  99%   7162

 100%   7170 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   9.046 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    22.11 [#/sec] (mean)

Time per request:       9046.162 [ms] (mean)

Time per request:       45.231 [ms] (mean, across all concurrent requests)

Transfer rate:          57.60 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:   976 8329 862.1   8579    9043

Waiting:      975 8329 862.3   8579    9042

Total:        976 8329 862.1   8579    9043


Percentage of the requests served within a certain time (ms)

  50%   8579

  66%   8838

  75%   8954

  80%   8972

  90%   9005

  95%   9024

  98%   9034

  99%   9037

 100%   9043 (longest request)

PS C:\Users\Administrator> ab -n 500 -c 500 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Completed 300 requests

Completed 400 requests

Completed 500 requests

Finished 500 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      500

Time taken for tests:   22.381 seconds

Complete requests:      500

Failed requests:        0

Non-2xx responses:      500

Total transferred:      1334000 bytes

HTML transferred:       1082000 bytes

Requests per second:    22.34 [#/sec] (mean)

Time per request:       22380.877 [ms] (mean)

Time per request:       44.762 [ms] (mean, across all concurrent requests)

Transfer rate:          58.21 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:  3178 20296 2481.1  20994   22361

Waiting:     3176 20295 2481.4  20993   22360

Total:       3178 20296 2481.1  20994   22361


Percentage of the requests served within a certain time (ms)

  50%  20994

  66%  21571

  75%  21797

  80%  21850

  90%  22132

  95%  22204

  98%  22266

  99%  22306

 100%  22361 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   9.241 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    21.64 [#/sec] (mean)

Time per request:       9241.193 [ms] (mean)

Time per request:       46.206 [ms] (mean, across all concurrent requests)

Transfer rate:          56.39 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:  2082 7825 1678.9   8383    9231

Waiting:     2081 7825 1679.1   8383    9230

Total:       2082 7825 1678.9   8384    9231


Percentage of the requests served within a certain time (ms)

  50%   8384

  66%   8808

  75%   9005

  80%   9063

  90%   9185

  95%   9205

  98%   9220

  99%   9226

 100%   9231 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   10.180 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    19.65 [#/sec] (mean)

Time per request:       10180.309 [ms] (mean)

Time per request:       50.902 [ms] (mean, across all concurrent requests)

Transfer rate:          51.19 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:   349 7659 2728.9   9263   10180

Waiting:      348 7658 2729.0   9263   10179

Total:        350 7659 2728.9   9263   10180


Percentage of the requests served within a certain time (ms)

  50%   9263

  66%   9616

  75%   9857

  80%   9937

  90%  10026

  95%  10121

  98%  10154

  99%  10171

 100%  10180 (longest request)

PS C:\Users\Administrator>


PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   6.847 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    29.21 [#/sec] (mean)

Time per request:       6846.881 [ms] (mean)

Time per request:       34.234 [ms] (mean, across all concurrent requests)

Transfer rate:          76.11 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.5      0       4

Processing:   333 3559 1881.7   3569    6813

Waiting:      333 3559 1881.8   3569    6813

Total:        333 3559 1881.7   3570    6813


Percentage of the requests served within a certain time (ms)

  50%   3570

  66%   4565

  75%   5192

  80%   5550

  90%   6216

  95%   6647

  98%   6783

  99%   6810

 100%   6813 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   7.210 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    27.74 [#/sec] (mean)

Time per request:       7209.926 [ms] (mean)

Time per request:       36.050 [ms] (mean, across all concurrent requests)

Transfer rate:          72.27 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       2

Processing:   497 4834 1978.1   4600    7170

Waiting:      496 4834 1978.2   4600    7170

Total:        498 4834 1978.1   4601    7170


Percentage of the requests served within a certain time (ms)

  50%   4601

  66%   6730

  75%   6882

  80%   6978

  90%   7032

  95%   7045

  98%   7126

  99%   7162

 100%   7170 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   9.046 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    22.11 [#/sec] (mean)

Time per request:       9046.162 [ms] (mean)

Time per request:       45.231 [ms] (mean, across all concurrent requests)

Transfer rate:          57.60 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:   976 8329 862.1   8579    9043

Waiting:      975 8329 862.3   8579    9042

Total:        976 8329 862.1   8579    9043


Percentage of the requests served within a certain time (ms)

  50%   8579

  66%   8838

  75%   8954

  80%   8972

  90%   9005

  95%   9024

  98%   9034

  99%   9037

 100%   9043 (longest request)

PS C:\Users\Administrator> ab -n 500 -c 500 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Completed 300 requests

Completed 400 requests

Completed 500 requests

Finished 500 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      500

Time taken for tests:   22.381 seconds

Complete requests:      500

Failed requests:        0

Non-2xx responses:      500

Total transferred:      1334000 bytes

HTML transferred:       1082000 bytes

Requests per second:    22.34 [#/sec] (mean)

Time per request:       22380.877 [ms] (mean)

Time per request:       44.762 [ms] (mean, across all concurrent requests)

Transfer rate:          58.21 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:  3178 20296 2481.1  20994   22361

Waiting:     3176 20295 2481.4  20993   22360

Total:       3178 20296 2481.1  20994   22361


Percentage of the requests served within a certain time (ms)

  50%  20994

  66%  21571

  75%  21797

  80%  21850

  90%  22132

  95%  22204

  98%  22266

  99%  22306

 100%  22361 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   9.241 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    21.64 [#/sec] (mean)

Time per request:       9241.193 [ms] (mean)

Time per request:       46.206 [ms] (mean, across all concurrent requests)

Transfer rate:          56.39 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:  2082 7825 1678.9   8383    9231

Waiting:     2081 7825 1679.1   8383    9230

Total:       2082 7825 1678.9   8384    9231


Percentage of the requests served within a certain time (ms)

  50%   8384

  66%   8808

  75%   9005

  80%   9063

  90%   9185

  95%   9205

  98%   9220

  99%   9226

 100%   9231 (longest request)

PS C:\Users\Administrator> ab -n 200 -c 200 http://127.0.0.1/blog/20653939

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 100 requests

Completed 200 requests

Finished 200 requests



Server Software:        Apache/2.4.10

Server Hostname:        127.0.0.1

Server Port:            80


Document Path:          /blog/20653939

Document Length:        2164 bytes


Concurrency Level:      200

Time taken for tests:   10.180 seconds

Complete requests:      200

Failed requests:        0

Non-2xx responses:      200

Total transferred:      533600 bytes

HTML transferred:       432800 bytes

Requests per second:    19.65 [#/sec] (mean)

Time per request:       10180.309 [ms] (mean)

Time per request:       50.902 [ms] (mean, across all concurrent requests)

Transfer rate:          51.19 [Kbytes/sec] received


Connection Times (ms)

              min  mean[+/-sd] median   max

Connect:        0    0   0.4      0       4

Processing:   349 7659 2728.9   9263   10180

Waiting:      348 7658 2729.0   9263   10179

Total:        350 7659 2728.9   9263   10180


Percentage of the requests served within a certain time (ms)

  50%   9263

  66%   9616

  75%   9857

  80%   9937

  90%  10026

  95%  10121

  98%  10154

  99%  10171

 100%  10180 (longest request)

PS C:\Users\Administrator>





로그인 후 댓글쓰기가 가능합니다.

?
  • ?
    Progress 2016.03.08 00:45
    순간 속도는 빠르지만 다량 요청시 오차속도가 큼

List of Articles
번호 분류 제목 날짜 조회 수
877 파이썬 파이썬 화면 캡쳐하기 2022.11.26 19295
876 파이썬 Windows용 Tesseract 설치 및 사용법 2022.11.26 19304
875 파이썬 파이썬 글자 인식, 파이썬 OCR, 파이썬 Tesseract 사용 2022.11.21 14638
874 컴퓨터잡담 지존오토 메뉴얼 익스트림 화면 분석기(여러 개의 순환구조) file 2022.09.21 21387
873 컴퓨터잡담 특정 파일을 제외한 현재 디렉토리 내의 모든 파일을 삭제하는 배치파일 2022.07.14 32395
872 파이썬 자바스크립트 종말각?! HTML에서 파이썬 실행하는 PyScript 등장! 2022.06.08 31147
871 파이썬 파이썬 파이인스톨러 설치하기 2022.05.08 21417
870 파이썬 파이썬 구글스프레드시트 값 불러오기 html로 변환작업 중! 2022.05.08 20178
869 파이썬 파이썬 googleapiclient 모듈이 설치가 안될때 해결방법 1 2022.03.27 9728
868 파이썬 Visual Studio Code 파이썬 인터프리터 경로 변경하기 2022.03.09 9192
867 WindowsTip 윈도우10 ALT + TAB 창 전환이 안될 때 대처방법 file 2022.03.09 8872
866 파이썬 파이썬 ModuleNotFoundError: No module named 'pip' 갑자기 나타난 오류! 2022.02.13 4084
865 [Docs]스프레드시트 [구글스프레드시트] 현재의 셀주소 참조(address, cell) 2022.01.26 6343
864 파이썬 pytube 사용방법 2022.01.22 4156
863 파이썬 파이썬 정규표현식 (Regular Expressions) 2021.10.31 3159
862 컴퓨터잡담 로지텍 2021.10.26 2420
861 파이썬 python html tag 제거 경로 금지 문자 제거 2021.10.26 3121
860 컴퓨터잡담 PC를 자동으로 부팅시작 1 file 2021.10.10 3991
859 컴퓨터잡담 로블록스 스튜디오하늘에서 부품을 무작위로 떨어뜨리는 스크립트 2021.09.28 2580
858 컴퓨터잡담 로블록스 스튜디오 파트속성 2021.09.28 3055
Board Pagination Prev 1 2 3 4 5 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소