Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonblanchard/cpuviz
Visualise CPU usage
https://github.com/antonblanchard/cpuviz
Last synced: 25 days ago
JSON representation
Visualise CPU usage
- Host: GitHub
- URL: https://github.com/antonblanchard/cpuviz
- Owner: antonblanchard
- License: gpl-3.0
- Created: 2020-07-07T01:48:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T01:14:07.000Z (about 4 years ago)
- Last Synced: 2023-08-02T01:39:00.645Z (over 1 year ago)
- Language: C++
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpuviz
A simple QT program that visualizes the CPU usage of every CPU in a Linux
system.## Building
```
qmake-qt5 cpuviz.pro
make
```## Running
cpuviz takes two arguments, the width and height of the array of CPUs.
For example, when running on a 1536 way POWER9 we can break it down into a
48x32 array:```
./cpuviz 48 32
```