Documentation ¶
Overview ¶
Package dropreason contains the Retina DropReason plugin. It measures the number of packets/bytes dropped and the reason and the direction of the drop.
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
View Source
const (
Name api.PluginName = "dropreason"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IMap ¶
type IMap interface { Iterate() *ebpf.MapIterator Close() error }
type IMapIterator ¶
Interface to https://pkg.go.dev/github.com/cilium/ebpf#Map. Added for unit tests.
Click to show internal directories.
Click to hide internal directories.