网站压力测试工具安装使用

1.安装

yum -y install httpd-tools

2.测试

ab -r -n 150000 -c 10000 http://192.168.1.11/index.php

#-n : 访问次数
#-c : 并发数