Eric Bishop
2007-Jan-05 01:48 UTC
[asterisk-users] Which g729 module for HP DL 360 G3 (Xeon CPU's)?
I am running a HP DL360 G3 ans want to know the optimal g729 module for it. There don't seem to be any optimised for Xeon's. I am currently using i686, but is there a better one to match my Xeon CPU's? [root@pbx ~]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 7 cpu MHz : 2799.656 cache size : 512 KB physical id : 3 siblings : 1 core id : 3 cpu cores : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr bogomips : 5602.71 processor : 1 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping : 9 cpu MHz : 2799.656 cache size : 512 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr bogomips : 5597.58 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070105/3a2d54d9/attachment.htm
Kevin P. Fleming
2007-Jan-05 07:41 UTC
[asterisk-users] Which g729 module for HP DL 360 G3 (Xeon CPU's)?
Eric Bishop wrote:> I am running a HP DL360 G3 ans want to know the optimal g729 module for > it. There don't seem to be any optimised for Xeon's. I am currently > using i686, but is there a better one to match my Xeon CPU's?Xeon is not an architecture, it's a brand name. Various Xeons have been 'prescott', 'nocona', 'pentium4m' and others, and there are newer architectures that are not yet available as optimization targets in GCC. The best advice we can give you is to just try the various modules that seem appropriate for your system and determine which one gives you the best performance by testing with 'show translation recalc 60' on an idle system.