51Testing软件测试论坛

标题: 要配置 Apache ,weblogic监视器 [打印本页]

作者: fush_51testing    时间: 2006-8-28 18:29
标题: 要配置 Apache ,weblogic监视器
1. Apache配置
   
   在配置过程中,在“服务器属性”部分,输入端口号和不带服务器名的 URL,并单击“确定”。默认的 URL 是 /server-status?auto。 其中的URL到底该怎么写呢?我用的Apache版本是httpd-2.0.55。 直接通过http://172.16.1.1:80/server-status?auto访问无效的

2. Weblogic配置
   
    配置过程中输入了计算机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.

其他的你看看手册会有帮助的。
作者: fush_51testing    时间: 2006-8-29 12:48
标题: 还是不懂
还是不懂,手册上面讲的不是很清楚
作者: neptune_hay    时间: 2006-8-29 21:33
第一个问题:要使用controller里的apache monitor,需要更改apache的配置文件httpd.conf,才能打开xxx/server-status?auto这个功能(默认不开放这个功能)。

第二个问题:记不清楚了。我记得原来好像没遇到过这样的问题,就可以访问。若确实是因为JVM的版本不匹配的话,一种解决办法就是安装并替换bea使用的jvm为需要的版本。
作者: gmyeti    时间: 2006-9-4 16:38
应该是jdk的版本吧。修改
lr安装目录/dat/monitors/weblogicMon.ini为实际的版本号就可以了 。

[ 本帖最后由 gmyeti 于 2006-9-10 23:33 编辑 ]




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2