Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct {
SizeBytes uint64
}
func GetFreePhysicalMemory ¶
GetFreePhysicalMemory
type PhysicalMemory ¶
type PhysicalMemory struct {
*cimv2.Win32_PhysicalMemory
}
func NewPhysicalMemory ¶
func NewPhysicalMemory(instance *wmi.WmiInstance) (*PhysicalMemory, error)
NewPhysicalMemory
type Processor ¶
type Processor struct {
*cimv2.Win32_Processor
}
func NewProcessor ¶
func NewProcessor(instance *wmi.WmiInstance) (*Processor, error)
NewPhysicalMemory
type TotalProcessor ¶
func GetTotalProcessor ¶
func GetTotalProcessor(whost *host.WmiHost) (proc *TotalProcessor, err error)
GetTotalProcessor
Click to show internal directories.
Click to hide internal directories.