配置过程中输入了计算机IP地址,Weblogic管理用户名帐号和密码后,报错提示
“Java Virtual Machine Version mismatch:Required version:1.3” 大概意思是要JAVA虚拟机版本1.3。 但是在Weblogic服务器上我用的JDK是它自带的bea/jrockit81sp3_142_04。 有人知道这个怎么解决吗?作者: Zee 时间: 2006-8-28 23:13
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.