`
lcycenter
  • 浏览: 35278 次
  • 来自: ...
社区版块
存档分类
最新评论

httperf简要安装和使用范例

阅读更多

很久之前记录的工作日志,备忘

HTTPERF

1. 下载安装文件
ftp://ftp.hpl.hp.com/pub/httperf/

2. 编译&安装
$./configure
$make
$sudo make install
缺省安装在目录/usr/local/bin下

3.测试例子
$httperf --server 10.1.252.163 --port 80 --num-conns 2000 --rate 100 --timeout 2
$httperf --server 10.1.252.163 --port 80 --num-conns 20000 --rate 100 --timeout 2

 

GnuPlot

将测试结果生成可视化的图

1. 下载安装文件

2. 编译&安装


AutoBench

 

1. 下载安装文件
http://www.xenoclast.org/autobench/

2. 编译&安装
$make
$sudo make install
缺省安装在目录/usr/local/bin下

3.测试例子
$autobench --single_host --host1 127.0.0.1 --port1 8888 --uri1 /countlog.gif --quiet     \
          --low_rate 20 --high_rate 200 --rate_step 20 --num_call 10 \
          --num_conn 5000 --timeout 5 --file results.tsv 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics