标签:
webbench最多可以模拟3w多个并发请求去测试网站负载能力。
一:获取webbench工具,安装编译:
wget http://blog.zyan.cc/soft/linux/webbench/webbench-1.5.tar.gz tar zxvf webbench-1.5.tar.gz cd webbench-1.5 make && make install
二: 测试使用
webbench -c 500 -t 30 http://test.shenmago.yaolan.com/index.html
三:结果示例
Webbench - Simple Web Benchmark 1.5 Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software. Benchmarking: GET http://test.shenmago.yaolan.com/index.html 500 clients, running 30 sec.
标签:
原文地址:http://www.cnblogs.com/icyy/p/4654913.html