1. 程式人生 > >一鍵部署Loadrunner監控Centos資源環境

一鍵部署Loadrunner監控Centos資源環境

一、安裝說明

在使用LR進行效能測試的時候,經常有需要監控OS的資源使用情況的需求,監控linux伺服器資源,需要rstatd服務支援。

二、準備工作

1.Linux伺服器環境,此處使用centos7.3;

三、安裝步驟

步驟1、安裝rstatd守護程序

執行命令:yum install inetd 
執行命令:yum install rusers-server

步驟2、啟動相關服務,命令如下:

systemctl start rpcbind.service
systemctl start xinetd.service
systemctl start rstatd.service

步驟3、關閉防火牆,命令如下:

systemctl stop firewalld.service 
systemctl disable firewalld.service

四、一鍵部署包使用說明

一鍵部署包百度雲盤連結:連結:https://pan.baidu.com/s/1trMJFkMIKnGtvK_cL9jogg
提取碼:2ace
下載解壓一鍵部署包,使用命令sh start.sh執行即可。
注意:此指令碼支援centos6和centos7。

五、FAQ

Q:監控Linux伺服器資源後,執行場景出現如下報錯:
Monitor name :UNIX Resources. Internal rpc error (error code:2). Machine: 
192.168.1.163. 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.
R:防火牆問題,需要檢查Controller所在機器和監控伺服器的防火牆
S:Controller所在機器防火牆沒有關閉,關閉即可