Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PciFromString ¶ added in v0.23.0
PciFromString transforms the symbolic representation of a pci address in an unsigned integer.
func PciToString ¶ added in v0.23.0
PciToString transforms un unsigned integer representing a pci address in the symbolic representation as used by the Linux kernel.
Types ¶
type NetNsProbe ¶ added in v0.21.0
type NetNsProbe struct {
common.RWMutex
Graph *graph.Graph
Root *graph.Node
NsPath string
// contains filtered or unexported fields
}
NetNsProbe describes a topology probe based on netlink in a network namespace
type Probe ¶ added in v0.21.0
Probe describes a list NetLink NameSpace probe to enhance the graph
func NewProbe ¶ added in v0.21.0
NewProbe creates a new netlink probe
func (*Probe) Register ¶ added in v0.21.0
Register a new network netlink/namespace probe in the graph
type VF ¶ added in v0.24.0
type VF struct {
ID int64 `json:",omitempty"`
LinkState int64 `json:",omitempty"`
MAC string `json:",omitempty"`
Qos int64 `json:",omitempty"`
Spoofchk bool `json:",omitempty"`
TxRate int64 `json:",omitempty"`
Vlan int64 `json:",omitempty"`
}
VF describes the metadata of a virtual function easyjson:json gendecoder
Source Files
¶
- metadata.go
- netlink.go
- sriov.go
Click to show internal directories.
Click to hide internal directories.