implement non-forking way to get all filesystem's fill state (/proc/mounts + statvfs)
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 21 Jan 2016 16:55:21 +0000 (17:55 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 21 Jan 2016 16:55:21 +0000 (17:55 +0100)
commite7ee8f4ee341faf9a70e84942a155fa28580d461
tree8686614e2520505dcd42e4d19a9082ad3896c6a1
parent94620d4937afecd3ea13acc848bcd5e549d2c695
implement non-forking way to get all filesystem's fill state (/proc/mounts + statvfs)

does not quite give the same result as df (yet?)
src/file_helpers.py
test/test_file_helpers.py