summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-10 21:32:05 +0200
committerBenBE <BenBE@geshi.org>2021-08-17 10:36:10 +0200
commitb965417bf78e20fe1bdde3678361f8fbec86f458 (patch)
treea822faff11253c429485f2baf5d9cfafc3babccb /pcp
parent3f727d4720c8df38789dea246a5217a5412ebbcf (diff)
Add combined memory and swap meter
Closes: #699
Diffstat (limited to 'pcp')
-rw-r--r--pcp/Platform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcp/Platform.c b/pcp/Platform.c
index d5a76b55..c2af2e4a 100644
--- a/pcp/Platform.c
+++ b/pcp/Platform.c
@@ -29,6 +29,7 @@ in the source distribution for its full text.
#include "LoadAverageMeter.h"
#include "Macros.h"
#include "MemoryMeter.h"
+#include "MemorySwapMeter.h"
#include "Meter.h"
#include "NetworkIOMeter.h"
#include "ProcessList.h"
@@ -73,6 +74,7 @@ const MeterClass* const Platform_meterTypes[] = {
&LoadMeter_class,
&MemoryMeter_class,
&SwapMeter_class,
+ &MemorySwapMeter_class,
&TasksMeter_class,
&UptimeMeter_class,
&BatteryMeter_class,

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