Documentation ¶
Index ¶
Constants ¶
View Source
const USER_PROCESS = 7
from utmp.h
Variables ¶
This section is empty.
Functions ¶
func PlatformInformation ¶
func Virtualization ¶
Types ¶
type InfoStat ¶
type InfoStat struct { Hostname string `json:"hostname"` Uptime uint64 `json:"uptime"` BootTime uint64 `json:"bootTime"` Procs uint64 `json:"procs"` // number of processes OS string `json:"os"` // ex: freebsd, linux Platform string `json:"platform"` // ex: ubuntu, linuxmint PlatformFamily string `json:"platformFamily"` // ex: debian, rhel PlatformVersion string `json:"platformVersion"` VirtualizationSystem string `json:"virtualizationSystem"` VirtualizationRole string `json:"virtualizationRole"` // guest or host }
A HostInfoStat describes the host status. This is not in the psutil but it useful.
Click to show internal directories.
Click to hide internal directories.