Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 软件时空 > 软件相关 > 【原创】使用LoadRunner监控Apache的步骤
【标  题】:【原创】使用LoadRunner监控Apache的步骤
【关键字】:LoadRunner,Apache
【来  源】:http://blog.csdn.net/wyingquan/archive/2005/11/28/538850.aspx

【原创】使用LoadRunner监控Apache的步骤

Your Ad Here

一、Apache上的设置

打开<Apache Installation>\conf\httpd.conf,进行如下修改:

1、  设置允许查看Apache运行状态的主机

#

# Allow server status reports, with the URL of http://servername/server-status

# Change the ".your-domain.com" to match your domain to enable.

#

#取消一下代码前面的注释符号“#”,并且设置Order(顺序)为允许优先

<Location /server-status>

    SetHandler                                  server-status

    Order                                        allow,deny

    Deny from                                 nothing

    Allow from                                all

</Location>

这样改变以后重新启动Apache在浏览器中输入http://servername/server-status就可以看到Apache运行时的信息,而输入http://servername/server-status?auto就会看到如下信息:

Total Accesses: 124

Total kBytes: 444

CPULoad: 3.32432

Uptime: 37

ReqPerSec: 3.35135

BytesPerSec: 12288

BytesPerReq: 3666.58

BusyWorkers: 1

IdleWorkers: 7

Scoreboard: ____W___.........................

看到这样的信息就表示修改成功,这样就可以使用LoadRunner监视Apache了。

以下两步跟使用LoadRunner监视Apache无关,可以跳过不看。

2、  改变Apache的设置,打开详细状态开关;

#

# ExtendedStatus controls whether Apache will generate "full" status

# information (ExtendedStatus On) or just basic information (ExtendedStatus

# Off) when the "server-status" handler is called. The default is Off.

#

#取消了下面一行前面的注释符号“#

ExtendedStatus On

3、  有用的设置,查看各模块信息

#

# Allow remote server configuration reports, with the URL of

#  http://servername/server-info (requires that mod_info.c be loaded).

# Change the ".example.com" to match your domain to enable.

#

#取消一下代码前面的注释符号“#”,并且设置Order(顺序)为允许优先

<Location /server-info>

    SetHandler                                  server-info

    Order                                         allow,deny

    Deny from                                  nothing

    Allow from                                 all

</Location>

二、LoadRunner上的设置

经过以上第一项设置以后就可以使用LoadRunner监控Apache的运行情况了,在LoadRunner可用的监视器中双击Web Server Resource Graphs下的Apache节点,然后在右边对应的窗口中添加Apache所在主机的IP地址,并且加入计数器后单击OK,这样就可以在LoadRunner中实时显示Apache的运行状态信息了。

注意:您可能收到如下消息【Monitor name :Apache. Parsing error, cannot find token: BusyServers. Measurement: BusyServers|192.168.0.186. Hints: 1) Such a measurement does not exist, or the html page may be different from the supported one. 2) Try to replace the Apache.cfg with appropriate Apache_<version>.cfg file in <Installation>\dat\monitors and rerun the application (entry point: CApacheMeasurement::NewData).   [MsgId: MMSG-47479]】,这是由于要监视Apache的版本提供的计数器与LoadRunner默认的计数器不一致导致的。此时建议先关闭Controller,打开<Installation>\dat\monitors下的apache.cfg文件(其它文件名类似Apache_<version>.cfg的是Apache监视配置的备份,只有apache.cfg是生效的):

1、  修改Counter0=IdleServersCounter0=IdleWorkers,同时修改注释信息Label0=#Idle Servers (Apache)Label0=#Idle Workers (Apache),描述信息也建议修改;

2、  修改Counter4=BusyServersCounter4=BusyWorkers,同时修改注释信息Label4=#Busy Servers (Apache)Label4=#Busy Workers (Apache) ,描述信息也建议修改。

然后保存并关闭该文件,重新打开Controller并添加计数器,这样监视就正常了。

软件工程--可行研究与计划:【上一篇】
一个软件测试工程师的学习体验:【下一篇】
【相关文章】
  • windows下面apache和resin各版本、IIS的组合
  • Apache 2.0.55 + PHP 5.1.0 + MySQL 4.1.15 菜鸟式安装
  • org.apache.commons.fileupload的使用
  • W2K+Apache+MySql+PHP3+PHP4+PERL使用小结
  • 用AppServ替代传统的手动配置PHP+MySql+Apache
  • 有关在Windows下配置PHP+Apache+Optimizer失败的问题解决方案
  • Apache Jakarta Common Lang 介绍
  • lucene.apache.org部分译文(getting started)
  • LoadRunner JBuilder addin 插件安装方法
  • Apache myfaces介绍和配置
  • 【随机文章】
  • Apache2与tomcat5.0整合
  • [翻译]SharePoint2007中创建Forms认证方式的站点
  • flash线条工具的应用
  • 三十一岁祭
  • 全国计算机等级考试二级Visual Basic笔试样卷(含答案)
  • How to analyze system panic
  • 6509为主网络配置实例
  • 初学ASP编程易犯的一个致命程序问题及解决办法
  • gftp的乱码的解决
  • jsf-验证框架shale
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.