1831137 Members
2616 Online
110020 Solutions
New Discussion

Hyper-threading

 
SOLVED
Go to solution
Grio
Occasional Contributor

Hyper-threading

OS: SLES 9 running on a DL585
the OS is correctly showing it has 8 cpus.
but
hpasmcli -s "show ht"
Processor hyper-threading is currently disabled.

the question is will i gain anything by enabling HT?

thanks
2 REPLIES 2
Stuart Browne
Honored Contributor
Solution

Re: Hyper-threading

You're using AMD Opteron processors, in a 585 chassis. The chassis can only have 4 physical processors, so the dual-core enabled processors are already showing as fully enabled.

'Hyper-threading' is an Intel mechanism introduced in the P4 era (later included in the Xeon series) as a prelude to 'multi-core' processors. Now it's just a dual-core/quad-core processor, instead of 'Hyper-trheading'.

Yes, there are differences between multi-core and hyper-threading, but the Linux OS treats them (at the user level at least) as separate processors.
One long-haired git at your service...
Grio
Occasional Contributor

Re: Hyper-threading

thanks