Monitor your Vultr VX1™ Cloud Compute instance using the Customer Portal or API to track performance, bandwidth, and real-time resource utilization.
Monitoring a VX1™ Cloud Compute instance helps you track its performance, health, and resource utilization. It provides detailed insights into metrics such as vCPU usage, disk operations, and bandwidth consumption, allowing you to analyze trends and optimize your instance’s performance.
Follow this guide to monitor a Vultr VX1™ Cloud Compute instance using the Vultr Customer Portal or API.
Send a GET request to the List Instances endpoint and note your target instance's ID.
$ curl "https://api.vultr.com/v2/instances" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
Send a GET request to the Instance Bandwidth endpoint to fetch the instance's bandwidth usage statistics.
$ curl "https://api.vultr.com/v2/instances/6616e66d-38a0-4a55-8283-1f9d85ea5467/bandwidth" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"