apacheのabで測定したいと思っているのですが

ab -k -c5 -n 100 http://example.com/
とした場合は5人の人がそれぞれ一気にブラウザを100個立ち上げたというような解釈でいいのでしょうか?
言葉で直すと同時リクエスト数や総リクエスト数という言葉になるんだと思いますが、いまいちイメージがわきません。
上記のような解釈であっているのか?もしくはもっと分かりやすい説明などあれば教えてください。

回答の条件
  • URL必須
  • 1人2回まで
  • 登録:
  • 終了:2010/05/21 09:13:36
※ 有料アンケート・ポイント付き質問機能は2023年2月28日に終了しました。

回答1件)

id:mattn No.1

回答回数104ベストアンサー獲得回数23

ポイント60pt

http://example.com/#ダミー

ab: wrong number of arguments
Usage: ab [options] [http://]hostname[:port]/path
Options are:
    -n requests     Number of requests to perform
    -c concurrency  Number of multiple requests to make
    -t timelimit    Seconds to max. wait for responses
    -b windowsize   Size of TCP send/receive buffer, in bytes
    -p postfile     File containing data to POST. Remember also to set -T
    -T content-type Content-type header for POSTing, eg.
                    'application/x-www-form-urlencoded'
                    Default is 'text/plain'
    -v verbosity    How much troubleshooting info to print
    -w              Print out results in HTML tables
    -i              Use HEAD instead of GET
    -x attributes   String to insert as table attributes
    -y attributes   String to insert as tr attributes
    -z attributes   String to insert as td or th attributes
    -C attribute    Add cookie, eg. 'Apache=1234. (repeatable)
    -H attribute    Add Arbitrary header line, eg. 'Accept-Encoding: gzip'
                    Inserted after all normal header lines. (repeatable)
    -A attribute    Add Basic WWW Authentication, the attributes
                    are a colon separated username and password.
    -P attribute    Add Basic Proxy Authentication, the attributes
                    are a colon separated username and password.
    -X proxy:port   Proxyserver and port number to use
    -V              Print version number and exit
    -k              Use HTTP KeepAlive feature
    -d              Do not show percentiles served table.
    -S              Do not show confidence estimators and warnings.
    -g filename     Output collected data to gnuplot format file.
    -e filename     Output CSV file with percentages served
    -r              Don't exit on socket receive errors.
    -h              Display usage information (this message)
  • nはリクエスト回数なので、少し違います。

上記の例だと

・5人のユーザが1つずつブラウザを立ち上げて

・100回F5を押した

となります。

違うブラウザだとkeep-aliveにもなりませんしね。:)

id:quocard

なるほど。

そういう感じになるのですね。

勉強になりました。

ありがとうございます。

2010/05/21 09:13:14

コメントはまだありません

この質問への反応(ブックマークコメント)

「あの人に答えてほしい」「この質問はあの人が答えられそう」というときに、回答リクエストを送ってみてましょう。

これ以上回答リクエストを送信することはできません。制限について

回答リクエストを送信したユーザーはいません