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
번호 분류 제목 날짜 조회 수
837 파이썬 파이썬 매수할 피라미드 매수전략 2021.09.06 1833
836 파이썬 키움증권 OpenAPI 당황스러움 file 2021.09.06 1691
835 파이썬 파이썬 키움증권 OPEN API 매수/매도/정정/취소 주문방법 2021.09.05 3984
834 파이썬 파이썬 변수전달하기 2021.09.05 1375
833 컴퓨터잡담 파이썬 키움증권 open api 분할매매 수식구하기 2021.09.04 1274
832 컴퓨터잡담 파이썬(python) 자주 사용하는 명령 모으기 2021.09.03 788
831 컴퓨터잡담 [python] 윈도우 파이썬 모듈 설치 방법 (특정프로그램 설치 없이 기본프로그램 활용) 2021.09.02 1504
830 컴퓨터잡담 아나콘다에서 모듈을 설치할 때에는? 2021.09.02 906
829 컴퓨터잡담 파이썬 키움증권 open api 스크랩 2021.09.02 921
828 컴퓨터잡담 python 문자열에서 모든 공백을 제거 2021.08.31 880
827 컴퓨터잡담 Python Requests post() Method 2021.08.31 1270
826 컴퓨터잡담 파이썬 JSON으로 받아온 데이터의 Key 값 가져오기 2021.08.27 10692
825 컴퓨터잡담 파이썬으로 키움증권 open api 사용해보기 file 2021.08.24 1415
824 컴퓨터잡담 파이썬 다음 증권의 주가 가져오기 2021.08.22 1377
823 컴퓨터잡담 파이썬 네이버라인 메시지 보내기 2021.08.22 1426
822 컴퓨터잡담 파이썬 파일로 읽어올 때 \n이 \\n으로 변경되는 현상 대처방법 2021.08.15 1307
821 컴퓨터잡담 python pip 에러 line 193, line 197 해결방법 2021.08.12 3970
820 컴퓨터잡담 카카오 인증관련 오류 file 2021.08.08 7725
819 HTMLPHPMSQL CCS 메뉴 스타일 링크 2021.08.04 3871
818 컴퓨터잡담 파이썬 FTP 업로드/다운로드 하기 2021.07.31 3354
Board Pagination Prev 1 ... 3 4 5 6 7 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소