Linux Memory Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 29: Line 29:
=top=
=top=


<pre>
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
top
:[[top]]
</pre>
</blockquote>


=vmstat=
=vmstat=


Reports virtual memory statistics.
Reports virtual memory statistics.

Revision as of 14:59, 27 July 2016

Internal

free

free -mt

Displays RAM and swap.

-m

Display the amount in MB.

-t

Display totals (RAM and swap).

proc meminfo

cat /proc/meminfo 

top

top

vmstat

Reports virtual memory statistics.