{"id":340,"date":"2022-07-21T08:44:28","date_gmt":"2022-07-20T23:44:28","guid":{"rendered":"https:\/\/www.b64.pw\/blog\/?p=340"},"modified":"2022-07-21T08:44:29","modified_gmt":"2022-07-20T23:44:29","slug":"http%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e3%83%91%e3%83%95%e3%82%a9%e3%83%bc%e3%83%9e%e3%83%b3%e3%82%b9%e6%af%94%e8%bc%83","status":"publish","type":"post","link":"https:\/\/www.b64.pw\/blog\/?p=340","title":{"rendered":"HTTP\u30b5\u30fc\u30d0\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u6bd4\u8f03"},"content":{"rendered":"\n<p>vegeta attack\u3092\u3064\u304b\u3063\u3066 Apache, OpenliteSpeed, Nginx+PHP-FPM, h2o+PHP-FPM\u3067\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u6bd4\u8f03\u3057\u3066\u307f\u305f\u3002<\/p>\n\n\n\n<p>\u6e2c\u5b9a\u5bfe\u8c61\u306ePHP\u30d5\u30a1\u30a4\u30eb\u306f\u6b21\u306e\u3088\u3046\u306a\u30b3\u30fc\u30c9<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-php\" data-file=\"index.php\" data-lang=\"PHP\"><code>&lt;?php\necho &#39;Hello World&#39;.date(&#39;Y-m-d h:i:s&#39;).PHP_EOL;\nvar_dump($_SERVER[&#39;SERVER_SOFTWARE&#39;]);<\/code><\/pre><\/div>\n\n\n\n<p>vegeta attack\u306f\u6b21\u306e\u3088\u3046\u306a\u611f\u3058\u306710\u79d2\u9593\u8ca0\u8377\u3092\u304b\u3051\u305f<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>vegeta -cpus=4 attack -targets=&quot;apache_target.txt&quot; -duration=10s -output result_apache.bin\nsleep 5\n\nvegeta -cpus=4 attack -targets=&quot;openlite_target.txt&quot; -duration=10s -output result_openlite.bin\nsleep 5\n\nvegeta -cpus=4 attack -targets=&quot;nginx_target.txt&quot; -duration=10s -output result_nginx.bin\nsleep 5\n\nvegeta -cpus=4 attack -targets=&quot;h2o_target.txt&quot; -duration=10s -output result_h2o.bin\nsleep 5<\/code><\/pre><\/div>\n\n\n\n<p>\u5e73\u5747\u30ec\u30a4\u30c6\u30f3\u30b7\u306e\u7d50\u679c\u306f\u6b21\u306e\u901a\u308a<\/p>\n\n\n\n<p>Apache : 2.097692ms<br>OpenliteSpeed : 2.017002ms<br>Nginx+PHP-FPM : 1.865207ms<br>h2o+PHP-FPM : 2.427734ms<\/p>\n\n\n\n<p>\u4e2d\u592e\u5024\u306a\u3069\u306e\u8a73\u7d30\u306a\u30c7\u30fc\u30bf\u306f\u3053\u306e\u3088\u3046\u306a\u611f\u3058<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>Apache ======================\nRequests      [total, rate, throughput]  500, 50.05, 50.03\nDuration      [total, attack, wait]      9.9930604s, 9.9895491s, 3.5113ms\nLatencies     [mean, 50, 95, 99, max]    2.097692ms, 1.586491ms, 3.712122ms, 7.52365ms, 13.3605ms\nBytes In      [total, mean]              33500, 67.00\nBytes Out     [total, mean]              0, 0.00\nSuccess       [ratio]                    100.00%\nStatus Codes  [code:count]               200:500\nError Set:\nopenlite speed ======================\nRequests      [total, rate, throughput]  500, 50.07, 50.06\nDuration      [total, attack, wait]      9.9877642s, 9.986254s, 1.5102ms\nLatencies     [mean, 50, 95, 99, max]    2.017002ms, 1.712651ms, 3.548116ms, 6.54955ms, 26.4052ms\nBytes In      [total, mean]              26500, 53.00\nBytes Out     [total, mean]              0, 0.00\nSuccess       [ratio]                    100.00%\nStatus Codes  [code:count]               200:500\nError Set:\nNginx and PHP-FPM ======================\nRequests      [total, rate, throughput]  500, 50.06, 50.05\nDuration      [total, attack, wait]      9.9903362s, 9.9887394s, 1.5968ms\nLatencies     [mean, 50, 95, 99, max]    1.865207ms, 1.518298ms, 3.635994ms, 6.64155ms, 11.6384ms\nBytes In      [total, mean]              28500, 57.00\nBytes Out     [total, mean]              0, 0.00\nSuccess       [ratio]                    100.00%\nStatus Codes  [code:count]               200:500\nError Set:\nh2o and PHP-FPM ======================\nRequests      [total, rate, throughput]  500, 50.12, 50.11\nDuration      [total, attack, wait]      9.9780712s, 9.9755576s, 2.5136ms\nLatencies     [mean, 50, 95, 99, max]    2.427734ms, 2.12775ms, 4.569433ms, 6.9608ms, 10.5099ms\nBytes In      [total, mean]              26500, 53.00\nBytes Out     [total, mean]              0, 0.00\nSuccess       [ratio]                    100.00%\nStatus Codes  [code:count]               200:500\nError Set:<\/code><\/pre><\/div>\n\n\n\n<p>Apache<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_apache_plot-2-1024x233.png\" alt=\"\" class=\"wp-image-351\" width=\"2048\" srcset=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_apache_plot-2-1024x233.png 1024w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_apache_plot-2-300x68.png 300w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_apache_plot-2-768x175.png 768w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_apache_plot-2-1536x350.png 1536w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_apache_plot-2-2048x466.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>OpenliteSpeed<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_openlite_plot-1-1024x234.png\" alt=\"\" class=\"wp-image-347\" width=\"2048\" srcset=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_openlite_plot-1-1024x234.png 1024w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_openlite_plot-1-300x68.png 300w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_openlite_plot-1-768x175.png 768w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_openlite_plot-1-1536x350.png 1536w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_openlite_plot-1-2048x467.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Nginx<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_nginx_plot-1-1024x234.png\" alt=\"\" class=\"wp-image-348\" width=\"2048\" srcset=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_nginx_plot-1-1024x234.png 1024w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_nginx_plot-1-300x68.png 300w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_nginx_plot-1-768x175.png 768w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_nginx_plot-1-1536x350.png 1536w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_nginx_plot-1-2048x467.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>h2o<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_h2o_plot-4-1024x233.png\" alt=\"\" class=\"wp-image-355\" width=\"2048\" srcset=\"https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_h2o_plot-4-1024x233.png 1024w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_h2o_plot-4-300x68.png 300w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_h2o_plot-4-768x174.png 768w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_h2o_plot-4-1536x349.png 1536w, https:\/\/www.b64.pw\/blog\/wp-content\/uploads\/2022\/07\/result_h2o_plot-4-2048x465.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>vegeta attack\u3092\u3064\u304b\u3063\u3066 Apache, Ope &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[28,27,23,8,2],"tags":[],"_links":{"self":[{"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=\/wp\/v2\/posts\/340"}],"collection":[{"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=340"}],"version-history":[{"count":5,"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=\/wp\/v2\/posts\/340\/revisions"}],"predecessor-version":[{"id":357,"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=\/wp\/v2\/posts\/340\/revisions\/357"}],"wp:attachment":[{"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.b64.pw\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}