Kernel performance measurement
To assess the effects of Hyper-Threading on the Linux kernel, we
measured the performance of kernel benchmarks on a system containing
the Intel Xeon processor with HT. The hardware was a single-CPU, 1.6
GHz Xeon MP processor with SMT, 2.5 GB of RAM, and two 9.2 GB SCSI disk
drives. The kernel under measurement was stock version 2.4.19
configured and built with SMP enabled. The kernel Hyper-Threading
support was specified by the boot option acpismp=force
for Hyper-Threading and noht
for no
Hyper-Threading. The existence of Hyper-Threading support can be seen by
using the command cat /proc/cpuinfo
to show the presence of two
processors, processor 0 and processor 1. Note the ht
flag in Listing 1 for CPUs 0 and 1. In
the case of no Hyper-Threading support, the data will be displayed for
processor 0 only.
|
View Hyper-Threading Speeds Linux Discussion
Page: 1 2 3 4 5 6 7 8 9 10 Next Page: Linux kernel benchmarks