Add combined memory and swap meter

Closes: #699
This commit is contained in:
Christian Göttsche
2021-08-10 21:32:05 +02:00
committed by BenBE
parent 3f727d4720
commit b965417bf7
12 changed files with 139 additions and 0 deletions

View File

@ -52,6 +52,7 @@ myhtopsources = \
LoadAverageMeter.c \
MainPanel.c \
MemoryMeter.c \
MemorySwapMeter.c \
Meter.c \
MetersPanel.c \
NetworkIOMeter.c \
@ -109,6 +110,7 @@ myhtopheaders = \
Macros.h \
MainPanel.h \
MemoryMeter.h \
MemorySwapMeter.h \
Meter.h \
MetersPanel.h \
NetworkIOMeter.h \