Linux CPU Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:
Time waiting for IO: [[Vmstat#wa|vmstat wa]]
Time waiting for IO: [[Vmstat#wa|vmstat wa]]


Stolen time: [[Vmstat#st|vmstat st]]
Steal time: [[Vmstat#st|vmstat st]]. The definition of "steal time":
 
{{Internal|Linux Virtualization Concepts#Steal_Time|Steal Time}}


=Other Utilities=
=Other Utilities=

Revision as of 14:10, 9 May 2017

Internal

CPU Runtime Statistics

User time: vmstat us

Kernel time: vmstat sy

Idle time: vmstat id

Time waiting for IO: vmstat wa

Steal time: vmstat st. The definition of "steal time":

Steal 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