Linux Memory Info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* [[Linux#Getting_Runtime_Information]] | * [[Linux#Getting_Runtime_Information]] | ||
* [[Linux Memory Management]] | |||
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation | * https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation | ||
=free= | =free= |
Revision as of 00:21, 11 June 2016
Internal
- Linux#Getting_Runtime_Information
- Linux Memory Management
- https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation
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