Hi, I'm hoping someone can answer this quick for me...i've tried searching here and googling, but my brain is fried so i may be wording the search wrong.
I'm working a server at work, it has 4 Xeons with HT enabled. we're getting a ton of parallelism locks in sql server, and i suspect the problem could be HT.
i'm testing a few different things (short of turning off HT, which requires the netadmin's help), but i can't figure out how to determine what order the logical CPUs are being seen in windows.
is there a simple way to find out which of these setups are being used?
setup 1:
Physical -> Logical
0 -> 0
0 -> 1
1 -> 2
1 -> 3
2 -> 4
2 -> 5
3 -> 6
3 -> 7
setup 2:
0 -> 0
1 -> 1
2 -> 2
3 -> 3
0 -> 4
1 -> 5
2 -> 6
3 -> 7
please help!!!
tia
dennis
I'm working a server at work, it has 4 Xeons with HT enabled. we're getting a ton of parallelism locks in sql server, and i suspect the problem could be HT.
i'm testing a few different things (short of turning off HT, which requires the netadmin's help), but i can't figure out how to determine what order the logical CPUs are being seen in windows.
is there a simple way to find out which of these setups are being used?
setup 1:
Physical -> Logical
0 -> 0
0 -> 1
1 -> 2
1 -> 3
2 -> 4
2 -> 5
3 -> 6
3 -> 7
setup 2:
0 -> 0
1 -> 1
2 -> 2
3 -> 3
0 -> 4
1 -> 5
2 -> 6
3 -> 7
please help!!!
tia
dennis