Python 获取Linux本机信息

2014-11-24 09:07:24 · 作者: · 浏览: 0

用python写的获取linux本机信息,包括kernel、IP、Memory、Disk信息。


#####################################################


#Information on this program is used to get the Linux native. #


#You can enter the "kernel", "ip", "memory", "disk" keyword to get the results,#


#you can also enter "all". #


######################################################


翻译:本程序是用来获取linux本机信息的


你可以输入“kernel”,“ip”,“memory”,“disk”关键字获取响应的参数信息


也可以输入“all”,查看所有参数。


程序内容如下:


最近在学习python,所以就各种找需求去练习,写的也简单,各种堆命令,有什么不对的地方或者好的建议,还请指出。