| Name: | python3-cpuinfo |
|---|---|
| Version: | 8.0.0 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 211232 |
| License: | MIT |
| RPM: | python3-cpuinfo-8.0.0-1.el9.noarch.rpm |
| Source RPM: | python-cpuinfo-8.0.0-1.el9.src.rpm |
| Build Date: | Thu Feb 03 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/workhorsy/py-cpuinfo |
| Summary: | Getting CPU info |
| Description: | Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without
any extra programs or libraries, beyond what your OS provides.
These approaches are used for getting info:
Windows Registry
/proc/cpuinfo
sysctl
dmesg
isainfo and psrinfo
Querying x86 CPUID register |