Functions | |
def | disk_usage |
def | qnx_hdd_check |
def qnx_hdd_check.disk_usage | ( | path | ) |
Return disk usage statistics about the given path. Returned valus is a named tuple with attributes 'total', 'used' and 'free', which are the amount of total, used and free space, in bytes.
Definition at line 3 of file qnx_hdd_check.py.
def qnx_hdd_check.qnx_hdd_check | ( | ) |
Definition at line 15 of file qnx_hdd_check.py.