官方网站:http://www.joedog.org/
Siege是一款高性能的Http压力测试工具。
Siege支持身份验证、cookies、http、https和ftp协议。
yum安装
1 | yum install epel-release |
源码安装
1 | yum groupinstall 'Development Tools' |
配置文件
1 | cat /etc/siege/siegerc |egrep -v "^$|#" |
命令参数
1 | -V, --version 打印版本号 |
性能参数
1 | Transactions 命中次数 |
例子
1 | siege example.com |