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
번호 분류 제목 날짜 조회 수
52 Server XCOPY로 중요파일 백업하기 2016.03.26 1974
51 Server 아파치 httpd.conf 재시작 없이 설정 적용하기 2016.03.26 4249
50 Server [아파치 error.log] Fatal Error Unable to reattach to base address file 2016.03.25 1643
49 Server MySQL 5.6 my.cnf 글로벌 변수인지 세션변수인지 확인 2016.03.24 1527
48 Server 아파치 캐시 설정 이후 잦은 아파치 자동멈춤 현상 원인분석 3 2016.03.23 2729
47 Server APACHE PHP 에러 잡기 1 2016.03.23 9916
46 Server 서버 최적화 시키기(APACHE, PHP, MYSQL, XE 압축&캐싱&버퍼) 3 file 2016.03.18 6236
45 Server 아파치 모듈 mod_deflate 압축하기 1 2016.03.17 1351
44 Server [Apache] mod_expires .htaccess을 수정하여 브라우저 캐싱하기 2016.03.16 1654
43 Server 윈도우 time_wait 없애기 2016.03.08 3906
42 Server CSS, JS파일, gzip으로 한꺼번에 압축해서 전송하기 2016.03.08 1247
» Server PHP Opcache 적용 전과 후의 비교 1 2016.03.07 1290
40 Server PHP Opcache 속도개선 시키기 2016.03.07 1824
39 Server 아파치 MPM 모드와 nginx 비교(apache 2.4 vs nginx) 2016.03.05 6429
38 Server PHP 가속기 secret 2016.03.05 510
37 Server XE성능 캐시활용으로 속도 100배 개선하기(Varnish 캐시서버 + XE(+패치) + nginx(혹은 아파치) / Wincache) file 2016.03.04 1440
36 Server WAPM에서 Database 접속 속도 개선하기 2016.03.03 1223
35 Server MySQL - 속도저하에 따른 웹페이지 접속 지연 2016.03.03 1301
34 Server 아파치 ab 로 성능테스트 하기 2016.02.22 12332
33 Server 8기가 램에 맞는 Mysql config 셋팅 값 1 2016.02.22 3856
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소