Versions in this module Expand all Collapse all v1 v1.0.1 Jun 23, 2022 Changes in this version + func AcquireAvgStat(w http.ResponseWriter) error + func AcquireCPUInfo(w http.ResponseWriter) error + func AcquireCPUTimeStat(w http.ResponseWriter) error + func AcquireDiskUsage(w http.ResponseWriter) error + func AcquireHostInfo(w http.ResponseWriter) error + func AcquireIOCounters(w http.ResponseWriter) error + func AcquireInterfaces(w http.ResponseWriter) error + func AcquireMisc(w http.ResponseWriter) error + func AcquireModules(w http.ResponseWriter) error + func AcquireNetArp(w http.ResponseWriter) error + func AcquireNetDevIOCounters(w http.ResponseWriter) error + func AcquireNetStat(w http.ResponseWriter, protocol string) error + func AcquireNetStatPid(w http.ResponseWriter, protocol string, process string) error + func AcquirePartitions(w http.ResponseWriter) error + func AcquirePlatformInformation(w http.ResponseWriter) error + func AcquireProcessInfo(w http.ResponseWriter, proc string, property string) error + func AcquireProtoCountersStat(w http.ResponseWriter) error + func AcquireTemperatureStat(w http.ResponseWriter) error + func AcquireUserStat(w http.ResponseWriter) error + func AcquireVirtualMemoryStat(c context.Context, w http.ResponseWriter) error + func AcquireVirtualization(w http.ResponseWriter) error + func RegisterRouterProc(router *mux.Router) + type Modules struct + Dependent string + Instances string + MemorySize string + Module string + State string + type NetARP struct + Device string + Flags string + HWAddress string + HWType string + IPAddress string + Mask string + type Proc struct + Path string + Property string + Value string + type SysNet struct + Link string + Path string + Property string + Value string + func (r *SysNet) GetSysNet(rw http.ResponseWriter) error + func (r *SysNet) SetSysNet(rw http.ResponseWriter) error + type VM struct + Property string + Value string + func (r *VM) GetVM(w http.ResponseWriter) error + func (r *VM) SetVM(w http.ResponseWriter) error