yum -y install httpd-tools
ab -r -n 150000 -c 10000 http://192.168.1.11/index.php
#-n : 访问次数 #-c : 并发数