Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
type System interface { // CpuUsage returns the usage in percentage format. CpuUsage() (usage float64, total float64, ticks float64) // MemUsage returns the available memory on this system. MemUsage() (total, used, free uint64) // Luns returns information on the available LUNs on this system. Luns() (luns map[string]Lun) }
Click to show internal directories.
Click to hide internal directories.