Jameer Posted May 2, 2013 Report post Posted May 2, 2013 Hi All, I need to generate the processor report with below parameters 1. Number of cores for per processor 2. Processor type 3. Processor Family I tried to find that parameter in view v_GS_PROCESSOR but view does not have information related to number of processor Core. Processor type is in numeric using that number I am not able to indentify the processor type and processor family. Regards Jameer Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted May 4, 2013 Report post Posted May 4, 2013 The information that you are looking for is not collected by CM07 by default. You will need to collect this data first before you can write the report. Quote Share this post Link to post Share on other sites More sharing options...
Jameer Posted May 9, 2013 Report post Posted May 9, 2013 Hi Garth, Thanks for information. In v_GS_PROCESSOR view there is one column available as family0 and it contains the integer value like 2,12,179. I guess there is mapping between the integer value and processor familiy. Please help me to findout that mapping. Also in same view we have column ProcessorType0, it also contain the integer values. It would be helpful if I found the integer value and mapping. Regards Jameer Regards Jameer Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted May 9, 2013 Report post Posted May 9, 2013 Everything you are looking for can be found within the MSDN class details. http://msdn.microsoft.com/en-us/library/windows/desktop/aa394373(v=vs.85).aspx 1 Quote Share this post Link to post Share on other sites More sharing options...
Jameer Posted May 10, 2013 Report post Posted May 10, 2013 Thanks Garth, For needful information. Regards Jameer Quote Share this post Link to post Share on other sites More sharing options...