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

https://github.com/walles/bubblemon

System load visualization for human beings
https://github.com/walles/bubblemon

cpu desktop io memory monitor visualization

Last synced: 25 days ago
JSON representation

System load visualization for human beings

Awesome Lists containing this project

README

          

Bubblemon visualizes CPU + memory + IO load + battery charge as a bubbling
liquid.

![](pixmaps/macbookpro-with-bubblemon.png)

# Legend

The **water level** indicates how much RAM memory is in use.

The **color of the liquid** indicates how much swap space is used, between
**blue (none)** and **red (all)**.

The **amount of bubbles** reflects the CPU load. Bubbles **in the middle only**
means only one core is doing work. Bubbles **across the whole width** means all
cores are busy.

A **reed-like graph** shows IO load.

**Fog** means your battery is running low.

# Installing

```sh
curl https://raw.githubusercontent.com/walles/bubblemon/master/osx/install.sh | bash
```

# Developing

Go [here](https://github.com/walles/bubblemon/blob/master/osx/README.md) for
development instructions for macOS.