sudo apt-get install apache2-utils
# 对http://www.baidu.com/进行100次请求,10个并发请求压力测试结果。 ab -n 100 -c 10 http://www.baidu.com/ #注意网址最后要带斜杠