Apache Bench
ab的全称是Apache Bench,是 Apache 附带的一个小工具,专门用于HTTP Server 的benchmark testing,可以同时模拟多个并发请求。
测试方法:
运行:D:\Program Files\Apache Software Foundation\Apache2.2\bin>ab -n 10000 -c 1000 http
://www.yongmail.com/
D:\Program Files\Apache Software Foundation\Apache2.2\bin为你的Apache HTTP Server安装目录
10000为发送请求总数
1000为并发请求总数
更多信息
http://httpd.apache.org:80/docs/2.0/programs/ab.html