httperf

–wsesslog について駄文

Posted in httperf on 12月 2nd, 2009 by na-ga – Be the first to comment

–wsesslog で指定した入力ファイルへのリクエストを送信する順番について、少し調べたのをまとめる。
read more »

WordPress のチューニングポイントを探す 2

Posted in MySQL, WordPress, httperf, memcached on 11月 19th, 2009 by na-ga – 1 Comment

前回 WordPress のチューニングポイントを探す の続編。MySQL のクエリーキャッシュと、 memcached による分散キャッシュサーバを導入して、WordPress の高速化を目指す。
read more »

httperf man (OUTPUT)

Posted in httperf on 11月 18th, 2009 by na-ga – Be the first to comment

httperf の出力情報を正しく理解できるように man の OUTPUT カテゴリーを日本語訳にしてみた。かなり怪しい訳なので、参考にされる場合は英文と照らし合わせてください。大体の意味は理解できると思うが、意味が分からないところは英文のまま載せました。
read more »

WordPress のチューニングポイントを探す

Posted in Apache, MySQL, PHP, WordPress, httperf on 11月 13th, 2009 by na-ga – Be the first to comment

WordPress の 1 ページを表示するには、複数のファイルにリクエストを出している。その中でも、実際にデータベースに問い合わせが発生するファイルが一番のリクエスト処理時間がかかると考えられる。ベンチマークソフトで負荷を生成し、WordPress のチューニングポイントを探す。
read more »

httperf の –wsesslog オプション

Posted in httperf on 11月 12th, 2009 by na-ga – Be the first to comment

–wsesslog オプションは複雑だけど、使いこなせるようになるとすごく便利。自分も完全に理解していない可能性があるけど、分かる範囲で紹介。間違っていたら指摘してください。
read more »

httperf で Web サーバのベンチマーク

Posted in httperf on 11月 7th, 2009 by na-ga – Be the first to comment

httperf は、Web サーバのベンチマークです。良く知られている ab よりも高機能で、1 秒間に発生させるコネクション数・リクエスト数を指定することができます。
read more »

ソースファイルから RPM パッケージを作成

Posted in httperf on 11月 7th, 2009 by na-ga – Be the first to comment

ソースファイルからインストールする場合は、configure; make; make install が必要となりますが、ある程度の知識が必要となります。そのため、ソースファイルから RPM パッケージを作成する方法を紹介します。簡単なソースファイルとして、今回は httperf (ウェブサーバのベンチマーク) を例に紹介します。
read more »