Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Memory Vmstat

To monitor memory usage in the system, use a monitoring tool that provides reports about CPU activity in the system.

Memory Pages In / Out

Displays the number of memory pages loaded from secondary storage to physical memory within a specified time period.

(input gambar disini)

Memory Pages Swap In / Out

Displays data transfer activities between physical memory and swap space on the Linux operating system.

(input gambar disini)

Memory Page Faults

It is a process in which the operating system tries to access memory pages that do not currently exist in physical memory and must be obtained from secondary storage, such as disk.

(input gambar disini)

OOM Killer

A mechanism in Linux systems that is responsible for terminating processes when physical memory and swap space run out.

(input gambar disini)

Last updated