syspy  0.1
syspy windows system information tool with python
syspy.disk.test Namespace Reference

Functions

def diskPartitions ()
 
def diskUsage ()
 
def diskIoCounters ()
 

Variables

tuple dsc = Disk()
 

Function Documentation

def syspy.disk.test.diskIoCounters ( )
Read Count: 442404
Write Count: 246040
Read Bytes: 13650447872
Write Bytes: 4814406656
Read Times: 649029420 ms
Write Time: 57618720 ms

Definition at line 28 of file test.py.

def syspy.disk.test.diskPartitions ( )
    Part Device: C:\
    Usage Total: 113.4G
    Usage Used: 57.8G
    Usage Free: 55.6G
    Usage Percent: 50
    Part Type: NTFS
    Part Mountpoint: C:\

Definition at line 5 of file test.py.

def syspy.disk.test.diskUsage ( )
Total: 113.4G Used: 57.7G Free: 55.6G Percent: 50.9

Definition at line 20 of file test.py.

Variable Documentation

tuple syspy.disk.test.dsc = Disk()

Definition at line 3 of file test.py.