From bdbb0c5436b52b4dc6c35d05f227cdf934306d83 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 17 Sep 2020 10:40:44 +0200 Subject: stats: configurable page size Type: improvement Change-Id: I9973bce20a0a2a8a7e227cf96518de5b79374425 Signed-off-by: Damjan Marion --- src/vpp/conf/startup.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 12679da778c..0be10d5ba19 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -186,6 +186,7 @@ cpu { # socket-name , name of the stats segment socket # defaults to /run/vpp/stats.sock # size [KMG], size of the stats segment, defaults to 32mb + # page-size , page size, ie. 2m, defaults to 4k # per-node-counters on | off, defaults to none # update-interval , sets the segment scrape / update interval # } -- cgit 1.2.3-korg