summaryrefslogtreecommitdiffstats
path: root/CRT.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 /CRT.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 'CRT.h')
-rw-r--r--CRT.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 4806994c..d54ac121 100644
--- a/CRT.h
+++ b/CRT.h
@@ -65,6 +65,7 @@ typedef enum ColorElements_ {
BATTERY,
TASKS_RUNNING,
SWAP,
+ SWAP_CACHE,
PROCESS,
PROCESS_SHADOW,
PROCESS_TAG,

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