修改httpd压力测试的配置文件添加到http.conf
<Location /server-status>
SetHandler server-status
#Order deny,allow
#Deny from all
#Allow from 124.192.11.16
</Location>
ExtendedStatus On
<Location /server-info>
SetHandler server-info
#Order deny,allow
#Deny from all
#Allow from 124.192.11.16
</Location>
重启服务
serveice httpd restart
http://192.168.56.20:8080/server-status
Apache-3:压力测试
原文地址:http://blog.51cto.com/13491150/2061067