ฉันเพิ่งได้รับ Athlon II X2 Regor proc พร้อม Foxconn M / B และหน่วยความจำ G-Skill 4GB
ฉันใส่ 'cat / proc / cpuinfo' และ 'free' ไว้ท้ายสิ่งนี้เพื่อให้คนอื่นเห็นสเป็คของฉัน เป็น Dual Core Athlon II x2 พร้อม RAM 4GB
uname -a on default slackware 14.0 kernel is 3.2.45.
ฉันดาวน์โหลดแหล่งเคอร์เนลขั้นตอนต่อไป (linux-3.2.46) ไปที่ / archive4;
สกัดมัน ( tar -xjvf linux-3.2.46.tar.bz2
);
cd ลงในไดเร็กทอรี ( cd linux-3.2.46
);
และคัดลอก config ของเคอร์เนลดีฟอลต์ over ( cp /usr/src/linux/.config .
);
ใช้make oldconfig
ในการเตรียมการกำหนดค่าเคอร์เนล 3.2.46;
จากนั้นก็วิ่งด้วยคาถาต่างๆของ -jX
ฉันทดสอบการกำหนดเวลาของแต่ละรันโดยออก make หลังคำสั่ง time เช่น 'time make -j2' ระหว่างการรันแต่ละครั้งฉัน 'rm -rf' กับ linux-3.2.46 ทรีและดึงกลับใหม่คัดลอก /usr/src/linux/.config เริ่มต้นลงในไดเร็กทอรีรันสร้าง oldconfig จากนั้นทำการทดสอบ 'make -jX' อีกครั้ง .
"make" ธรรมดา:
real 51m47.510s
user 47m52.228s
sys 3m44.985s
bob@Moses:/archive4/linux-3.2.46$
ข้างต้น แต่มีการสร้าง -j2
real 27m3.194s
user 48m5.135s
sys 3m39.431s
bob@Moses:/archive4/linux-3.2.46$
ข้างต้น แต่มีการสร้าง -j3
real 27m30.203s
user 48m43.821s
sys 3m42.309s
bob@Moses:/archive4/linux-3.2.46$
ข้างต้น แต่มีการสร้าง -j4
real 27m32.023s
user 49m18.328s
sys 3m43.765s
bob@Moses:/archive4/linux-3.2.46$
ข้างต้น แต่มีการสร้าง -j8
real 28m28.112s
user 50m34.445s
sys 3m49.877s
bob@Moses:/archive4/linux-3.2.46$
'cat / proc / cpuinfo' ให้ผลตอบแทน:
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
ผลตอบแทน 'ฟรี':
bob@Moses:/archive4$ free
total used free shared buffers cached
Mem: 3991304 3834564 156740 0 519220 2515308
make `nproc`
เพื่อสร้างสคริปต์ที่เป็นอิสระของ CPU ได้ :)