apache ab 工具进行web压力测试
教程分享
>
Java教程
(1405)
2023-03-28 11:29:14
命令:
#ab -r -n 1000 -c 100 -k http://www.your.com/
#ab -r -t 600 -c 1000 -k http://www.your.com/
-r 遇到错误继续执行
-n 请求总数量
-c 并发数量
-t 持续时间(秒)
https://www.cnblogs.com/dragonflyer/p/6137514.html
https://www.leftso.com/article/353.html