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
번호 분류 제목 날짜 조회 수
897 컴퓨터잡담 자주쓰는 파이썬 명령어 2021.06.05 1181
896 Server XE 카카오톡 글전송 2015.07.08 1222
895 Server WAPM에서 Database 접속 속도 개선하기 2016.03.03 1223
894 컴퓨터잡담 농업경영에 이용하지 않는 농지의 처분 의무 2021.06.11 1223
893 Server Windows APM Install(Apache 2.4, PHP 6.0, Mysql) 최신버전 설치해보기 2015.11.27 1246
892 Server CSS, JS파일, gzip으로 한꺼번에 압축해서 전송하기 2016.03.08 1247
891 컴퓨터잡담 Python Requests post() Method 2021.08.31 1270
890 컴퓨터잡담 파이썬 키움증권 open api 분할매매 수식구하기 2021.09.04 1274
» Server PHP Opcache 적용 전과 후의 비교 1 2016.03.07 1290
888 Server MySQL - 속도저하에 따른 웹페이지 접속 지연 2016.03.03 1301
887 컴퓨터잡담 파이썬 파일로 읽어올 때 \n이 \\n으로 변경되는 현상 대처방법 2021.08.15 1307
886 Server 아파치 모듈 mod_deflate 압축하기 1 2016.03.17 1351
885 Server XE 어느날 갑자기 다운로드가 되지 않을때 해결방법 file 2016.04.07 1351
884 컴퓨터잡담 파이썬 find, select 사용법 2021.07.30 1352
883 컴퓨터잡담 [오류해결방법] 200, Stream not found, NetStream.Play.StreamNotFound, clip: '[Clip] ... 2015.11.30 1355
882 파이썬 파이썬 변수전달하기 2021.09.05 1375
881 컴퓨터잡담 파이썬 다음 증권의 주가 가져오기 2021.08.22 1377
880 Server XE 리퍼러 모듈로 트래픽 발생에 대처방법 file 2016.04.17 1392
879 [Docs]스프레드시트 스프레드시트에서 삽입 버튼 만들기(chatGPT 에게 물어봄) 2023.03.09 1398
878 컴퓨터잡담 파이썬 초보자가 접하기 쉬운 오류 메시지 2 2021.06.15 1407
Board Pagination Prev 1 2 3 4 5 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소