Linux CPU Info: Difference between revisions

From NovaOrdis Knowledge Base
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).


=proc cpuinfo=
=top=


<pre>
<pre>
cat /proc/meminfo
top
</pre>
</pre>


=top=
=proc cpuinfo=


<pre>
<pre>
top
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