Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disk ¶
type Disk struct { Device string `label:"Device"` Mountpoint string `label:"Mount"` Fstype string `label:"Type"` Total uint64 `label:"Total"` Free uint64 `label:"Free"` Used uint64 `label:"Used"` UsedPercent float64 `label:"Used%"` InodeUsedPercent float64 `label:"Inode"` RBytePerS float64 `label:"R/S"` WBytePerS float64 `label:"W/S"` Util float64 `label:"Util%"` }
func GetDiskPartitons ¶
func GetDiskPartitons() []Disk
func GetDisksIO ¶
func GetDisksUsage ¶
Click to show internal directories.
Click to hide internal directories.