close
if in Linux 
cat /proc/cpuinfo
 

cat /proc/cpuinfo 
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model : 15
model name    : Intel(R) Core(TM)2 Duo CPU     T7250  @ 2.00GHz
stepping    : 13
cpu MHz : 1200.000
cache size    : 2048 KB
physical id    : 0
siblings    : 2
core id : 0
cpu cores    : 2
apicid : 0
initial apicid    : 0
fdiv_bug    : no
hlt_bug : no
f00f_bug    : no
coma_bug    : no
fpu : yes
fpu_exception    : yes
cpuid level    : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida tpr_shadow vnmi flexpriority
bogomips    : 3990.40
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 1
vendor_id    : GenuineIntel
cpu family    : 6
model : 15
model name    : Intel(R) Core(TM)2 Duo CPU     T7250  @ 2.00GHz
stepping    : 13
cpu MHz : 1200.000
cache size    : 2048 KB
physical id    : 0
siblings    : 2
core id : 1
cpu cores    : 2
apicid : 1
initial apicid    : 1
fdiv_bug    : no
hlt_bug : no
f00f_bug    : no
coma_bug    : no
fpu : yes
fpu_exception    : yes
cpuid level    : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida tpr_shadow vnmi flexpriority
bogomips    : 3989.82
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:
in FreeBSD

$grep -i cpu /var/run/dmesg.boot
CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2813.54-MHz 686-class CPU)
  Logical CPUs per core: 2
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP/HT): APIC ID:  1
cpu0: on acpi0
p4tcc0: on cpu0
cpu1: on acpi0
p4tcc1: on cpu1
SMP: AP CPU #1 Launched!or

$sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'
hw.machine: i386
hw.model: Intel(R) Pentium(R) 4 CPU 2.80GHz
hw.ncpu: 2
hw.machine_arch: i386
 


 
arrow
arrow
    全站熱搜

    peicheng 發表在 痞客邦 留言(0) 人氣()