标签:http io os strong 文件 sp c on r
配置Apache部分
1.修改Apache中Httpd.conf文件
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from .localhost
</Location>
2.添加ExtendedStatus,设置ExtendedStatus On.
3.取消注释LoadModule status_module modules/mod_status.so,加载该模块
4.重新启动Apache
配置LoadRunner部分
1.在监控区域,双击Apache,在弹出的菜单中选择"Add Measurements"
2.单击"Add"输入要监控的计算机IP
3.在对话框"Resource Measurements"中选择要度量的内容.
标签:http io os strong 文件 sp c on r
原文地址:http://www.cnblogs.com/jasonteststudy/p/4009002.html