Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to access monitoring data from your Cloud Storage
buckets, including request rates and bandwidth usage. For information about
monitoring in Cloud Storage and what metrics to use to find the data you
want, see Overview of monitoring or
Overview of bandwidth usage monitoring.
Monitor bucket data for individual buckets
In the Google Cloud console, go to the Cloud Storage Buckets page.
You can view egress bandwidth usage for your project's buckets using the
Quotas and system limits page with the appropriate metric. For
information about bandwidth monitoring metrics and what data they return,
see Bandwidth monitoring metrics.
For information on programmatically retrieving time series information
for non dual-region quotas, see the ListTimeSeries command, using the
following values for filter:
For information on programmatically retrieving time series information for
dual-region quotas, see the ListTimeSeries command, using the
following values for filter:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Access monitoring data in Cloud Storage\n\nThis page describes how to access monitoring data from your Cloud Storage\nbuckets, including request rates and bandwidth usage. For information about\nmonitoring in Cloud Storage and what metrics to use to find the data you\nwant, see [Overview of monitoring](/storage/docs/monitoring) or\n[Overview of bandwidth usage monitoring](/storage/docs/bandwidth-usage).\n\nMonitor bucket data for individual buckets\n------------------------------------------\n\n1. In the Google Cloud console, go to the Cloud Storage **Buckets** page. \n\n [Go to Buckets](https://console.cloud.google.com/storage/browser)\n2. In the list of buckets, click the name of the bucket for which you want to\n see monitoring data.\n\n3. In the **Bucket details** page, click the **Observability** tab.\n\n Monitoring charts are displayed.\n\nMonitor bucket data for all buckets within a project\n----------------------------------------------------\n\n1. In the Google Cloud console, go to the Cloud Storage **Buckets** page. \n\n [Go to Buckets](https://console.cloud.google.com/storage/browser)\n2. In the **Cloud Storage** navigation pane, click **Monitoring**.\n\n Monitoring charts are displayed.\n\nThe **Monitoring** page can also be directly accessed using the following URL: \n\n```\nhttps://console.cloud.google.com/storage/monitoring?project=PROJECT_ID\n```\n\nWhere \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e is the ID of the project whose\nmetrics you want to monitor.\n\nMonitor bandwidth usage\n-----------------------\n\n### Before you begin\n\nIn order to track bandwidth monitoring:\n\n- You must have the [Cloud Storage service `storage.googleapis.com`](https://console.cloud.google.com/apis/library/storage.googleapis.com)\n enabled for your project.\n\n- The usage must be by Google Cloud resources other than Cloud Storage\n buckets.\n\n- If the bucket is located in a region, the usage must be by resources located\n in the same region.\n\n- If the bucket is located in a [dual-region](/storage/docs/locations#location-dr), the usage must be by\n resources located in either of the regions that makes up the dual-region.\n\n- The usage must be from either a [JSON API `GET Object`](/storage/docs/json_api/v1/objects/get) request or a\n [XML API `GET Object`](/storage/docs/xml-api/get-object-download) request.\n\nTo monitor bandwidth usage: \n\n### Console\n\nYou can view egress bandwidth usage for your project's buckets using the\n**Quotas and system limits** page with the appropriate metric. For\ninformation about bandwidth monitoring metrics and what data they return,\nsee [Bandwidth monitoring metrics](/storage/docs/bandwidth-usage#bandwidth-monitoring).\n\n[Open Cloud Storage Quotas and systems limits](https://console.cloud.google.com/iam-admin/quotas)\n\n- **Google Egress Bandwidth per second per region**\n\n- **Dualregion Google Egress Bandwidth per second per region per dualregion_location**\n\n- **MultiRegion Google Egress Bandwidth per second per region**\n\n- **Internet Egress Bandwidth per second per region**\n\n- **Dualregion Internet Egress Bandwidth per second per region per dualregion_location**\n\n- **Multiregion Internet Egress Bandwidth per second per region**\n\nYou can also view the Google egress bandwidth usage of buckets in your\nproject that are located in regions on the\n[Cloud Storage monitoring page](https://console.cloud.google.com/storage/monitoring).\n\nFor more information on\nviewing and managing quotas, see [View and manage quotas](/docs/quotas/view-manage).\n\n### Command line\n\n\n| **Preview**\n|\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\n\u003cbr /\u003e\n\n1. Use the following command to return Cloud Storage quota\n information for a project:\n\n ```\n gcloud alpha services quota list --service=storage.googleapis.com --consumer=projects/PROJECT_ID\n ```\n\n Where \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e is the project ID.\n2. In the YAML response, look for the following:\n\n - `storage.googleapis.com/google_egress_bandwidth`\n\n - `storage.googleapis.com/dualregion_google_egress_bandwidth`\n\n - `storage.googleapis.com/multiregion_google_egress_bandwidth`\n\n - `storage.googleapis.com/internet_egress_bandwidth`\n\n - `storage.googleapis.com/dualregion_internet_egress_bandwidth`\n\n - `storage.googleapis.com/multiregion_internet_egress_bandwidth`\n\n For information about bandwidth monitoring metrics and what data they\n represent, see [Bandwidth monitoring metrics](/storage/docs/bandwidth-usage#bandwidth-monitoring).\n\nFor more information, see\n[Manage your quota using the Google Cloud CLI](/docs/quotas/view-manage#managing_your_quota_gcloud).\n\n### JSON API\n\nFor information on programmatically retrieving time series information\nfor non dual-region quotas, see the [ListTimeSeries command](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list), using the\nfollowing values for `filter`:\n\n- `metric.type=\"serviceruntime.googleapis.com/quota/rate/net_usage\"`\n\n- `resource.type=\"consumer_quota\"`\n\n- One of the following:\n\n - `metric.label.quota_metric=\"storage.googleapis.com/google_egress_bandwidth\"`\n\n - `metric.label.quota_metric=\"storage.googleapis.com/internet_egress_bandwidth\"`\n\n - `metric.label.quota_metric=\"storage.googleapis.com/multiregion_google_egress_bandwidth\"`\n\n - `metric.label.quota_metric=\"storage.googleapis.com/multiregion_internet_egress_bandwidth\"`\n\nFor information on programmatically retrieving time series information for\ndual-region quotas, see the [ListTimeSeries command](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list), using the\nfollowing values for `filter`:\n\n- `resource.type=\"storage.googleapis.com/Project\"`\n\n- One of the following:\n\n - `metric.type=\"storage.googleapis.com/quota/dualregion_google_egress_bandwidth/usage\"`\n\n - `metric.type=\"storage.googleapis.com/quota/dualregion_internet_egress_bandwidth/usage\"`\n\nFor information about bandwidth monitoring metrics and what data they\nrepresent, see [Bandwidth monitoring metrics](/storage/docs/bandwidth-usage#bandwidth-monitoring)."]]