Add SystemdMeter

This commit is contained in:
Christian Göttsche
2020-10-07 15:42:13 +02:00
parent ab17ef4dc0
commit 2a9e8ca074
7 changed files with 364 additions and 7 deletions

View File

@ -130,6 +130,7 @@ linux_platform_headers = \
linux/Platform.h \
linux/PressureStallMeter.h \
linux/SELinuxMeter.h \
linux/SystemdMeter.h \
linux/ZramMeter.h \
linux/ZramStats.h \
zfs/ZfsArcMeter.h \
@ -146,6 +147,7 @@ myhtopplatsources = \
linux/Platform.c \
linux/PressureStallMeter.c \
linux/SELinuxMeter.c \
linux/SystemdMeter.c \
linux/ZramMeter.c \
zfs/ZfsArcMeter.c \
zfs/ZfsArcStats.c \