# Monitoring Track resource utilization over time. **BE MINDFUL OF RUNNING THIS. IT CAN CAUSE PROBLEMS WITH DISK IOPS AND RAM USAGE. BEST ONLY USED IF NEEDED OR YOU'RE TROUBLESHOOTING. If you would like to monitor CPU temperatures, we recommend installing [ArmbianMonitor](armbianmonitor.md).** ## cadvisor [cadvisor (link)](https://github.com/google/cadvisor) has been recommended for monitoring Docker container resource usage. Could be useful. Untested by the Author. ## Munin Simple, efficient, old school, well supported. Start here. Further reading : [http://munin-monitoring.org/](http://munin-monitoring.org/) ### Install ``` bash apt update apt install munin munin-node \ munin-plugins-core munin-plugins-extra \ libcgi-fast-perl systemctl enable munin-node systemctl restart munin-node ``` ### Serving Output Via Caddy ``` bash cat > /etc/caddy/services/munin.conf <