nodetopo

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

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

type TopoResponse struct {
	Nodes []*Node `json:"nodes"`
	Links []*Line `json:"links"`
}

TopoResponse .

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL