Overview of xdp-monitor
mainxdp-monitor is a low-overhead monitoring tool powered by BPF tracepoints. It is used to monitor various XDP-related statistics and events. It relies on the BPF raw tracepoints infrastructure in the Linux kernel.
Important Note on Performance:
By default, statistics for successful XDP redirect events are disabled. Enabling them via the -s or --stats flag introduces a per-packet BPF tracing overhead. While this overhead is low, it can lead to degradation in packet processing performance.