Vm stat: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:


Provides memory statistics. On Linux, similar information can be obtained from [[proc-meminfo|/proc/meminfo]].
Provides memory statistics. On Linux, similar information can be obtained from [[proc-meminfo|/proc/meminfo]].
=Statistics=
==Pages Free==
The total number of free pages in the system. The actual amount of memory can be obtained multiplying the number for pages with the page size.

Latest revision as of 17:51, 27 July 2016

Internal

Overview

Provides memory statistics. On Linux, similar information can be obtained from /proc/meminfo.

Statistics

Pages Free

The total number of free pages in the system. The actual amount of memory can be obtained multiplying the number for pages with the page size.