workhorsy / py-cpuinfo

A module for getting CPU info with pure Python
MIT License
310 stars 59 forks source link

Missing data on Ryzen CPUs #115

Closed workhorsy closed 5 years ago

workhorsy commented 5 years ago

Looks like it is missing the CPU Hz, Family, Stepping, and Model.

It needs to parse CPU strings that donl't have @ or Hz

AMD Ryzen 7 2700X Eight-Core Processor
AMD Ryzen 7 2700X Eight-Core Processor          (3693.15-MHz K8-class CPU)
Intel(R) Pentium(R) CPU G640 @ 2.80GHz (family: 0x6, model: 0x2a, stepping: 0x7)

TrueOS 18 system_info.txt

workhorsy commented 5 years ago

open indiana system_info_openindiana.txt

workhorsy commented 5 years ago

OS X 10.14 system_info_osx_10_14.txt

workhorsy commented 5 years ago

Fixed in #121