From e1d1a5cec6db15c05e6b75f06e451c7ffa3fde24 Mon Sep 17 00:00:00 2001 From: Sohaib Date: Mon, 22 Feb 2021 16:45:44 +1100 Subject: Add ZFS ARC statistics and meters to the PCP platform --- Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c66aa46c..8ae0e1f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -338,7 +338,10 @@ pcp_platform_headers = \ pcp/ProcessField.h \ linux/PressureStallMeter.h \ linux/ZramMeter.h \ - linux/ZramStats.h + linux/ZramStats.h \ + zfs/ZfsArcMeter.h \ + zfs/ZfsArcStats.h \ + zfs/ZfsCompressedArcMeter.h if HTOP_PCP myhtopplatsources = \ @@ -346,7 +349,9 @@ myhtopplatsources = \ pcp/PCPProcessList.c \ pcp/Platform.c \ linux/PressureStallMeter.c \ - linux/ZramMeter.c + linux/ZramMeter.c \ + zfs/ZfsArcMeter.c \ + zfs/ZfsCompressedArcMeter.c myhtopplatheaders = $(pcp_platform_headers) endif -- cgit v1.2.3