# Functions
GetDisks returns array of systats.Disk structs with disk info and usage data.
GetMemory returns systats.Memory struct with memory usage.
GetNetwork returns an array of systats.Network struct with network usage.
GetProcesses returns struct with process info.
GetProcessor returns a systats.CPU struct with CPU info and usage data.
GetServices returns array of Service structs with service status.
GetSwap returns systats.Swap struct with swap usage.
GetSystem returns a systats.System struct with system info.
Monitor returns MonitorData struct with system stats.
MonitorAsJSON returns MonitorData struct as an JSON object.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
MonitorData holds individual system stats.
Processes hold CPU and Memory usage data.
Service holds service activity info.