<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://tm.root-n.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Tipsというかメモ server:apache:ab</title>
        <description></description>
        <link>https://tm.root-n.com/</link>
        <lastBuildDate>Tue, 18 Nov 2025 23:05:20 +0900</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://tm.root-n.com/lib/images/favicon.ico</url>
            <title>Tipsというかメモ</title>
            <link>https://tm.root-n.com/</link>
        </image>
        <item>
            <title>apache :: ab / webサーバの性能を測定する</title>
            <link>https://tm.root-n.com/server:apache:ab:server_ability</link>
            <description>1. 秒間最大応答数

●1秒間で最大いくつのリクエストに耐えられるか測定する
% ab -c 50 -n 500 &quot;http://example.com/&quot;

-c : 同時接続数
-n : リクエスト数

●「Requests per second」に注目
Requests per second:    9.00 [#/sec] (mean)

1秒間で平均 9リクエスト 受け付けたことを意味する

●「Time per request」に注目</description>
        <category>server:apache:ab</category>
            <pubDate>Sun, 16 Mar 2008 22:48:23 +0900</pubDate>
        </item>
    </channel>
</rss>
