摘要: 系统监控工具 come from:https://blog.csdn.net/free050463/article/details/82842273top、free、vmstat、iostat、pmap、glances、dstat、iotop、lsof1 命令top动态监控系统状态 ,在命令行输入t 阅读全文
posted @ 2019-07-29 20:19 seasonzone 阅读(387) 评论(0) 推荐(0)
摘要: 一次杀死包含 api_antispan 开头的的所有进程 https://blog.csdn.net/u013421629/article/details/83512498 阅读全文
posted @ 2019-07-29 17:36 seasonzone 阅读(225) 评论(0) 推荐(0)
摘要: 当需要服务器定时发送邮件到自己邮箱时,一个邮件服务就很重要了,以下主要是mailx的实现,主要是利用 1.安装mailx 1 yum install mailx -y 2.使用到的配置文件只有一个,是/etc/mail.rc,通过修改配置文件/etc/mail.rc可以使用外部SMTP服务器,轻松实 阅读全文
posted @ 2019-07-29 17:19 seasonzone 阅读(538) 评论(0) 推荐(0)
摘要: mutt配置太繁琐,如果lz你只是单纯为了发邮件的话,其实用mailx就足以了 复制内容到剪贴板 代码: yum -y install mailx echo "Server port fails, check as soon as possible"|mail -s "monitor" 184511 阅读全文
posted @ 2019-07-29 12:34 seasonzone 阅读(226) 评论(0) 推荐(0)