Para monitorizar el uso del ancho de banda, sigue estos pasos:
Consola
Puede ver el uso del ancho de banda de salida de los cubos de su proyecto en la página Cuotas y límites del sistema con la métrica adecuada. Para obtener información sobre las métricas de monitorización del ancho de banda y los datos que devuelven, consulta Métricas de monitorización del ancho de banda.
Ancho de banda de salida de Google por segundo y por región
Ancho de banda de salida de Google de doble región por segundo, por región y por dualregion_location
Ancho de banda de salida de Google multirregional por segundo y por región
Ancho de banda de salida de Internet por segundo y por región
Ancho de banda saliente de Internet de doble región por segundo, por región y por dualregion_location
Ancho de banda saliente de Internet multirregional por segundo y por región
También puedes ver el uso del ancho de banda de salida de Google de los segmentos de tu proyecto que se encuentran en regiones en la página de monitorización de Cloud Storage.
Para obtener más información sobre cómo ver y gestionar cuotas, consulta el artículo Ver y gestionar cuotas.
Línea de comandos
Usa el siguiente comando para obtener información sobre la cuota de Cloud Storage de un proyecto:
gcloud alpha services quota list --service=storage.googleapis.com --consumer=projects/PROJECT_ID
Para obtener información sobre cómo recuperar de forma programática información de series temporales de cuotas que no son de doble región, consulta el comando ListTimeSeries. Para ello, usa los siguientes valores de filter:
Para obtener información sobre cómo recuperar de forma programática información de series temporales de cuotas de doble región, consulta el comando ListTimeSeries, con los siguientes valores de filter:
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-11 (UTC)."],[],[],null,["This 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\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\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\nBefore 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\nConsole\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\nCommand 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\nJSON 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)."]]