摘要: 系统巡检——首选排障 # -*- coding:utf-8 -*- - import os, time last_worktime=0 last_idletime=0 def get_cpu(): global last_worktime, last_idletime f=open("/proc/stat","r") l 阅读全文
posted @ 2021-04-06 09:54 Security 阅读(92) 评论(0) 推荐(0) 编辑