A lightweight Linux system resource monitor for tracking browser memory and CPU usage.
- Real-time memory (Total, Available, Used) with a visual bar
- CPU usage monitoring with a visual bar
- Track multiple browsers simultaneously (Firefox, Chrome, Brave, etc.)
- Add custom browsers not in the default list
- Lightweight (~4.5 MB RAM)
- CPU: ~8% of one core
git clone https://github.com/tomasteixeira07/Monitor.git
cd Monitor
make
./monitor- Linux with
/procfilesystem - ncurses development libraries
- C++11 or later
sudo apt install libncurses-dev g++./monitorSelect browsers to monitor (0-3), press '.' to exit. Optionally add custom ones. Then press 'q' to exit.
make # Compile with optimizations
make clean # Remove binary