Documentation ¶
Index ¶
- 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
- type NetARP
- type Proc
- type SysNet
- type VM
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AcquireAvgStat ¶
func AcquireAvgStat(w http.ResponseWriter) error
func AcquireCPUInfo ¶
func AcquireCPUInfo(w http.ResponseWriter) error
func AcquireCPUTimeStat ¶
func AcquireCPUTimeStat(w http.ResponseWriter) error
func AcquireDiskUsage ¶
func AcquireDiskUsage(w http.ResponseWriter) error
func AcquireHostInfo ¶
func AcquireHostInfo(w http.ResponseWriter) error
func AcquireIOCounters ¶
func AcquireIOCounters(w http.ResponseWriter) error
func AcquireInterfaces ¶
func AcquireInterfaces(w http.ResponseWriter) error
func AcquireMisc ¶
func AcquireMisc(w http.ResponseWriter) error
func AcquireModules ¶
func AcquireModules(w http.ResponseWriter) error
func AcquireNetArp ¶
func AcquireNetArp(w http.ResponseWriter) error
func AcquireNetDevIOCounters ¶
func AcquireNetDevIOCounters(w http.ResponseWriter) error
func AcquireNetStat ¶
func AcquireNetStat(w http.ResponseWriter, protocol string) error
read netstat from proc tcp/udp/sctp
func AcquireNetStatPid ¶
func AcquireNetStatPid(w http.ResponseWriter, protocol string, process string) error
func AcquirePartitions ¶
func AcquirePartitions(w http.ResponseWriter) error
func AcquirePlatformInformation ¶
func AcquirePlatformInformation(w http.ResponseWriter) error
func AcquireProcessInfo ¶
func AcquireProcessInfo(w http.ResponseWriter, proc string, property string) error
func AcquireProtoCountersStat ¶
func AcquireProtoCountersStat(w http.ResponseWriter) error
func AcquireTemperatureStat ¶
func AcquireTemperatureStat(w http.ResponseWriter) error
func AcquireUserStat ¶
func AcquireUserStat(w http.ResponseWriter) error
func AcquireVirtualMemoryStat ¶
func AcquireVirtualMemoryStat(c context.Context, w http.ResponseWriter) error
func AcquireVirtualization ¶
func AcquireVirtualization(w http.ResponseWriter) error
func RegisterRouterProc ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.