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
- Host: GitHub
- URL: https://github.com/walles/bubblemon
- Owner: walles
- License: other
- Created: 2014-10-06T07:02:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T18:37:14.000Z (over 2 years ago)
- Last Synced: 2024-11-07T17:48:00.330Z (about 1 year ago)
- Topics: cpu, desktop, io, memory, monitor, visualization
- Language: M4
- Homepage: http://walles.github.io/bubblemon/
- Size: 62 MB
- Stars: 29
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Bubblemon visualizes CPU + memory + IO load + battery charge as a bubbling
liquid.

# 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.