Documentation
¶
Index ¶
- func SentEncHostInfo(remoteHost string, iface string, uuid string, Passwd string) error
- func SentEncProbeData(remoteHost string, iface string, uuid string, Passwd string) error
- func SentHostInfo(remoteHost string, iface string, uuid string) error
- func SentProbeData(remoteHost string, iface string, uuid string) error
- type HostInfo
- type Probe
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SentEncHostInfo ¶
func SentEncProbeData ¶
Types ¶
type Probe ¶
type Probe struct {
CPULoad []float64 `json:"cpu_load"`
MemUsage float64 `json:"mem_usage"`
MemUsed uint64 `json:"mem_used"`
MemTotal uint64 `json:"mem_total"`
NetName string `json:"net_name"`
BytesRecv uint64 `json:"bytes_recv"`
BytesSent uint64 `json:"bytes_sent"`
LocalIP string `json:"local_ip"`
Uuid string `json:"uuid"`
}
Click to show internal directories.
Click to hide internal directories.