Jump to content


imperial07

Report for number of cores and physical processors per device

Recommended Posts

Looking for some help on this. I have written reports before in SCCM 2007, but the process is now completely different in 2012. So I am looking to generate a report that shows me both the number of physical processors and number of cores for those processors for all of the servers in a specific collection. Any help on how I could get this information would be great.

 

I have already seen this post (http://www.windows-noob.com/forums/index.php?/topic/11000-report-or-query-to-show-number-of-physical-processors/), which gets me some of the info, but I dont have all that I need. Plus I'm having a problem with this Report Builder method for doing this.

Share this post


Link to post
Share on other sites

I would always recommend to use BIDS or Visual Studio to create SSRS reports as they give so many options and flexible to write quires.

reg your query,both cores and processors information available from v_gs_processor.

try to use the SQL query given below to get number of cores and number of logical processors.

 

select fcm.Name,p.NumberOfCores0,p.NumberOfLogicalProcessors0 from v_GS_PROCESSOR P,v_FullCollectionMembership fcm
where fcm.ResourceID=p.ResourceID
and fcm.CollectionID='P0100772'

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.