Memory Meminfo
Last updated
Last updated
Displays system memory usage. There are several graphs displayed including the following:
Displays the amount of memory currently in use and not yet used.
Displays the total amount of memory that has been allocated by the operating system for use by a particular application or process.
Display further explanation on active and inactive memory allocation.
Display the process of writing unsaved data from memory to long-term storage such as disk.
Displays the amount of memory shared across multiple processes and the amount of memory mapped to virtual addresses.
Display the memory allocated by the kernel to store internal data structures used for resource management.
Displays the virtual memory dynamically allocated by the kernel for a specific use.
Displays memory usage associated with switching between different memory addresses.
Displays memory allocated by the process but not associated with files.
Displays the memory used by the operating system kernel to store code, data structures, and the kernel stack.
Memory HugePages Counter
Displays the number of large memory pages used in the system, large memory is used to reduce memory management overhead on systems with large amounts of memory.
Displays the page size of the large memory used in the system.
Displays a direct mapping between physical memory addresses and virtual memory addresses in the system.
Displays memory usage that cannot be avoided or moved by the operating system, as well as memory that is locked in physical memory and will not be swapped out.
Displays memory usage related to the network file system, including buffers or caches for file operations involving network resources.