摘要:
#!/usr/bin/python #coding:utf-8 #导入psutil模块 import psutil import yagmail def mail(subject,contents): #形参为邮件的标题和内容 yag = yagmail.SMTP(user='zhangweihappy8@163.com', password='xxx', host='sm... 阅读全文
posted @ 2019-10-14 14:57
醉城、
阅读(685)
评论(0)
推荐(0)
摘要:
1、free 命令的选项使用 free 命令查看服务器内存使用情况。free [-b|-k|-m|-g|-h] [-l] [-o] [-t] [-s delay] [-c count] [-V](1)-b,-k,-m,-g 表示输出显示的单位为 bytes, KB, MB, or GB,不添加选项的 阅读全文
posted @ 2019-10-14 13:37
醉城、
阅读(1081)
评论(0)
推荐(0)