Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Line ¶
type Line struct {
Source string `json:"source"`
Target string `json:"target"`
Metrics TopoMetrics `json:"metrics"`
}
Line .
type Node ¶
type Node struct {
Name string `json:"name"`
Metrics TopoMetrics `json:"metrics"`
}
Node .
type TopoMetrics ¶
type TopoMetrics struct {
Bytes int64 `json:"bytes"`
Packets int64 `json:"packets"`
TCPBytes int64 `json:"tcp_bytes"`
UDPBytes int64 `json:"udp_bytes"`
TCPPackets int64 `json:"tcp_packets"`
UDPPackets int64 `json:"udp_packets"`
}
TopoMetrics .
type TopoResponse ¶
TopoResponse .
Click to show internal directories.
Click to hide internal directories.