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

@ -39,6 +39,7 @@ in the source distribution for its full text.
#include "SELinuxMeter.h"
#include "Settings.h"
#include "SwapMeter.h"
#include "SystemdMeter.h"
#include "TasksMeter.h"
#include "UptimeMeter.h"
#include "XUtils.h"
@ -153,6 +154,7 @@ const MeterClass* const Platform_meterTypes[] = {
&DiskIOMeter_class,
&NetworkIOMeter_class,
&SELinuxMeter_class,
&SystemdMeter_class,
NULL
};