|
Web (Apache/IIS) Monitors
Apache web servers provide a much small number of monitors than Microsoft IIS
#Busy Servers - Number of servers in the busy state.
#Idle Servers - Number of servers in the idle state.
Apache CPU Usage - Percentage of time the CPU is utilized by the Apache server.
Hits/Sec - The HTTP request rate.
KBytes Sent/Sec - The rate at which data bytes are sent from the Web server.
Loadrunner obtains values for these counters from issuing http://server /server-status?auto
The number and description of Apache counters are specified in LoadRunner's \dat\monitors\apache.cfg file.
Counters= specifies the number of counters (5 by default).
Counter1= specifies the name of the counter as it appears in the HTML page returned from the server. If this is mispelled, LoadRunner will issue "Monitor name :Apache. Parsing error, cannot find token..."
Label1= The counter UI label.
Description1= for the counter.
KeepPrevValue1=0 shows the value as is, 1 shows the rate.
This file should be replaced with apache_2.0.x.cfg if you are using Apache v2.
其他的你看看手册会有帮助的。 |
|