SysPeek is a system monitor indicator that displays CPU usage memory usage, swap usage, disk usage and network traffic.
The indicator icon displays the CPU usage.
0% | 10% | 20% | 30% | 40% | 50% | 60% | 70% | 80% | 90% | 100% |
The menu provides quick access to the system monitor and displays CPU usage memory usage, swap usage, disk usage and network traffic
SysPeek can be configured through the preferences dialog.
- Update interval
- Display average load
- Display load for each core
- Update interval
- Display memory usage
- Display Swap usage
- Update interval
- Add/remove disks
- Update interval
- Display network speed
- Display total traffic
SysPeek can be installed on Ubuntu through the SysPeek PPA.
Add the PPA:
sudo add-apt-repository ppa:vicox/syspeek
sudo apt update
Install SysPeek:
sudo apt install syspeek
You can download the latest version from the release page and install it with the setup file.
Install dependencies:
sudo apt install python3-setuptools
Run setup:
./setup.py install