# 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.** ## 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 vim /etc/munin/munin.conf vim /etc/munin/munin-node.conf vim /etc/munin/plugin-conf.d/* munin-node-configure --suggest 2>&1 | less munin-node-configure --shell 2>&1 | less systemcl restart munin-node systemctl enable munin-node ``` ### Serving Output Via Caddy ``` bash cat > /etc/caddy/services/munin.conf <