XSERVER Sandbox WP4.0動作環境の速度例
XSERVER上にインストールした環境は以下で確認することができます。
WordPress4.0をインストールした初期状態でまずはApache Benchを実行しています。
XSERVER環境
プランはX10を利用しています。
また、MySQLはXSERVERのものを採用しています。
このサーバーに対してApache Benchを実行した結果が以下になります。
トップページ実行結果
トップページに対するApache Bench実行結果の例をご紹介しておきます。
Apache Bench実行環境
- 接続: WiMax Aterm3500R (「UQ WiMAX」DIS mobile WiMAX)
- OS: windows 7 Ultimate(64bit)
- 時間帯: 2014/09/11 21:00~
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\>cd Apache\bin C:\Apache\bin>ab -n 100 -c 10 http://xserver.rensrv.com/ This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking xserver.rensrv.com (be patient).....done Server Software: Apache Server Hostname: xserver.rensrv.com Server Port: 80 Document Path: / Document Length: 10175 bytes Concurrency Level: 10 Time taken for tests: 8.200 seconds Complete requests: 100 Failed requests: 0 Write errors: 0 Total transferred: 1040400 bytes HTML transferred: 1017500 bytes Requests per second: 12.19 [#/sec] (mean) Time per request: 820.047 [ms] (mean) Time per request: 82.005 [ms] (mean, across all concurrent requests) Transfer rate: 123.90 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 50 78 13.7 75 121 Processing: 394 683 542.3 606 5840 Waiting: 360 577 521.5 506 5585 Total: 474 761 544.3 681 5930 Percentage of the requests served within a certain time (ms) 50% 681 66% 741 75% 760 80% 813 90% 899 95% 921 98% 1686 99% 5930 100% 5930 (longest request) C:\Apache\bin> |
Hello World投稿への実行結果
Hello World投稿に対するApache Bench実行結果の例をご紹介しておきます。
Apache Bench実行環境
- 接続: WiMax Aterm3500R (「UQ WiMAX」DIS mobile WiMAX)
- OS: windows 7 Ultimate(64bit)
- 時間帯: 2014/09/12 00:00~
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\>cd Apache\bin C:\Apache\bin>ab -n 100 -c 10 http://xserver.rensrv.com/2014/09/hello-world/ This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking xserver.rensrv.com (be patient).....done Server Software: Apache Server Hostname: xserver.rensrv.com Server Port: 80 Document Path: /2014/09/hello-world/ Document Length: 15623 bytes Concurrency Level: 10 Time taken for tests: 8.469 seconds Complete requests: 100 Failed requests: 40 (Connect: 0, Receive: 0, Length: 40, Exceptions: 0) Write errors: 0 Total transferred: 1585453 bytes HTML transferred: 1562253 bytes Requests per second: 11.81 [#/sec] (mean) Time per request: 846.948 [ms] (mean) Time per request: 84.695 [ms] (mean, across all concurrent requests) Transfer rate: 182.81 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 38 80 20.8 76 206 Processing: 401 703 103.4 721 1008 Waiting: 351 551 121.2 534 933 Total: 465 783 105.6 798 1092 Percentage of the requests served within a certain time (ms) 50% 798 66% 815 75% 830 80% 846 90% 902 95% 917 98% 1013 99% 1092 100% 1092 (longest request) C:\Apache\bin> |
エラーが発生したようなので、再実行してみます。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
C:\Apache\bin>ab -n 100 -c 10 http://xserver.rensrv.com/2014/09/hello-world/ This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking xserver.rensrv.com (be patient).....done Server Software: Apache Server Hostname: xserver.rensrv.com Server Port: 80 Document Path: /2014/09/hello-world/ Document Length: 15623 bytes Concurrency Level: 10 Time taken for tests: 8.219 seconds Complete requests: 100 Failed requests: 33 (Connect: 0, Receive: 0, Length: 33, Exceptions: 0) Write errors: 0 Total transferred: 1585463 bytes HTML transferred: 1562263 bytes Requests per second: 12.17 [#/sec] (mean) Time per request: 821.947 [ms] (mean) Time per request: 82.195 [ms] (mean, across all concurrent requests) Transfer rate: 188.37 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 45 77 13.6 77 115 Processing: 416 680 82.6 685 865 Waiting: 355 523 100.4 515 825 Total: 499 757 82.7 759 945 Percentage of the requests served within a certain time (ms) 50% 759 66% 779 75% 805 80% 814 90% 849 95% 879 98% 900 99% 945 100% 945 (longest request) C:\Apache\bin> |
今後、それぞれの環境にはテストデータを投入した状態で公開する予定です。
さいごに
共用サーバーであるため、時間帯や収容サーバーによっては、
結果のばらつきがあるとは思いますが、ご参考になれば幸いです。
Xserverおよび、Xserverロゴは、エックスサーバー株式会社の登録商標です。
登録番号は以下の通りです。
第5615066号
Xdomainおよび、Xdomainロゴは、エックスサーバー株式会社の登録商標です。
登録番号は以下の通りです。
第5620796号
sixcoreおよび、sixcoreロゴは、エックスサーバー株式会社の登録商標です。
登録番号は以下の通りです。
第5257521号
wpXおよび、wpXロゴは、エックスサーバー株式会社の登録商標です。
登録番号は以下の通りです。
第5611913号
driveeおよび、driveeロゴは、エックスサーバー株式会社の登録商標です。
登録番号は以下の通りです。
第5171204号
公開日: