FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
This plugin enables to track buffer utilization in the VPP graph nodes. The main use is to detect buffer leakage. It works by keeping track of number of buffer allocations and free in graph nodes and also of number of buffers received in input frames and in output frames. The formula to compute the number of "buffered" buffers in a node is simply: #buffered = #alloc + #input - free - #output Note: monitoring will impact performances.