今天碰到这个情况,我的一个同事机器出了问题,突然我就问他,你的机器是64位的吗,他也给我问懵了,我也不知道阿,我们整天就从来没关心过这个问题
,后来我们查了撞机资料没看到介绍,回到家突然之间我就想到了,不就是要了解CPU的情况吗。
其实一个命令就解决了,
more /proc/cpuinfo //这是我机器的情况,一目了然
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 104
model name : AMD Turion(tm) 64 X2 Mobile Technology TL-56
stepping : 1
cpu MHz : 1600.000
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dno
wext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowpref
etch
bogomips : 3199.72
TLB size : 1024 4K pages
clflush size : 64
但也有好多机器是64位的但装的32位的操作系统,我想这个只能用这个命令查看了:
umane -a
Linux 172.0.1.1 ubuntu 2.6.24-19-generic #1 SMP Fri Jul 11 21:01:46 UTC 2008 x86_64 GNU/Linux
一般64的系统都会带有X86_64 ,而32位的都不带,一般是i386或者i686等。
阅读(2083) | 评论(0) | 转发(0) |