summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorDavid Zarzycki <dave@znu.io>2021-01-07 08:38:18 -0500
committerBenBE <BenBE@geshi.org>2021-01-11 20:27:47 +0100
commit37e186fd6626e83f51d0267052677355575964d4 (patch)
treec3212ebbc5a948c4ede190defadd8f56e097d45b /ProcessList.h
parentf4404effa45ce378a8a72f2fff9641c7d7a0cc6f (diff)
Linux: Add SwapCached to the swap meter
According to the Linux kernel documentation, "SwapCached" tracks "memory that once was swapped out, is swapped back in but still also is in the swapfile (if memory is needed it doesn't need to be swapped out AGAIN because it is already in the swapfile. This saves I/O)."
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ProcessList.h b/ProcessList.h
index a2e17a16..cb17f0d7 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -65,9 +65,10 @@ typedef struct ProcessList_ {
unsigned long long int usedMem;
unsigned long long int buffersMem;
unsigned long long int cachedMem;
+
unsigned long long int totalSwap;
unsigned long long int usedSwap;
- unsigned long long int freeSwap;
+ unsigned long long int cachedSwap;
int cpuCount;

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