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
번호 분류 제목 날짜 조회 수
857 파이썬 파이썬 변수내용 문자열 자르기 특이한 점 2021.09.27 2965
856 [Docs]스프레드시트 구글 스프레드시트 쿼리 사용하기 #3 날짜편 2021.09.26 6131
855 [Docs]스프레드시트 구글 스프레드시트 쿼리 사용하기 #2 2021.09.26 3045
854 파이썬 파이썬 팍스넷 추천종목 특정페이지 크롤링 2021.09.23 3444
853 파이썬 파이썬 음력에서 양력변환 또는 양력에서 음력변환방법 2021.09.22 3753
852 파이썬 Python 메타블로그 글쓰기(제로보드, xpressengine blog api) 2021.09.18 3433
851 파이썬 python 에서 구글 캘린더 api 이용하기(server to server) 2021.09.17 3233
850 파이썬 파이썬 웹크롤링 오류 대처방법(verify=False)requests.exceptions.SSLError: 2021.09.16 3615
849 파이썬 파이썬 키움openAPI 보유종목 종목리스트 피라미드 매수주문하기 2021.09.16 3018
848 파이썬 파이썬 키움openAPI 보유종목 종목리스트 피라미드 매도주문하기 2021.09.16 2536
847 파이썬 파이썬 키움openAPI 원하는 종목리스트 10호가까지 피라미드 매수주문하기 2021.09.16 3508
846 파이썬 키움증권 openAPI 지정가분할매수주문.py 2021.09.13 3486
845 파이썬 파이썬 dictionary 딕셔너리 조작 2021.09.13 2532
844 파이썬 파이썬 openyxl 엑셀파일(xlsx) 저장하기 2021.09.11 2594
843 파이썬 파이썬 datetime 모듈로 초간단 날짜 표현하기 2021.09.11 2654
842 파이썬 파이썬 any, all 사용하기(배열데이터 안에 값이 하나라도 있는지 또는 모두 있는지 비교) 2021.09.11 1938
841 파이썬 파이썬 오류모음(에러모음) file 2021.09.09 3707
840 파이썬 키움 증권 API를 이용하여 주식 자동 매매 프로그램 개발 3 2021.09.07 3836
839 파이썬 파이썬 키움증권 open api 분할매매 주문하기 2021.09.07 2312
838 컴퓨터잡담 파이썬 네이버 증권 주식 현재가 가져오기 2021.09.06 1460
Board Pagination Prev 1 2 3 4 5 6 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소