def:loadrunner Controller for linux
step
开始安装,安装步骤如下:
tar -xzvf rpc.rstatd-4.0.1.tar.gz
cd rpc.rstatd-4.0.1/
./configure —配置操作
make —进行编译
make install —开始安装
rpc.rstatd —启动rstatd进程
可以通过两种方法验证服务器上是否配置了rstatd守护程序:
①使用rup命令,它用于报告计算机的各种统计信息,其中就包括rstatd的配置信息。使
用命令rup 10.130.61.203,此处10.130.61.203是要监视的linux/Unix服务器的Ip,如果该>命令返回相关的统计信息。则表示已经配置并且激活了rstatd守护进程;若未返回有意义的
统计信息,或者出现一条错误报告,则表示rstatd守护进程尚未被配置或有问题。
②使用find命令
#find / -name rpc.rstatd,该命令用于查找系统中是否存在rpc.rstatd文件,如果没有,>说明系统没有安装rstatd守护程序
step :
ld中在controller中,将UNIX resources拖放到右边窗口里面,右击鼠标选择Add Measurements,添加被监控linux的IP地址,然后选择需要监控的指标就可以了
PS:
url:http://www.51autotest.com/forum.php?mod=viewthread&tid=497&page=1
rpc.statd:
The rpc.statd server implements the NSM (Network Status Monitor) RPC protocol. This service is somewhat misnomed, since it doesn't actually provide active monitoring as one might suspect; instead, NSM implements a reboot notification service. It is used by the NFS file locking service, rpc.lockd, to implement lock recovery when the NFS server machine crashes and reboots.
[url:http://linux.about.com/library/cmd/blcmdl8_rpc.statd.htm]
centos is ok
在ubuntu上一直不可以,怀疑过防火墙,SELinux,甚至是xinetd守卫进程没有add,但
ubuntu :rstat reports "rup: RPC: Success" [go] show that is ubuntu's bug :
https://bugs.launchpad.net/ubuntu/+source/rstatd/+bug/1183834 好吧!ubuntu这个版本的bug,不理它了。
没有评论:
发表评论