loadrunner11监控apache2.X

linux已安装apache

添加以下内容到apache配置文件conf/httpd.conf

ExtendedStatus On
SetHandler server-status
Order Deny,Allow
#Deny from all
Allow from all


重启apache
service httpd restart

测试:
http://{IP}/server-status?auto&refresh=Y
成功后可以看到相关数据,404即失败!

Loadrunner加入监控,前两个含#的不要监控
参考: http://www.51testing.com/html/97/13997-5711.html

你可能感兴趣的:(性能测试)