51Testing软件测试论坛

标题: 急!LR监控不了Linux的问题 [打印本页]

作者: anitalaw    时间: 2010-5-20 16:49
标题: 急!LR监控不了Linux的问题
LR在监控linux时,按照网上rstatd和xinetd这两个服务都正常启动了,但是LR运行监控时resources图没有任何反应,
请问这是怎么一回事呢?知道的朋友麻烦说下
作者: xiatongbing    时间: 2010-5-20 19:25
不晓得能不能解决你的问题

2. 执行安装包:

   解压安装包:tar -xvzf rpc.rstatd-4.0.1.tar.gz

   进入安装包:cd rpc.rstatd-4.0.1.tar.gz

   配置rpc.rstatd: ./configure

   编译rpc.rstatd: make

   安装rpc.rstatd: make install

3. 重新启动xinetd:  /etc/init.d/xinetd restart;

4. 修改etc/xinetd.d 目录下的3个conf(rlogin,rsh,rexec)文件中的disable均设置为no,

   即设置:disable=no,保存;

5. 启动rpc.rstatd并查看是否真正启动该服务:


启动rpc.rstatd并查看是否真正启动该服务:

   【root@localhost ~】#rpc.rstatd

   【root@localhost ~】#rpcinfo -p

   结果如下:

   

   从上图中可以看出rpc.rstatd服务已经启动

6. 启动LoadRunner并监控Linux系统资源:

   在controller中,将System resource Graphs中的Unix resources拖到右侧的监控区域中,并单击

   鼠标右键选择“Add Measurements”,在弹出的对话框中输入被监控的linux系统的IP地址,然后选择需

   要监控的性能指标,并点击“确定”,出现如下结果:

   Monitor name :UNIX Resources. Cannot initialize the monitoring on 10.10.15.62.
Error while creating the RPC client. Ensure that the machine can be connected and that it runs the rstat daemon (use rpcinfo utility for this verification).
Detailed error: RPC: Failed to create RPC client.
RPC-TCP: Failed to establish RPC server address.
RPC-TCP: Failed to communicate with the portmapper on host '10.10.15.62'.
RPC: RPC call failed.
RPC-TCP: recv()/recvfrom() failed.
RPC-TCP: Timeout reached. (entry point: CFactory::Initialize). [MsgId: MMSG-47190]

   检查原因,发现是Linux系统中的防火墙开启了并且阻挡了LoadRunner监控Linux系统的资源,因此要将

   防火墙关闭。

7. 关闭防火墙: [root@localhost ~]# /etc/init.d/iptables stop;

8. 重复步骤6,成功后结果如下图所示:
作者: ziheng198688    时间: 2010-5-21 16:49
请问LZ是不是有防火墙啊?图标不显示的话,有没有相应的error信息啊?
作者: 赵宏伟    时间: 2010-5-25 16:57
标题: 回复 1# 的帖子
1\检查rpc服务的状态
2\请确认被检测主机的防火墙是否开启,阻挡了RPC服务。­关闭防火墙
作者: henry1987620    时间: 2010-5-25 18:43
rpc可能被防火墙阻挡了
另外这个服务很不稳,很容易挂掉,换其他东西监视吧




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