Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AvgCpuUsage ¶
func StartCpuUsageAverage ¶
Types ¶
type CpuUsage ¶
type CpuUsage struct {
Busy,
Idle,
Total uint64 // reported sum total of all usage
}
type FileTime ¶
type FileTime struct {
// DwLowDateTime from Windows API
LowDateTime uint32
// DwHighDateTime from Windows API
HighDateTime uint32
}
FileTime Struct from: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724284.aspx
type SystemUsage ¶
type SystemUsage struct {
Memory memoryUsage
CpuBusyAvg float64
}
SystemUsage swagger:model
func NewSystemUsage ¶
func NewSystemUsage() (s SystemUsage)
Click to show internal directories.
Click to hide internal directories.