Skip to content

perfmon

This is a very simple performance monitor script written in Python. It monitors only some basic metrics, so it's not suitable for production use.

Tested on Debian 12 (bookworm) with Python 3 and package versions as in requirements.txt.

Bash
1
2
3
sudo PERFMON_RESTART=when-changed bash install.sh -rmainuser -- --disk-free-mb=2048

sudo systemctl status perfmon

For more details on how to use this script, you can also refer to its help message (--help).