2. Enable ExtendedStatus On
# 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. Enable Location
# Allow server status reports generated by mod_status,
# with the URL of http://servername/server-status
# Change the ".example.com" to match your domain to enable.
#
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from .xxxxxx.com
</Location>
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_.cfg file in \dat\monitors and rerun the application (entry point: CApacheMeasurement::NewData).
不知道是否是这个原因。 星期一再试。作者: szhu 时间: 2006-11-20 10:23
可以了, APACHE SERVER 有数据了. 做了如上修改, 并且, 在LOCATION 语句中, 改成ALLOW FROM ALL.
NETWORK DELAY TIME.
在 Mercury LoadRunner Monitor Reference 中有
You can run the Network monitor on UNIX machines, using UDP or ICMP. Before running the Network monitor from a UNIX source machine:
1. configure the source machine by assigning root permissions to the merc_webtrace process.
Configuring the Source Machine
To configure the source machine, where LoadRunner is installed locally:
To assign root permissions to the merc_webtrace process, add an s-bit to merc_webtrace's permissions, as follows:
Log in to the source machine as root.
Type: cd <LoadRunner_installation>/bin to change to the bin directory.
Type: chown root merc_webtrace to make the root user the owner of the merc_webtrace file.
Type: chmod +s merc_webtrace to add the s-bit to the file permissions.
To verify, type ls -l merc_webtrace. The permissions should look like: -rwsrwsr-x.
2. make the necessary adjustments to either connect to the source machine through RSH, or through the agent.