From e09a2337b82d2dcb5b7379a9581477af291d1a75 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Tue, 9 Mar 2021 15:37:49 +0100 Subject: bufmon: add buffer monitoring plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This plugin allow to keep track of buffer usage in VPP graph nodes. The main use is to detect buffer leakages. Type: feature Change-Id: Iadcf4ab98207fab6e2fa375060879bc2a25b711e Signed-off-by: Benoît Ganne --- src/plugins/bufmon/FEATURE.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/plugins/bufmon/FEATURE.yaml (limited to 'src/plugins/bufmon/FEATURE.yaml') diff --git a/src/plugins/bufmon/FEATURE.yaml b/src/plugins/bufmon/FEATURE.yaml new file mode 100644 index 00000000000..639643e5a28 --- /dev/null +++ b/src/plugins/bufmon/FEATURE.yaml @@ -0,0 +1,8 @@ +--- +name: Buffers monitoring plugin +maintainer: Benoît Ganne +features: + - monitor buffer utiization in VPP graph nodes +description: "monitor buffer utiization in VPP graph nodes" +state: production +properties: [CLI, MULTITHREAD] -- cgit 1.2.3-korg