Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How do I find my outgoing bandwidth for a particular day?

How do I find my outgoing bandwidth for a particular day? I want to be able to compare one day with another.

Solved Solved
1 1 306
1 ACCEPTED SOLUTION

Hi @mark4,

Welcome to Google Cloud Community!

Method 1: Google Cloud Console:

  • Go to Monitoring and search for appengine.googleapis.com/system/network/sent_bytes_count.
  • Filter by desired date range to compare days visually or calculate differences manually.

Method 2: Stackdriver Logging:

  • Enable Stackdriver Logging and filter logs for appengine.googleapis.com/system/network/sent_bytes_count.
  • Further filter by date, instance, etc. for specific comparisons.
  • Analyze log entries to calculate and compare daily bandwidth manually.

Additional Options:

  • Billing History offers overall charges, but not daily breakdowns.
  • Command-line tools like gcloud enable automated data extraction and comparison.

View solution in original post

1 REPLY 1

Hi @mark4,

Welcome to Google Cloud Community!

Method 1: Google Cloud Console:

  • Go to Monitoring and search for appengine.googleapis.com/system/network/sent_bytes_count.
  • Filter by desired date range to compare days visually or calculate differences manually.

Method 2: Stackdriver Logging:

  • Enable Stackdriver Logging and filter logs for appengine.googleapis.com/system/network/sent_bytes_count.
  • Further filter by date, instance, etc. for specific comparisons.
  • Analyze log entries to calculate and compare daily bandwidth manually.

Additional Options:

  • Billing History offers overall charges, but not daily breakdowns.
  • Command-line tools like gcloud enable automated data extraction and comparison.