Linux CPU Info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
User time: [[Vmstat#us|vmstat us]] | User time: [[Vmstat#us|vmstat us]] | ||
Kernel time: | Kernel time: [[Vmstat#sy|vmstat sy]] | ||
Idle time: | Idle time: [[Vmstat#id|vmstat id]] | ||
Time waiting for IO: | Time waiting for IO: [[Vmstat#wa|vmstat wa]] | ||
Stolen time: | Stolen time: [[Vmstat#st|vmstat st]] | ||
=Other Utilities= | =Other Utilities= |
Revision as of 13:57, 9 May 2017
Internal
- Linux Runtime Information
- https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation
- https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Cpuinfo
CPU Runtime Statistics
User time: vmstat us
Kernel time: vmstat sy
Idle time: vmstat id
Time waiting for IO: vmstat wa
Stolen time: vmstat st
Other Utilities
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