タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

httperfに関するBigFatCatのブックマーク (5)

  • httperf - TenForward

    httperf をちょい突っ込んで使うので,関係しそうなオプションだけ man を超訳(←所々 ^^;)してみました. httperf [--add-header S] [--burst-length N] [--client I/N] [--close- with-reset] [-d|--debug N] [--failure-status N] [-h|--help] [--hog] [--http-version S] [--max-connections N] [--max-piped-calls N] [--method S] [--no-host-hdr] [--num-calls N] [--num-conns N] [--period [d|u|e]T1[,T2]] [--port N] [--print-reply [header|body]] [--print- re

    httperf - TenForward
  • httperf - TenForward

    また負荷テストやってるんですが (いい加減誰かに振りたい ^^;),Apache Bench だと,またまた apr_poll: The timeout specified has expired (70007) が出てしまって,ダメダメ.接続先が劇重サーバという前提なんですがね.このタイムアウトは何のタイムアウトなのか,これだけでは謎なんですが (ちょこっとソースも見てますが分からず). で,仕方ないので httperf (現在は sourceforge に移っているけど,ダウンロードファイルはまだない) を試してみることに. とりあえず % ab -c 1 -n 10 http://example.com/path/ みたいにやってたので, httperf --num-conns 10 --num-calls 1 --server example.com --uri "/path/"

    httperf - TenForward
  • httperf からトラックバック - TenForward

    サーバ上で HTTP サーバを動かし,その上にブログソフトを置いて,そのブログに対してトラックバックを送る負荷テストをやっていたので,方法を忘れないようにメモ. 例えば, # httperf --server=example.net --wsesslog=1,1,test3 --add-header="Content-Type: application/x-www-form-urlencoded\n" という風にして,test3 ファイルを /path/to/trackback?id=1 method=POST contents="url=http://example.com/blog/1&title=TEST&blog_name=Blog&excerpt=Test" みたいにすると OK でした. (追記1) test3 ファイルの書式間違ってましたので,修正しました.行頭にコメントを意

    httperf からトラックバック - TenForward
  • httperf Web Workload Generator

    httperf is a software tool which is able to simulate load situations for web services, and calculates performance metrics against the results. The purpose of httperf is to help answer a number of complex or otherwise hard to investigate questions. For instance, it is usually desirable when designing and programming a website to be interested in how well it will perform under a variety of cirumstan

  • httperf のセッション,バースト - TenForward

    httperf のセッションとかバーストとかバーストの長さとか,テストプラン考えていると,頭こんがらがってくるのでまとめの個人メモ. セッション ユーザがあるサイトを訪れて色々なページを見て,サイトを去るまでを「セッション」. バースト あるページに複数のファイルが含まれている場合,そのページのファイルを全部を一まとめにして「バースト」. httperf のオプションとして --wsess=N1,N2,X --burst-length=L --rate=Rとした場合,セッションが以下のように生成される. 1/R 秒毎に,全部で N1 個. 1/R(秒) |--| +-----+ session1 +-----+ session2 +-----+ session3 +-----+ session4 : (N1 個生成)それぞれのセッションの中身は,以下のような感じ. バーストの長さが L で

    httperf のセッション,バースト - TenForward
  • 1