该程序最多可以模拟3万个并发连接去测试网站的负载能力
1、适用系统:Linux
2、编译安装:
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install
3、使用:
webbench -c 500 -t 30 http://127.0.0.1/test.jpg
参数说明:-c表示并发数,-t表示时间(秒)
该程序最多可以模拟3万个并发连接去测试网站的负载能力
1、适用系统:Linux
2、编译安装:
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install
3、使用:
webbench -c 500 -t 30 http://127.0.0.1/test.jpg
参数说明:-c表示并发数,-t表示时间(秒)