Mostafa Rady
Mostafa Rady

Reputation: 1

Determine bandwidth in GCP virtual machine

I started a machine on Google Cloud Platform. One month ago. How can I determine the cloud traffic bandwidth and number of VM hits in Google Compute Engine?

Upvotes: 0

Views: 962

Answers (1)

tazer84
tazer84

Reputation: 1823

If you click on the individual VM's, theirs a monitoring tab that will show you network data up to a 30-day window.

If you want to view multiple VMs at once, you have two choices:

  1. use Stackdriver via a monitoring application like Grafana or New Relic
  2. export compute engine daily usage statistics (Compute Engine -> Settings) and parse them yourself or with another application (like Cloud Health)

Upvotes: 1

Related Questions