Foxconn M / B ve 4GB G-Skill belleğe sahip Athlon II X2 Regor proc'u aldım.
Bunun sonuna 'cat / proc / cpuinfo' ve 'free' koyuyorum, böylece diğerleri benim özelliklerimi görebilir. 4GB RAM'e sahip çift çekirdekli Athlon II x2.
uname -a on default slackware 14.0 kernel is 3.2.45.
Bir sonraki adım olan çekirdek kaynağını (linux-3.2.46) / archive4'e indirdim;
çıkardı ( tar -xjvf linux-3.2.46.tar.bz2
);
dizine cd'lendi ( cd linux-3.2.46
);
ve varsayılan çekirdeğin yapılandırmasını ( cp /usr/src/linux/.config .
) üzerine kopyaladı ;
make oldconfig
3.2.46 çekirdek yapılandırmasını hazırlamak için kullanılır ;
sonra -jX'in çeşitli büyüleriyle make çalıştırdı.
Her çalışmanın zamanlamasını zaman komutundan sonra make komutu vererek test ettim, örneğin 'time make -j2'. Her çalıştırma arasında linux-3.2.46 ağacını 'rm -rf' ve yeniden çıkardım, varsayılan /usr/src/linux/.config dizinine kopyaladım, make oldconfig çalıştırdım ve sonra 'make -jX' testimi tekrar yaptım .
sade "marka":
real 51m47.510s
user 47m52.228s
sys 3m44.985s
bob@Moses:/archive4/linux-3.2.46$
yukarıdaki gibi ancak -j2 ile
real 27m3.194s
user 48m5.135s
sys 3m39.431s
bob@Moses:/archive4/linux-3.2.46$
yukarıdaki gibi ancak -j3 ile
real 27m30.203s
user 48m43.821s
sys 3m42.309s
bob@Moses:/archive4/linux-3.2.46$
yukarıdaki gibi ancak -j4 ile
real 27m32.023s
user 49m18.328s
sys 3m43.765s
bob@Moses:/archive4/linux-3.2.46$
yukarıdaki gibi ancak -j8 ile
real 28m28.112s
user 50m34.445s
sys 3m49.877s
bob@Moses:/archive4/linux-3.2.46$
'cat / proc / cpuinfo' verimi:
bob@Moses:/archive4$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 6
model name : AMD Athlon(tm) II X2 270 Processor
stepping : 3
microcode : 0x10000c8
cpu MHz : 3399.957
cache size : 1024 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 : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmo
v pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rd
tscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid pni monitor cx16 p
opcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowpre
fetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save
bogomips : 6799.91
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate
processor : 1
vendor_id : AuthenticAMD
cpu family : 16
model : 6
model name : AMD Athlon(tm) II X2 270 Processor
stepping : 3
microcode : 0x10000c8
cpu MHz : 3399.957
cache size : 1024 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 : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmo
v pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rd
tscp lm 3dnowext 3dnow constant_tsc nonstop_tsc extd_apicid pni monitor cx16 p
opcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowpre
fetch osvw ibs skinit wdt npt lbrv svm_lock nrip_save
bogomips : 6799.94
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate
'ücretsiz' verim:
bob@Moses:/archive4$ free
total used free shared buffers cached
Mem: 3991304 3834564 156740 0 519220 2515308
make `nproc`
CPU'dan bağımsız komut dosyası yapmak için kullanabilirsiniz :)