python监听服务器cpu,内存信息等

import json
import psutil
import time
import os
import re
import paho.mqtt.client as mqtt
from log4p import Logger
# 获取服务器CPU,内存,磁盘相关信息

import constant
import security
import utils

log = Logger('all.log', level='debug')

def getServerMetrics():
# ------------------CPU-------------------------
cpu = {}
# 系统运行时长(秒)
cpu['runningTime'] = int(time.time() - psutil.boot_time())
# 逻辑CPU核数
c

python监听服务器cpu,内存信息等最先出现在Python成神之路

版权声明:
作者:主机优惠
链接:https://www.techfm.club/p/13616.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>