imsngn / i7z

Automatically exported from code.google.com/p/i7z
GNU General Public License v2.0
0 stars 0 forks source link

i7z GUI mode displays only 2 CPUs/sockets on 4-CPU/socket systems #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On every 4-socket Xeon (E7) server I tested (Dell R910, Dell R820, 
HP DL580, Cisco C420 M3, IBM x3850) i7z correctly detects 4 CPUs,
however the monitoring display shows only 2 CPUs. Screen shot 
attached.
Thx,
dk

Original issue reported on code.google.com by dan.ko...@gmail.com on 14 Aug 2013 at 11:31

Attachments:

GoogleCodeExporter commented 9 years ago
this is becoming more important in priority and there is no other tool i can 
find to sort this out. How can we raise priority?

Original comment by ziad.a...@gmail.com on 21 Aug 2013 at 3:31

GoogleCodeExporter commented 9 years ago
hi dan and ziad

i will try to fix it in the next week or two.

one thing that can be a substitute (for the time being) is to use two instances 
of the tool and pass the processor number as an argument

Specifying a particular socket to print: ./i7z --socket0 X where X = 0, 1...
In order to print to a second socket use: ./i7z --socket1 X where X = 0, 1...

so the first instance may be something like ./i7z --socket0 0 --socket1 1
and the other one ./i7z --socket0 2 --socket1 3

Original comment by abhirana on 25 Aug 2013 at 6:57