Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
type System interface { GetIP() string GetUptime() string GetSubnet() string GetNetmask() string GetGateway() string GetInternetIP() (*publicIP, error) GetSystemTime() *systemTime GetCurrentCPUUsage() string GetCurrentMemoryUsage() string GetMemoryFree() string GetTopProcessesByCPUUsage(count int) ([]*topProcess, error) GetTopProcessesByMemory(count int) ([]*topProcess, error) GetHostUniqueID(useMac bool) (string, error) // try mac or system uuid }
System provides methods to retrieve various system-level information
Click to show internal directories.
Click to hide internal directories.