Linux CPU Info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→top) |
||
Line 31: | Line 31: | ||
=top= | =top= | ||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[top]] | |||
</blockquote> | |||
top | |||
</ | |||
=proc cpuinfo= | =proc cpuinfo= |
Revision as of 14:51, 27 July 2016
Internal
- Linux#Getting_Runtime_Information
- https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation
- 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
vmstat
vmstat 1
top
proc cpuinfo
cat /proc/cpuinfo
For more details see https://home.feodorov.com:9443/wiki/Wiki.jsp?page=Cpuinfo.