Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemInfo ¶
type SystemInfo struct {
HostInfo *host.InfoStat `json:"host_info"`
Memory memory.MemoryInfo `json:"memory"`
Network network.NetworkInfo `json:"network"`
Disk disk.DiskInfo `json:"disk"`
Thermal thermal.ThermalInfo `json:"thermal"`
CPU cpu.CPUInfo `json:"cpu"`
}
func DeviceSystemInfo ¶
func DeviceSystemInfo() SystemInfo
Click to show internal directories.
Click to hide internal directories.