Apache Bench 性能测试

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

 

 

 

 

 

 

 

 

你可能感兴趣的:(apache,html,C++,c,C#)