How to setup monitoring utilization metrics on a disk volume like you can with a Droplets. For example Disk Utilization.
Where can I see the utilization metrics for my Droplet?
I’m using my volume attached to a Droplet.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I think that you actually can monitor disk usage for attached volumes right from the DigitalOcean dashboard, it’s shown as part of the overall “Disk Usage” under the Monitoring tab. It combines both your Droplet’s root disk and any attached block storage volumes into a single metric:
That said, if you need more detailed breakdowns (like usage per volume), you’ll want to SSH into the Droplet and run
df -h
or use a tool like Netdata or Prometheus.But for general usage tracking and alerts, the built-in monitoring has you covered.
- Bobby