Linux CPU Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Cpuinfo
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Cpuinfo


=64 bit or 32 bit?=
=CPU Runtime Statistics=


<pre>
User time: [[Vmstat#us|vmstat us]]
uname -a
</pre>


<pre>
Kernel time:
grep flags /proc/cpuinfo
</pre>


==lm==
Idle time:


long mode - 64 bits
Time waiting for IO:


==protected mode==
Stolen time:
 
32 bits


=Other Utilities=
=Other Utilities=
Line 38: Line 32:
For more details see https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Cpuinfo.
For more details see https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Cpuinfo.


=CPU Runtime Statistics=
=64 bit or 32 bit?=
 
<pre>
uname -a
</pre>


User time: [[Vmstat#us|vmstat us]]
<pre>
grep flags /proc/cpuinfo
</pre>


Kernel time:
==lm==


Idle time:
long mode - 64 bits


Time waiting for IO:
==protected mode==


Stolen time:
32 bits

Revision as of 13:51, 9 May 2017

Internal

CPU Runtime Statistics

User time: vmstat us

Kernel time:

Idle time:

Time waiting for IO:

Stolen time:

Other Utilities

top
vmstat

proc cpuinfo

cat /proc/cpuinfo 

For more details see https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Cpuinfo.

64 bit or 32 bit?

uname -a
grep flags /proc/cpuinfo

lm

long mode - 64 bits

protected mode

32 bits