From 8a70725c132deb6fc313edcdccaea756a685fc49 Mon Sep 17 00:00:00 2001 From: Haochen Tong Date: Mon, 2 Dec 2019 22:04:50 +0100 Subject: proc.plugin: add pressure stall information (#7209) * proc.plugin: add pressure stall information * dashboard_info: add "Pressure" section * proc.plugin: mention PSI collector in doc * dashboard_info: fix grammar in PSI section * proc_pressure: fix wrong line name for "full" metrics * proc_pressure: fix copypasta * proc_pressure: refactor to prepare for cgroup changes * cgroups.plugin: add pressure monitoring * add proc_pressure.h to targets * Makefile.am: fix indentation * cgroups.plugin: remove a useless comment * cgroups.plugin: fix pressure config name * proc.plugin: arrange pressure charts under corresponding sections * dashboard_info: rearrange pressure chart descriptions * dashboard_info: reword PSI descriptions --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2625dcc563..3ecdb14064 100644 --- a/Makefile.am +++ b/Makefile.am @@ -263,6 +263,8 @@ PROC_PLUGIN_FILES = \ collectors/proc.plugin/proc_loadavg.c \ collectors/proc.plugin/proc_meminfo.c \ collectors/proc.plugin/proc_pagetypeinfo.c \ + collectors/proc.plugin/proc_pressure.c \ + collectors/proc.plugin/proc_pressure.h \ collectors/proc.plugin/proc_net_dev.c \ collectors/proc.plugin/proc_net_ip_vs_stats.c \ collectors/proc.plugin/proc_net_netstat.c \ -- cgit v1.2.3