summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorAdrien Mahieux <adrien.mahieux@gmail.com>2019-10-21 09:51:46 +0200
committerVladimir Kobal <vlad@prokk.net>2019-10-21 10:51:46 +0300
commit0b7ba99b5e344620ea3f1e633ba574590b9eda82 (patch)
treee1a7765f5ff97bb1c7ab3732174d8b250583ba67 /collectors/all.h
parent3e12b4a57fcf9fec66e86a808f32e6f38f772b70 (diff)
[collector/proc.plugin] Add /proc/pagetypeinfo parser (#6843)
* [proc.plugin/proc_pagetypeinfo] Initial commit * [Fix] Generate graphs for pagetypeinfo * [Fix] Create node/zone/type graphs * [Fix] Use directly size and order * [Add] Configuration handling * [Imp] Changed SetId to identify NodeNumber * [Fix] Standard name for chart priority and value * [Fix] use dynamic pagesize * [Enh] allow prefix for containerized netdata * [Fix] global system graph always on, but for explicit no * [Fix] Add more checks for pageorders_cnt and really use it * [Enh] Special config value of netdata_zero_metrics_enabled * [Fix] Check we parsed at least a valid line
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 5fe5e9be1b..f58f0dcd5e 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -90,6 +90,7 @@
#define NETDATA_CHART_PRIO_MEM_KSM_RATIOS 1302
#define NETDATA_CHART_PRIO_MEM_NUMA 1400
#define NETDATA_CHART_PRIO_MEM_NUMA_NODES 1410
+#define NETDATA_CHART_PRIO_MEM_PAGEFRAG 1450
#define NETDATA_CHART_PRIO_MEM_HW 1500
#define NETDATA_CHART_PRIO_MEM_HW_ECC_CE 1550
#define NETDATA_CHART_PRIO_MEM_HW_ECC_UE 1560