Linux Memory Info: Difference between revisions
Jump to navigation
Jump to search
(→top) |
|||
Line 32: | Line 32: | ||
top | top | ||
</pre> | </pre> | ||
=vmstat= | |||
Reports virtual memory statistics. |
Revision as of 00:38, 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
vmstat
Reports virtual memory statistics.