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=IdleServers為Counter0=IdleWorkers,同時修改注釋信息Label0=#Idle Servers (Apache)為Label0=#Idle Workers (Apache),描述信息也建議修改;
2、 修改Counter4=BusyServers為Counter4=BusyWorkers,同時修改注釋信息Label4=#Busy Servers (Apache)為Label4=#Busy Workers (Apache) ,描述信息也建議修改。
然后保存并關閉該文件,重新打開Controller并添加計數器,這樣監視就正常了。
文章來源于領測軟件測試網 http://www.kjueaiud.com/