Linux CPU Info: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* [[Linux#Getting_Runtime_Information]]
* [[Linux#Getting_Runtime_Information]]
* https://home.feodorov.com:9443/wiki/Wiki.jsp?page=LinuxProcessInformation
* 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?=
=64 bit or 32 bit?=

Revision as of 05:26, 5 January 2016

Internal

64 bit or 32 bit?

uname -a
grep flags /proc/cpuinfo

lm

long mode - 64 bits

protected mode

32 bits

vmstat

vmstat 1

top

Run "top" in batch mode, just one iteration:

top -b -n 1

proc cpuinfo

cat /proc/cpuinfo 

For more details see Linux cpuinfo.