Linux Memory Info: Difference between revisions

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


* [[Linux#Getting_Runtime_Information]]
* [[Linux#Getting_Runtime_Information]]
=To Migrate=
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation


=free=
=free=

Revision as of 05:15, 5 January 2016

Internal

To Migrate

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