struct Psutil::Stats::DiskUsageStat
- Psutil::Stats::DiskUsageStat
- Struct
- Value
- Object
Defined in:
stats/disk_stats.crConstructors
Instance Method Summary
- #free : UInt64
- #free=(free : UInt64)
- #fstype : String
- #fstype=(fstype : String)
- #inodes_free : UInt64
- #inodes_free=(inodes_free : UInt64)
- #inodes_total : UInt64
- #inodes_total=(inodes_total : UInt64)
- #inodes_used : UInt64
- #inodes_used=(inodes_used : UInt64)
- #inodes_used_percent : Float64
- #inodes_used_percent=(inodes_used_percent : Float64)
- #path : String
- #path=(path : String)
- #total : UInt64
- #total=(total : UInt64)
- #used : UInt64
- #used=(used : UInt64)
- #used_percent : Float64
- #used_percent=(used_percent : Float64)