Is there anywhere to check the total bandwidth usage, or usage over a particular period of time of a particular droplet?
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.
I don’t think the graphs actually give you any “total” figures do they?
You could build your own checker with cURL <br> <br>Steps: <br> <br>1 - Access this website. <br>2 - Log in the system. <br>3 - Access the area you want <br>4 - Transform data to json and send to a DB or a json handler server <br>5 - Check this every hour or so…
Unfortunately we currently do not offer bandwidth stats via the API. See <a href=“https://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/4325151-expose-graph-data-through-api”>https://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/4325151-expose-graph-data-through-api</a>
I have seen that, I should have been more specific. Is there any way to get this programatically through the API so that it doesn’t have to be checked manually each time?
Have you seen <a href=“https://www.digitalocean.com/blog_posts/announcing-digitalocean-graphs”>Announcing DigitalOcean Graphs!</a>?