logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用jmeter监控服务器报错ERROR: java.net.ConnectException: Connection timed out: connect

jmeter 在监控linux服务器时,报连接不上的问题,如下:需要关闭linux 防火墙查看防火墙状态[root@os-one ~]# systemctl status firewalld开启防火墙[root@os-one ~]# systemctl start firewalld关闭防火墙[root@os-one ~]# systemctl stop firewalld...

-bash: findstr: command not found 问题解决

今天有个命令用netstat -ano|findstr “4444” 查看端口使用情况,然后就提示-bash: findstr: command not found,大概意思就是没有findstr命令百度没有找到相关解决办法,后来把findstr 改成grep 成功获取到信息netstat -ano|grep “4444”...

#centos#linux
到底了