Blogger Information
Blog 33
fans 0
comment 1
visits 43066
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Apache压力测试工具 ab
萝卜温的博客
Original
673 people have browsed it

 ab 的用法是:ab [options] [http://]hostname[:port]/path 

例如:ab -n 5000 -c 200 http://localhost/index.php
上例表示总共访问http://localhost/index.php这个脚本5000次,200并发同时执行。
 
ab常用参数的介绍:
-n :总共的请求执行数,缺省是1; 
-c: 并发数,缺省是1;
-t:测试所进行的总时间,秒为单位,缺省50000s
-p:POST时的数据文件,这里参考博文 ab 以POST方式发送数据到服务器
-w: 以HTML表的格式输出结果

如果链接后台有get参数,链接加上双引号
ab -n 5000 -c 200 "http://localhost/index.php?m=a&c=b&a=c" 


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post