I need to know if the server (motherboard) has more than one socket even if there is one CPU on it with the help of C#!
is there a way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should dig into WMI. Where is plenty of articles how to access and use WMI from .net. The only problem is to find right data table.
As it seems this is not an easy (if possible) task to get this kind of information. Most certanly you can’t get number of sockets if no CPU installed in all of the sockets. See this note on subject.