Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Hyperthreading

Author  Topic 

DBKing
Starting Member

8 Posts

Posted - 2006-03-01 : 07:31:34
Hi

How can you identify if a windows machine is running hyperthreaded processors ?

Regards

JoeNak
Constraint Violating Yak Guru

292 Posts

Posted - 2006-03-01 : 08:15:47
Task manager will actually show them as seperate processors.
Go to Top of Page

DBKing
Starting Member

8 Posts

Posted - 2006-03-01 : 08:38:29
I would like to know how many physical processors are on the box. Task manager will only show the logical processor usage.
Go to Top of Page

DBKing
Starting Member

8 Posts

Posted - 2006-03-01 : 09:12:37
Sorted: http://www.intel.com/cd/ids/developer/asmo-na/eng/microprocessors/ia32/pentium4/hyperthreading/19122.htm
Go to Top of Page

schuhtl
Posting Yak Master

102 Posts

Posted - 2006-03-01 : 10:09:53
Several weeks ago we had Microsoft at our company doing a SQL Server Health Check. They came in and collected a ton of data on our servers and spent several days analyzing the data. They gave us 30 page report per server of what they found good and bad. What I found very interesting is what they had to say about hyper-threading. Here are their comments:

Hyper-threading enabled on Windows 2000 server
Issue Urgency: Best Practice
Description:
Hyper-threading is enabled on processors on a server running Windows
2000. Intel does not recommend enabling hyper-threading on Windows
2000 servers.
Risk:
Windows 2000 is likely to schedule unrelated threads on the same
processor, not allowing it to leverage the registers and share information, and increasing the cost of atomic actions. The lack of efficient load balancing on Windows 2000 impacts optimal performance on hyperthreaded processors.
Recommendation:
Disable hyper-threading in the system BIOS setup program. For Intel’s
recommended operating systems, see
http://www.intel.com/support/processors/pentium4/sb/CS-017371.htm
For more information on how the lack of efficient load balancing can
impact hyper-threaded processors, see:
http://www.intel.com/cd/ids/developer/asmona/eng/dc/threading/hyperthreading/20477.htm
Go to Top of Page

JoeNak
Constraint Violating Yak Guru

292 Posts

Posted - 2006-03-01 : 10:11:58
This is really a SQL Server forum, not really the best place for hardware questions.

Try this...
http://support.intel.com/support/processors/tools/piu/
Go to Top of Page
   

- Advertisement -