Scroll to navigation

proc_vmstat(5) File Formats Manual proc_vmstat(5)

NAME

/proc/vmstat - virtual memory statistics

DESCRIPTION

/proc/vmstat (since Linux 2.6.0)
This file displays various virtual memory statistics. Each line of this file contains a single name-value pair, delimited by white space. Some lines are present only if the kernel was configured with suitable options. (In some cases, the options required for particular files have changed across kernel versions, so they are not listed here. Details can be found by consulting the kernel source code.) The following fields may be present:
Amount of memory allocated to kernel stacks.
Pages used by shmem and tmpfs(5).
Number of free CMA (Contiguous Memory Allocator) pages.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.
See the kernel source file Documentation/admin-guide/mm/transhuge.rst.

SEE ALSO

proc(5)

2023-08-15 Linux man-pages 6.7