summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSohaib <sohaib.amhmd@gmail.com>2021-02-22 16:45:44 +1100
committerNathan Scott <nathans@redhat.com>2021-06-09 17:09:29 +1000
commite1d1a5cec6db15c05e6b75f06e451c7ffa3fde24 (patch)
treeba5b7964703a91dbd02b966f4a4e9f90e5851ba5 /Makefile.am
parent6bb59f88811763c8b7ab63a17ebccf2ca56a5410 (diff)
Add ZFS ARC statistics and meters to the PCP platform
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy