Linux Memory Info: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
cat /proc/meminfo | cat /proc/meminfo | ||
</pre> | </pre> | ||
External: | |||
* https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-proc-meminfo.html | |||
=top= | =top= |
Revision as of 15:05, 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
External:
top
vmstat
Reports virtual memory statistics.