Friday, July 3, 2009

rstat daemon on Unix

Hello All,
Most of you might know that few times we see that LoadRunner doesn't collect OS metrics on Unix, this might be due to 2 reasons, rstatd was not configured or that daemon was not running on that machine. This is important standard performance meter to work.We can achieve this by doing the following.

rstatd prerequisites
Ensure that the rstatd daemon is running on the monitored computer by verifying the presence of the following entry in /etc/inet/inetd.conf
rstatd/2-4 tli rpc/datagram_v wait root /usr/lib/netsvc/rstat/rpc.rstatd rpc.rstatd

By default Solaris 5.10 disables it .
# svcadm enable rstat
to verfiy whether it is running, run rpcinfo -p

Location of rpc.rstatd can vary among different Operating systems.

No comments:

Post a Comment