https://github.com/ryzeon-dev/cpustat
Relevant info about the processor
https://github.com/ryzeon-dev/cpustat
Last synced: 2 months ago
JSON representation
Relevant info about the processor
- Host: GitHub
- URL: https://github.com/ryzeon-dev/cpustat
- Owner: ryzeon-dev
- Created: 2023-08-06T14:27:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-06T14:28:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T15:47:17.332Z (4 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpustat
Shows relevant info about the processor
- model name
- number of cores
- number of threads
- minimum frequency
- maximum frequency
- boost frequency status (if available)
- average usage @ average current frequency
- usage @ current frequency for each thread
# Installation
Doesn't require any additional packageTo run it outside the repository's directory, copy the executable in "/usr/local/bin"
```commandline
sudo cp ./cpustat /usr/local/bin
```