Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antonblanchard/cpuviz

Visualise CPU usage
https://github.com/antonblanchard/cpuviz

Last synced: 25 days ago
JSON representation

Visualise CPU usage

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
```