Hellowlol HTPC-Manager fork support thread
Code:
Python 2.7.10 (default, Oct 14 2015, 16:09:02)
[GCC 5.2.1 20151010] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import psutil
usage = psutil.disk_usage("/USBHDD1")
print usage._asdict()>>> usage = psutil.disk_usage("/USBHDD1")
>>> print usage._asdict()
OrderedDict([('total', 1000202039296L), ('used', 70713532416L), ('free', 929488506880L), ('percent', 7.1)])
>>>
Reply


Messages In This Thread
raysguy wip new skins - by hellow - 2015-07-22, 21:09
RE: Hellowlol HTPC-Manager fork support thread - by mkeguy506 - 2015-10-26, 22:52
Logout Mark Read Team Forum Stats Members Help
Hellowlol HTPC-Manager fork support thread2