summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-05-03 16:35:26 +0300
committerGitHub <noreply@github.com>2023-05-03 16:35:26 +0300
commit50183dc5b1022c94b99fd30b7c9aad5e7e6059fe (patch)
tree20b467388c40f85a62a700827a4ffc3e3b05c9c0 /collectors/all.h
parent06a2b68b92b4f7fe28ef093d57b5bce6368f5b08 (diff)
add support for monitoring thp, ballooning, zswap, ksm cow (#15000)
* add support for monitoring thp, ballooning, zswap, ksm cow * update proc metrics.csv * updated metrics.csv * Revert "updated metrics.csv" This reverts commit 54b9464be7c0d805220bbcb2144b4b4d7780a9c5. * replaced prog.plugin with proc.plugin --------- Co-authored-by: ilyam8 <ilya@netdata.cloud>
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 621285c40f..a0ce5d7fc4 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -25,6 +25,7 @@
#define NETDATA_CHART_PRIO_SYSTEM_RAM 200
#define NETDATA_CHART_PRIO_SYSTEM_SWAP 201
#define NETDATA_CHART_PRIO_SYSTEM_SWAPIO 250
+#define NETDATA_CHART_PRIO_SYSTEM_ZSWAPIO 300
#define NETDATA_CHART_PRIO_SYSTEM_NET 500
#define NETDATA_CHART_PRIO_SYSTEM_IPV4 500 // freebsd only
#define NETDATA_CHART_PRIO_SYSTEM_IP 501
@@ -80,9 +81,18 @@
#define NETDATA_CHART_PRIO_MEM_KERNEL 1100
#define NETDATA_CHART_PRIO_MEM_SLAB 1200
#define NETDATA_CHART_PRIO_MEM_HUGEPAGES 1250
+#define NETDATA_CHART_PRIO_MEM_HUGEPAGES_FAULTS 1251
+#define NETDATA_CHART_PRIO_MEM_HUGEPAGES_FILE 1252
+#define NETDATA_CHART_PRIO_MEM_HUGEPAGES_ZERO 1253
+#define NETDATA_CHART_PRIO_MEM_HUGEPAGES_KHUGEPAGED 1254
+#define NETDATA_CHART_PRIO_MEM_HUGEPAGES_SPLITS 1255
+#define NETDATA_CHART_PRIO_MEM_HUGEPAGES_SWAPOUT 1256
+#define NETDATA_CHART_PRIO_MEM_HUGEPAGES_COMPACT 1257
#define NETDATA_CHART_PRIO_MEM_KSM 1300
#define NETDATA_CHART_PRIO_MEM_KSM_SAVINGS 1301
#define NETDATA_CHART_PRIO_MEM_KSM_RATIOS 1302
+#define NETDATA_CHART_PRIO_MEM_KSM_COW 1303
+#define NETDATA_CHART_PRIO_MEM_BALLOON 1350
#define NETDATA_CHART_PRIO_MEM_NUMA 1400
#define NETDATA_CHART_PRIO_MEM_NUMA_NODES 1410
#define NETDATA_CHART_PRIO_MEM_PAGEFRAG 1450