An open API service indexing awesome lists of open source software.

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

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

![example.png](example.png)

# Installation
Doesn't require any additional package

To run it outside the repository's directory, copy the executable in "/usr/local/bin"

```commandline
sudo cp ./cpustat /usr/local/bin
```