Add ZFS ARC statistics and meters to the PCP platform

This commit is contained in:
Sohaib
2021-02-22 16:45:44 +11:00
committed by Nathan Scott
parent 6bb59f8881
commit e1d1a5cec6
5 changed files with 99 additions and 3 deletions

View File

@ -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