http://zhumeng8337797.blog.163.com/blog/static/10076891420121610439379/
error
http://blog.csdn.net/lwx2615/article/details/8437662
1.安装:
yum install gd gnuplot pcre pcre-devel texinfo -y
tar zxvf autobench-2.1.2.tar.gz
cd autobench-2.1.2
make && make install
sed -i 's/postscript color/png xffffff/g' /usr/local/bin/bench2graph(修改bench2graph脚本,否则生成的图像背景有问题)
2.测试静态文件
autobench --single_host --host1=192.168.1.123 --port1=80 --uri1=/logo.gif --quiet --low_rate=50 --high_rate=1500 --rate_step=50 --num_call=1 --num_conn=2000 --timeout=10 --file /tmp/result.tsv
其参数含义