CPUID from Intel Processors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freefall
    New Member
    • Mar 2008
    • 2

    CPUID from Intel Processors

    Does anyone know of a Python way to get the CPUID data from a windows platform or how to:

    Determine if the processor supports Hyperthreading
    Number of logical processors per physical CPU
    How to Retrieve the Processor APIC ID
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    Python supports C extensions (Google 'Python C API') and I'm sure C can do this somehow.

    Comment

    Working...