这个很简单,只需要
>>> import pysysinfo
Gathering system information with uname command:
Linux oracle11g 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
Gathering diskspace information df command:
文件系统 容量 已用 可用 已用%% 挂载点
/dev/mapper/VolGroup-lv_root
50G 11G 37G 22% /
tmpfs 1.9G 100K 1.9G 1% /dev/shm
/dev/sda1 485M 37M 423M 8% /boot
/dev/mapper/VolGroup-lv_home
5.6G 140M 5.2G 3% /home
df: "/mnt/hgfs": 输入/输出错误
可以看到系统信息。
阅读(687) | 评论(0) | 转发(0) |