In jmeter, through the PerfMon Metrics Collector plug-in to monitor CPU and memory, etc., it shows that the ConnectException connection timed out [Hangzhou Multi-tester_Wang sir]...

1. Problem location
1. Monitoring CPU and memory through the PerfMon Metrics Collector plug-in in jmeter shows ConnectException connection timeout

2. The location is because the serverAgent.sh agent has not been started on the server side, and the port 4444 is found to be occupied by the startup. Use the ps -ef|grep keyword to find the process and kill it, and then use cd
/root/ServerAgent-2.2.1/   
chmod +x startAgent.sh 
touch nohup.out
nohup ./startAgent.sh nohup.out & ==》background start
netstat -ntlp  
ps -ef | grep Agent
tail -f /root/ServerAgent-2.2.3/nohup.out 

Supongo que te gusta

Origin blog.csdn.net/weixin_39362573/article/details/129828855
Recomendado
Clasificación