Linux CPU Info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
Display totals (RAM and swap). | Display totals (RAM and swap). | ||
= | =top= | ||
<pre> | <pre> | ||
top | |||
</pre> | </pre> | ||
= | =proc cpuinfo= | ||
<pre> | <pre> | ||
cat /proc/cpuinfo | |||
</pre> | </pre> |
Revision as of 05:19, 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).
top
top
proc cpuinfo
cat /proc/cpuinfo