Ich frage mich gerade beim Selbstkompilieren meines Kernels welche Prozessorarchitektur ich nehmen soll... Kann mir da jemand helfen?
Code: Alles auswählen
Mobile:/# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2250 @ 1.73GHz
stepping : 8
cpu MHz : 1729.221
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor est tm2 xtpr
bogomips : 3462.82
clflush size : 64
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2250 @ 1.73GHz
stepping : 8
cpu MHz : 1729.221
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor est tm2 xtpr
bogomips : 3458.16
clflush size : 64
Außerdem frage ich mich was die beste Einstellung für die Timer frequency ist. Im gentoo Wiki habe ich folgendes gefunden:
Code: Alles auswählen
Timer frequency --->
( ) 100 HZ
Typische Einstellung für Server, SMP und NUMA. Systeme mit vielen Prozessoren können eine niedrigere Performance bei vielen Timer Interrupts zeigen.
( ) 250 HZ
Empfehlenswert für Server, kann auch bei SMP- und NUMA-System eine gute Einstellung sein.
( ) 300 HZ
300 Hz ist ein guter Kompromiss zwischen Server-Performace und einer guten interaktiven Reaktivität auf SMP und NUMA Systemen und eine exakte Teilung der PAL und NTSC Frameraten für Video und Multimedia Arbeit.
(X) 1000 HZ
Empfehlenswert für Desktopsysteme und andere, welche ein schnelles interaktives Ansprechverhalten auf Events benötigen. Als Beispiel seien hier ebenfalls Game-Server aufgezählt.
Gruß
seels