mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
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
This commit is contained in:

committed by
BenBE

parent
a4173f5209
commit
d9f2eacbc5
@ -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;
|
||||
|
Reference in New Issue
Block a user