Skip to content

An attempt to implement the Sysinternals coreinfo tool in managed code (with loads of P/Invoke of course)

License

Notifications You must be signed in to change notification settings

cklutz/mcoreinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcoreinfo

An attempt to implement Sysinternals coreinfo tool in managed code (with loads of P/Invoke of course)

Current status

Supports the following (in terms of "coreinfo.exe"):

  • CPUID/Capabilities
  • "Logical to Physical processor Map"
  • "Logical Processor to Socket Map"
  • "Logical Processor to NUMA Map"
  • "Logical Processor to Cache Map"
  • "Logical Processor to Group Map"

Open:

  • "Approximate Cross-NUMA Node Access Cost (relative to fastest)" on NUMA sytems.
    • Currently, reading APIC SLIT and SRAT tables.

About

An attempt to implement the Sysinternals coreinfo tool in managed code (with loads of P/Invoke of course)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages