Linux Memory Info: Difference between revisions
Jump to navigation
Jump to search
(→top) |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Linux#Getting_Runtime_Information|Linux | * [[Linux#Getting_Runtime_Information|Linux 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:59, 27 July 2016
Internal
- Linux 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
vmstat
Reports virtual memory statistics.