ab测试工具简单使用
程序员文章站
2022-07-12 18:58:56
...
参数说明
-n 需要执行的请求次数
-c 并发的数量
-t 等待返回的最长时间
-b TCP收发缓冲区的大小,单位(byte)
-p 使用post (同时需要定义-T参数)
-u 使用put (同时需要定义-T参数)
-T content-type,例如application/x-www-form-urlencoded, 默认为text/plain
-w 把结果打印在html的表格里
-x 表格的属性
-y tr行属性
-z td列属性
-C 设置cookie 例如Apach=1234
-H header行, 例如Accept-Encoding:gzip
-k 是否标示位HTTP Keep Alive
例如:
# 100个并发,共访问1000次
ab -n 1000 -c 100 -w http://localhost/a.htm >>result.html
上一篇: 简单并发测试工具Apache Benchmark的安装使用
下一篇: php敏感词语过滤