Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
Saddr net.IP `json:"saddr"`
Daddr net.IP `json:"daddr"`
Sport uint16 `json:"sport"`
Dport uint16 `json:"dport"`
}
Conn contains a TCP connection quadruplet
type QueueLength ¶
QueueLength contains the size and fullness extremums of a TCP Queue
type Stats ¶
type Stats struct {
Pid uint32 `json:"pid"`
ContainerID string `json:"containerid"`
Conn Conn `json:"conn"`
Rqueue QueueLength `json:"read queue"`
Wqueue QueueLength `json:"write queue"`
}
Stats contains the statistics of a given socket
Click to show internal directories.
Click to hide internal directories.