> CentOS > CentOS教程 >

CentOS siege 压力测试和评测工具

[摘要]……

1
2
3
4
5
6
7
[root@localhost ~]# wget http://www.joedog.org/pub/siege/siege-3.0.2.tar.gz
[root@localhost ~]# tar zxf siege-3.0.2.tar.gz
[root@localhost ~]# cd siege-3.0.2
[root@localhost ~]# ./configure && make && make install
# 以上是安装方法
 
[root@localhost ~]# siege http://www.haowei.me/index.php -c200 -t1

siege http://www.haowei.me/index.php -c200 -t1

-c 模拟连接数
-t 时间 (单位:/分钟)
其他参数 请用help查看

[root@localhost ~]# siege -help

返回结果说明:

(责任编辑:IT)