香港云主机最佳企业级服务商!

ADSL拨号VPS包含了中国大陆(联通,移动,电信,)

中国香港,国外拨号VPS。

当前位置:云主机 > python >

电信ADSL拨号VPS
联通ADSL拨号VPS
移动ADSL拨号VPS

Python获取电脑硬件信息及状态的实现方法


时间:2021-11-09 10:23 作者:admin


本文以实例形式展示了python/' target='_blank'>python获取电脑硬件信息及状态的实现方法,是Python程序设计中很有实用价值的技巧。分享给大家供大家参考之用。具体方法如下:

主要功能代码如下:

#!/usr/bin/env python# encoding: utf-8from optparse import OptionParserimport osimport reimport jsondef main():  try:    parser = OptionParser(usage="%prog [options]")    reg_result=re.compile('\[(.*)\]')    #add option    parser.add_option("-m","--machine",action="store",type="string",dest="machine",help="the machine to be check")    parser.add_option("-f","--file",action="store",type="string",dest="file",help="the file with machine list")    parser.add_option("-n","--noah_path",action="store",type="string",dest="noah",help="the bns path or group")    (options,args)=parser.parse_args()    result=""    if options.machine:      options.machine=options.machine.replace(".baidu.com","")      result=os.popen("meta-query entity host "+options.machine+" -f sysSuit,memTotal,diskTotal,cpuFrequency,cpuPhysicalCores,netIdc,status -j").read()    elif options.file:      result=os.popen("meta-query entity host -f sysSuit,memTotal,diskTotal,cpuFrequency,cpuPhysicalCores,netIdc,status -F "+options.file+" -j").read()    elif options.noah:      result=os.popen("get_instance_by_service "+options.noah+" |meta-query entity host -f sysSuit,memTotal,diskTotal,cpuFrequency,cpuPhysicalCores,netIdc,status -F -j").read()    else:      return    result=json.loads(result)    print "%-*s%-*s%-*s%-*s%-*s%-*s"%(40,"Name",10,"CPU",10,"memery",10,"disk",10,"IDC",10,"status")    for item in result:      if item['Values']['cpuFrequency']!="null":        item['Values']['cpuFrequency']=str(float(item['Values']['cpuFrequency'])/1000.0)[0:3]      else:        item['Values']['cpuFrequency']="0"      item['Values']['diskTotal']=str(float(item['Values']['diskTotal'])/1000000000.0)[0:5]      item['Values']['memTotal']=str(float(item['Values']['memTotal'])/1024/1000.0)[0:5]            print "%-*s%-*s%-*s%-*s%-*s%-*s" % (40,item['Name'],10,item['Values']['cpuFrequency']+" x"+item['Values']['cpuPhysicalCores'],10,item['Values']['memTotal']+"G",10,item['Values']['diskTotal']+"T",10,item['Values']['netIdc'],10,item['Values']['status'])  except Exception,e:    returnif __name__ =="__main__":  main()

希望本文所述对大家Python程序设计的学习有所帮助。

(责任编辑:admin)






帮助中心
会员注册
找回密码
新闻中心
快捷通道
域名登录面板
虚机登录面板
云主机登录面板
关于我们
关于我们
联系我们
联系方式

售前咨询:17830004266(重庆移动)

企业QQ:383546523

《中华人民共和国工业和信息化部》 编号:ICP备00012341号

Copyright © 2002 -2018 香港云主机 版权所有
声明:香港云主机品牌标志、品牌吉祥物均已注册商标,版权所有,窃用必究

云官方微信

在线客服

  • 企业QQ: 点击这里给我发消息
  • 技术支持:383546523

  • 公司总台电话:17830004266(重庆移动)
  • 售前咨询热线:17830004266(重庆移动)