摘要:
linux中telnet后退出连接窗口 [root@a cron]# telnet www.baidu.com 80Trying 115.239.211.112...Connected to www.baidu.com. #显示connected,表示连接成功!Escape character is 阅读全文
摘要:
centos 7中监控mysql 数据库脚本(监控端口) 监控mysql数据库的方法如下: 1、监控端口 netstat -nltp |grep 3306 2、监控进程 ps -ef |grep 3306 3、登陆进去查看查看返回值 [root@a cron]# mysql -uroot -p123 阅读全文