Revision 0761d1b8
Added by David Sorber about 7 years ago
| software/misc/display.py | ||
|---|---|---|
|
hostname = subprocess.check_output('hostname', shell=True).strip()
|
||
|
|
||
|
ip_addr = get_ipv4_addr('enp4s0')
|
||
|
root_stats = get_fs_usage('/dev/sdf2')
|
||
|
root_stats = get_fs_usage('/dev/sda2')
|
||
|
storage_stats = get_fs_usage('/dev/md0')
|
||
|
|
||
|
print YELLOW + BOLD + ' _ _ '
|
||
Update display.py with latest root fs device path.