使用jmeter调用接口报错:Connection refused: connect

说明:jmeter安装在Windows环境,项目服务部署在linux环境

使用jmeter接口测试,之前的脚本运行突然报错:Connection refused: connect

原因是本地同时用了Visual Studio Code跑APP的代码,端口也是8080的

处理办法:运行窗口,查找端口号:netstat -ano|findstr "8080"
杀掉进程:tskill PID


 

你可能感兴趣的:(jmeter)