内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
01_linux
»
09_ベンチマーク
»
httping
トレース:
01_linux:09_ベンチマーク:httping
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== httping ====== HTTPのレイテンシーを測れる [[http://www.vanheusden.com/httping/]] ===== インストール ===== <code console> # wget http://www.vanheusden.com/httping/httping-2.3.4.tgz # tar zxvf httping-2.3.4.tgz # cd httping-2.3.4 # ./configure # make # cp httping /usr/local/bin/ </code> ==== CentOS6 ==== <code> # rpm -Uvh epel-release*rpm # yum install httping </code> ===== 実行例 ===== <code console> # httping -s http://fl8.jp PING fl8.jp:80 (/): connected to 182.48.51.190:80 (183 bytes), seq=0 time= 27.54 ms 200 OK connected to 182.48.51.190:80 (183 bytes), seq=1 time= 27.09 ms 200 OK connected to 182.48.51.190:80 (183 bytes), seq=2 time= 28.36 ms 200 OK connected to 182.48.51.190:80 (183 bytes), seq=3 time= 26.52 ms 200 OK connected to 182.48.51.190:80 (183 bytes), seq=4 time= 30.76 ms 200 OK connected to 182.48.51.190:80 (183 bytes), seq=5 time= 24.34 ms 200 OK Got signal 2 --- http://fl8.jp/ ping statistics --- 6 connects, 6 ok, 0.00% failed, time 5327ms round-trip min/avg/max = 24.3/27.4/30.8 ms </code> {{tag>ベンチマーク}}
01_linux/09_ベンチマーク/httping.txt
· 最終更新: 2018/04/17 05:50 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ