Linux Memory Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=


* [[Linux#Getting_Runtime_Information]]
* [[Linux#Getting_Runtime_Information|Linux - Getting Runtime Information]]
* [[Linux Memory Management]]
* [[Linux Memory Management]]
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation

Revision as of 14:50, 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.