apache bench(专门用于 HTTP Server 、单url)、win8:
下载地址:http://httpd.apache.org/download.cgi#apache24
安装apache,在bin目录下执行ab语句,如:
ab -n 10 -c 2 http://www.baidu.com/(注意url链接后面如果没有标明具体访问哪个文件的话,需要末尾加个“/”,否则报错)
常用的几个参数:
-n
-c
-C
-t
-H
(可参考http://www.ha97.com/4617.html)
时间: 2024-11-05 20:32:05