为星号选择CPU类型以安装正确的FAX版本



(与这个问题相关,但不完全相同)

为了安装FAX,我需要选择我的cpu类型。我有以下选项:

    巴塞罗那
  • nocona
  • core2
  • 皓龙处理器
  • opteron_sse3

我猜这指的是GCC标志CPU_TYPE。我的系统给了我这个:

root@host1:~# lscpu 
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
CPU(s):                4
Thread(s) per core:    1
Core(s) per socket:    4
CPU socket(s):         1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 26
Stepping:              5
CPU MHz:               2132.901
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              4096K
root@host1:~# cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 26
model name      : Intel(R) Xeon(R) CPU           E5506  @ 2.13GHz
stepping        : 5
cpu MHz         : 2132.901
cache size      : 4096 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 4
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 11
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 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpid
bogomips        : 4265.80
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:
...

(In all 4 cores)

但是我没有看到任何关于barcelona/opteron/...的参考。我怎样才能知道我的CPU_TYPE是什么?

那一个cpu

http://ark.intel.com/products/37096/Intel-Xeon-Processor-E5506-4M-Cache-2_13-GHz-4_80-GTs-Intel-QPI

不确定它是否仍然有效(旧项目),但对于特定于Asterisk的这种情况,您可以使用benchfax测试每个体系结构并找出哪个最有效。从http://downloads.digium.com/pub/telephony/fax/benchfax/

获取

这个README有更多的信息

最新更新