|
大家好,
我想用loadrunner监控freebsd的系统资源,可是一直报错:- Monitor name :UNIX Resources. Internal rpc error (error code:4). Machine: 192.168.1.15. Hint: Check that RPC on this machine is up and running. Check that rstat daemon on this machine is up and running (use rpcinfo utility for this verification). Details: RPC: RPC call failed.
- RPC-TCP: recv()/recvfrom() failed.
- RPC-TCP: recv()/recvfrom() failed.
- WinSock: Connection reset by peer. (entry point: Factory::CollectData). [MsgId: MMSG-47197]
复制代码 我在linux上命令:$ rpcinfo -p
结果是- program vers proto port service
- 100000 4 tcp 111 portmapper
- 100000 3 tcp 111 portmapper
- 100000 2 tcp 111 portmapper
- 100000 4 udp 111 portmapper
- 100000 3 udp 111 portmapper
- 100000 2 udp 111 portmapper
- 100003 2 tcp 2049 nfs
- 100003 3 tcp 2049 nfs
- 100003 4 tcp 2049 nfs
- 100227 2 tcp 2049
- 100227 3 tcp 2049
- 100003 2 udp 2049 nfs
- 100003 3 udp 2049 nfs
- 100003 4 udp 2049 nfs
- 100227 2 udp 2049
- 100227 3 udp 2049
- 100021 1 udp 42058 nlockmgr
- 100021 3 udp 42058 nlockmgr
- 100021 4 udp 42058 nlockmgr
- 100021 1 tcp 44271 nlockmgr
- 100021 3 tcp 44271 nlockmgr
- 100021 4 tcp 44271 nlockmgr
- 100005 1 udp 33224 mountd
- 100005 1 tcp 36239 mountd
- 100005 2 udp 44818 mountd
- 100005 2 tcp 50094 mountd
- 100005 3 udp 44239 mountd
- 100005 3 tcp 39123 mountd
- 100024 1 udp 38596 status
- 100024 1 tcp 53582 status
- 100001 5 udp 967 rstatd
- 100001 3 udp 967 rstatd
- 100001 2 udp 967 rstatd
- 100001 1 udp 967 rstatd
复制代码 我在linux上命令:$ rup localhost
结果是,没有其他数据显示
应该是rstatd的配置(我已经查清楚用最新版本),谁有解决方案?
|
|