安装
sudo apt-get install apache2-utils
简单使用
# 对http://www.baidu.com/进行100次请求,10个并发请求压力测试结果。ab -n 100 -c 10 http://www.baidu.com/#注意网址最后要带斜杠
sudo apt-get install apache2-utils
# 对http://www.baidu.com/进行100次请求,10个并发请求压力测试结果。ab -n 100 -c 10 http://www.baidu.com/#注意网址最后要带斜杠
Ubuntu 16.04下安装Apache压力测试工具ab
原文地址:https://www.cnblogs.com/senlinyang/p/8195534.html