<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Programmatic access to CPU product specifications in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664779#M81522</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;JCarl.&lt;/P&gt;&lt;P&gt;Thank you for posting in our Community.&amp;nbsp;I&amp;nbsp;understand&amp;nbsp;your need for a more efficient way to access the processor specifications, including thermal design power (TDP), programmatically.&amp;nbsp;Currently, Intel does not offer a public API directly for accessing product specifications.&lt;/P&gt;&lt;P&gt;I see your inquiries and I'll get back to you as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Von M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Feb 2025 01:28:41 GMT</pubDate>
    <dc:creator>VonM_Intel</dc:creator>
    <dc:date>2025-02-11T01:28:41Z</dc:date>
    <item>
      <title>Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664630#M81502</link>
      <description>&lt;P&gt;Hi, we are developing a tool to estimate the power usage of processes and would therefor like to access information,&amp;nbsp;like thermal design power (TGP), of various processors that are getting used during runtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are aware, that the information can be found on &lt;A href="https://www.intel.com/content/www/us/en/ark.html," target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/ark.html,&lt;/A&gt; but we would need to fetch all entries manually. This comes with the downsides of not being able to regularly update information on new products and of course a lot of clicking around..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is there a way to fetch the product specifications programmatically?&lt;/P&gt;&lt;P&gt;To clarify: What I mean is an application programming interface (API) for the data. Or alternatively just a summary in a table / database-file / spreadsheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 12:35:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664630#M81502</guid>
      <dc:creator>JCarl</dc:creator>
      <dc:date>2025-02-10T12:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664633#M81503</link>
      <description>&lt;P&gt;Microsoft .NET includes a&amp;nbsp;System.Management Namespace that allows detailed access to the&amp;nbsp;Windows Management Instrumentation (WMI) infrastructure.&amp;nbsp;The Win32_Processor WMI class is one that is relevant here. You need a programming language that is able to access the properties of this class, see the Microsoft documentation on this &lt;A href="https://learn.microsoft.com/en-gb/windows/win32/cimwin32prov/win32-processor?redirectedfrom=MSDN#properties" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 13:25:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664633#M81503</guid>
      <dc:creator>pressed_for_time</dc:creator>
      <dc:date>2025-02-10T13:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664647#M81504</link>
      <description>&lt;P&gt;Thank you for your suggestion. It will however not work for the following reasons:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The application is OS agnostic&lt;/LI&gt;&lt;LI&gt;No root access is expected (i.e. computations are run on large servers with sparse access)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Fetching the actual power consumption or chip details from the OS (including Windows) will most likely not work. We do however have access to the model name upon which the computation is run. A comparison with specifications from the manufacturer would enable an estimation of the power consumption.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 14:13:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664647#M81504</guid>
      <dc:creator>JCarl</dc:creator>
      <dc:date>2025-02-10T14:13:37Z</dc:date>
    </item>
    <item>
      <title>Re:Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664779#M81522</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;JCarl.&lt;/P&gt;&lt;P&gt;Thank you for posting in our Community.&amp;nbsp;I&amp;nbsp;understand&amp;nbsp;your need for a more efficient way to access the processor specifications, including thermal design power (TDP), programmatically.&amp;nbsp;Currently, Intel does not offer a public API directly for accessing product specifications.&lt;/P&gt;&lt;P&gt;I see your inquiries and I'll get back to you as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Von M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Feb 2025 01:28:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1664779#M81522</guid>
      <dc:creator>VonM_Intel</dc:creator>
      <dc:date>2025-02-11T01:28:41Z</dc:date>
    </item>
    <item>
      <title>Re:Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1666076#M81653</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;JCarl.&lt;/P&gt;&lt;P&gt;Thank you for your patience.&amp;nbsp;Based on my checks,&amp;nbsp;you can try the &lt;A href="https://api-portal.intel.com/" rel="noopener noreferrer" target="_blank"&gt;Intel API Portal&lt;/A&gt;&amp;nbsp;where you'll find resources and information tailored to your needs. Alternatively,&amp;nbsp;the Intel Download Center offers various tools, such as &lt;STRONG&gt;IPDT&lt;/STRONG&gt;, &lt;STRONG&gt;SSU&lt;/STRONG&gt;, and &lt;STRONG&gt;XTU&lt;/STRONG&gt;, which might be helpful for gathering system information. You can also&amp;nbsp;use Task Manager, these built-in tools can provide valuable system details while the system is running. In line with the&amp;nbsp;systems you're using,&amp;nbsp;there should be command lines to get info from the system such as&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;cpuinfo&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;and other command lines. You can be placed in an automated shell script to be run at the start-up of the system and info can be saved to log file.&amp;nbsp;If you're familiar with &lt;STRONG&gt;PowerShell&lt;/STRONG&gt;, &lt;STRONG&gt;Bash&lt;/STRONG&gt;, or third-party applications, you can also use these methods to collect and save the system data.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need further assistance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Von M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Feb 2025 02:58:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1666076#M81653</guid>
      <dc:creator>VonM_Intel</dc:creator>
      <dc:date>2025-02-14T02:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1666221#M81668</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;As mentioned before, accessing the CPU details during runs requires admin-level access to the system, which is mostly not a given in our use cases. I will look into the API, but it seems to be quite minimal to me.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 10:09:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1666221#M81668</guid>
      <dc:creator>JCarl</dc:creator>
      <dc:date>2025-02-14T10:09:38Z</dc:date>
    </item>
    <item>
      <title>Re:Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1666739#M81721</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;JCarl.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I understand that accessing CPU details during runs requires admin-level access, which may not be feasible in your use cases. I appreciate your willingness to look into the API, even though it seems minimal. If there's anything else I can assist you with or if you have any other questions, please let me know.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Von M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Feb 2025 03:10:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1666739#M81721</guid>
      <dc:creator>VonM_Intel</dc:creator>
      <dc:date>2025-02-17T03:10:59Z</dc:date>
    </item>
    <item>
      <title>Re:Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1668161#M81840</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;JCarl.&lt;/P&gt;&lt;P&gt;Have you had a chance to review my previous response? Please let us know if you require any further assistance. I'm here to help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Von M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2025 05:27:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1668161#M81840</guid>
      <dc:creator>VonM_Intel</dc:creator>
      <dc:date>2025-02-20T05:27:34Z</dc:date>
    </item>
    <item>
      <title>Re:Programmatic access to CPU product specifications</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1669760#M81969</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;JCarl.&lt;/P&gt;&lt;P&gt;I have not heard back from you, I will close this inquiry now. If you need further assistance, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Von M.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2025 05:00:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Programmatic-access-to-CPU-product-specifications/m-p/1669760#M81969</guid>
      <dc:creator>VonM_Intel</dc:creator>
      <dc:date>2025-02-25T05:00:15Z</dc:date>
    </item>
  </channel>
</rss>

