summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-03-03 19:48:30 +0100
committerBenBE <BenBE@geshi.org>2021-03-15 22:34:14 +0100
commitd9f2eacbc5b3fccf63b24944ce9a30d762baea3c (patch)
tree1d8f44915c8f06b305cf820c1bb4bef05ac01bd7 /ProcessList.h
parenta4173f52097fd78d0dab2e3296514e7dc7e54660 (diff)
Linux: individually show shared memory
Shmem: Total memory used by shared memory (shmem) and tmpfs Source: https://www.kernel.org/doc/Documentation/filesystems/proc.txt Closes: #556
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ProcessList.h b/ProcessList.h
index a58f8028..d4fd1f60 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -68,6 +68,7 @@ typedef struct ProcessList_ {
memory_t usedMem;
memory_t buffersMem;
memory_t cachedMem;
+ memory_t sharedMem;
memory_t availableMem;
memory_t totalSwap;

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