loadrunner11 use linux rpc server performance monitoring

1. First installed on a Linux server rpc.rstatd service, here is rpc.rstatd-4.0.1.tar.gz installation package, if not you can go to the website to download: http://sourceforge.net/projects/ the rstatd ;

Use xshell with a file upload tool, Xftp, click to download and install

2. Run the installation package

tar -xzvf rpc.rstatd-4.0.1.tar.gz // unpack rcp.rstatd

cd rpc.rstatd-4.0.1 // into rpc.rstatd directory

./configure // configuration rc.rstatd installation, the following is my default mode in accordance with the

make // compile rc.rstatd 

make install // installation

3. Modify the configuration file

cd /etc/xinetd.d // into etc / xinetd.conf directory

vi rlogin // edit disable = no, save

vi rsh // edit disable = no, save

vi rexec // edit disable = no, save

Note: Press the key input ins to save and exit ESC: wq

4. Restart xinetd:

/etc/init.d/xinetd restart;

Note: Starting unsuccessful is missing

yum install libgssglue

yum install libtirpc

yum install rpcbind

5. Start rpc.rstatd and see if really start the service:

rpc.rstatd // start the process rpc.rstatd

rpcinfo -p // execute this command to check the status of rpc services

6. Turn rpc service

/etc/init.d/xinetd restart

# service xinetd restart

7. Restart controller, add nuix .....

Run the script, there is no monitoring to linux server, pay attention to see whether the server service is started, the firewall is turned off

Or #yum -y install rsh *

Guess you like

Origin www.cnblogs.com/wx921308494/p/11963381.html