Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + type OOMKillProbe struct + func NewOOMKillProbe(cfg *ebpf.Config) (*OOMKillProbe, error) + func (t *OOMKillProbe) Close() + func (t *OOMKillProbe) Get() []OOMKillStats + func (t *OOMKillProbe) GetAndFlush() []OOMKillStats + type OOMKillStats struct + ContainerID string + FComm string + MemCgOOM uint32 + Pages uint64 + Pid uint32 + TComm string + TPid uint32 + type TCPQueueLengthStats map[string]TCPQueueLengthStatsValue + type TCPQueueLengthStatsKey struct + ContainerID string + type TCPQueueLengthStatsValue struct + ReadBufferMaxUsage uint32 + WriteBufferMaxUsage uint32 + type TCPQueueLengthTracer struct + func NewTCPQueueLengthTracer(cfg *ebpf.Config) (*TCPQueueLengthTracer, error) + func (t *TCPQueueLengthTracer) Close() + func (t *TCPQueueLengthTracer) Get() []TCPQueueLengthStats + func (t *TCPQueueLengthTracer) GetAndFlush() []TCPQueueLengthStats