Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Nesta página, descrevemos como acessar dados de monitoramento dos seus buckets do Cloud Storage, incluindo taxas de solicitação e uso de largura de banda. Para informações sobre
o monitoramento no Cloud Storage e quais métricas usar para encontrar os dados que você
quer, consulte Visão geral do monitoramento ou
Visão geral do monitoramento do uso da largura de banda.
Monitorar dados de buckets individuais
No console Google Cloud , acesse a página Buckets do Cloud Storage.
O uso precisa ter sido feito por recursos Google Cloud diferentes dos buckets do Cloud Storage
Storage.
Se o bucket estiver localizado em uma região, o uso precisa ter sido feito por recursos localizados
na mesma região.
Se o bucket estiver localizado em locais birregionais, o uso precisa ter sido feito por
recursos localizados em uma das regiões que formam o local birregional.
É possível conferir o uso da largura de banda de saída nos buckets do projeto na página Cotas e limites do sistema com a métrica apropriada. Para informações sobre métricas de monitoramento de largura de banda e quais dados elas retornam, consulte Métricas de monitoramento de largura de banda.
Largura de banda de saída do Google por segundo e por região
Largura de banda de saída do Google birregional por segundo, por região e dualregion_location
Largura de banda de saída do Google multirregional por segundo e por região
Largura de banda de saída da Internet por segundo e por região
Largura de banda de saída da Internet birregional por segundo, por região e dualregion_location
Largura de banda de saída da Internet multirregional por segundo e por região
Também é possível ver o uso da largura de banda de saída do Google dos buckets do seu projeto localizados em regiões na página de monitoramento do Cloud Storage.
Para mais informações sobre
como ver e gerenciar cotas, consulte Ver e gerenciar cotas.
Linha de comando
Use o comando a seguir para retornar informações de cota do Cloud Storage para um projeto:
gcloud alpha services quota list --service=storage.googleapis.com --consumer=projects/PROJECT_ID
Para informações sobre a recuperação programática de informações de série temporal
para cotas que não são birregionais, consulte o comando ListTimeSeries, usando os
seguintes valores para filter:
Para informações sobre como recuperar programaticamente informações de séries temporais para cotas birregionais, consulte o comando ListTimeSeries para usar os seguintes valores para filter:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-18 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)."]]