Monitor Hyperdisk Storage Pools
Monitoring storage pool utilization rates is essential to maintaining your
pooled disk resources. Compute Engine offers a high-level view of your
storage pool metrics using the Monitoring tab in the
Trusted Cloud console. This tab provides a predefined dashboard using
metric data
so you can monitor your storage pools and make informed decisions about
your storage pool provisioned resources.
The Monitoring page shows the following graphs for disk capacity, IOPS, and
throughput by default:
- Provisioned capacity, Provisioned IOPS, or Provisioned Throughput: the total
amount provisioned for the storage pool.
- Used capacity, IOPS, or throughput: Amount used by disks in the storage pool.
- Capacity Utilization, IOPS utilization, or Throughput utilization (%): the
percentage of the total used amount over the total provisioned amount.
- Total disk provisioned capacity, Total disk provisioned IOPS, and Total disk
provisioned throughput: The total provisioned capacity, IOPS, or
throughput of all disks in the storage pool.
- Capacity over-provisioning, IOPS overprovisioning, or Throughput
overprovisioning (%): the percentage of the total disk provisioned amount
over the provisioned amount.
You can also customize the predefined dashboard to view only the specific
metrics that you want.
Before you begin
Access the storage pool monitoring page
You can view the monitoring page in the Trusted Cloud console.
In the Trusted Cloud console, go to the Storage pools page.
Go to Storage pools
Click the name of a storage pool to open the Details page.
Click the Monitoring tab to display the monitoring dashboard for the
storage pool.
Optional: Reset the one hour default timeframe to the timeframe you want
to monitor, by choosing one of the following options:
- 6 hours
- 1 day
- 1 week
- 1 month
- 6 weeks
- Custom date or time range
Customize the storage pool dashboard
Use the following instructions to modify the graphs shown on the
storage pool dashboard.
- Access the storage pool Monitoring page.
To change a default graph, click
query_stats Explore data.
This opens an Explore page, where you can create a customized monitoring
chart or table. For information about how to create a chart for
a specific metric, see
Chart a single metric type.
After creating a custom graph or table, you can save the result to a new or
existing custom dashboard.
For more information about custom dashboards, see
View and customize Trusted Cloud by S3NS dashboards.
Alternatively, you can click
more_vertMore chart options, and
then Add to custom dashboard to add the storage pool monitoring
charts to a custom dashboard. You can then further customize your dashboard
using the instructions in View and customize Trusted Cloud dashboards.
Configure alerts for metrics
Use the following instructions to create an alert for the metric data shown on
the storage pool dashboard.
- Access the storage pool Monitoring page.
- Click Create alerting policy.
The Create alerting policy page appears. Configure the parameters for
the alerting policy. For information about how to configure an alerting
policy, see
Create alerting policy.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[[["\u003cp\u003eCompute Engine's \u003cstrong\u003eMonitoring\u003c/strong\u003e tab in the Google Cloud console provides a dashboard for observing storage pool metrics like provisioned and used capacity, IOPS, and throughput.\u003c/p\u003e\n"],["\u003cp\u003eThe default dashboard displays graphs for provisioned capacity, used capacity, utilization percentages, total disk provisioned resources, and over-provisioning percentages for capacity, IOPS, and throughput.\u003c/p\u003e\n"],["\u003cp\u003eUsers can customize the predefined dashboard to display specific metrics or create new monitoring charts and tables using the "Explore data" option.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003cstrong\u003eMonitoring\u003c/strong\u003e page allows users to set alerts based on metric data, and it can be accessed by navigating to the \u003cstrong\u003eStorage pools\u003c/strong\u003e page in the Google Cloud console and selecting the \u003cstrong\u003eMonitoring\u003c/strong\u003e tab after selecting a pool.\u003c/p\u003e\n"],["\u003cp\u003eAuthentication using the Google Cloud CLI is needed to run code or use REST API samples from a local development environment, while access through the Google Cloud console does not require authentication setup.\u003c/p\u003e\n"]]],[],null,["*** ** * ** ***\n\nMonitoring storage pool utilization rates is essential to maintaining your\npooled disk resources. Compute Engine offers a high-level view of your\nstorage pool metrics using the **Monitoring** tab in the\nGoogle Cloud console. This tab provides a predefined dashboard using\n[metric data](/compute/docs/disks/review-storage-pool-metrics)\nso you can monitor your storage pools and make informed decisions about\nyour storage pool provisioned resources.\n\nThe **Monitoring** page shows the following graphs for disk capacity, IOPS, and\nthroughput by default:\n\n- Provisioned capacity, Provisioned IOPS, or Provisioned Throughput: the total amount provisioned for the storage pool.\n- Used capacity, IOPS, or throughput: Amount used by disks in the storage pool.\n- Capacity Utilization, IOPS utilization, or Throughput utilization (%): the percentage of the total used amount over the total provisioned amount.\n- Total disk provisioned capacity, Total disk provisioned IOPS, and Total disk provisioned throughput: The total provisioned capacity, IOPS, or throughput of all disks in the storage pool.\n- Capacity over-provisioning, IOPS overprovisioning, or Throughput overprovisioning (%): the percentage of the total disk provisioned amount over the provisioned amount.\n\nYou can also customize the predefined dashboard to view only the specific\nmetrics that you want.\n\n\nBefore you begin\n\n- If you haven't already, set up [authentication](/compute/docs/authentication). Authentication verifies your identity for access to Google Cloud services and APIs. To run code or samples from a local development environment, you can authenticate to Compute Engine by selecting one of the following options:\n\n Select the tab for how you plan to use the samples on this page: \n\n Console\n\n\n When you use the Google Cloud console to access Google Cloud services and\n APIs, you don't need to set up authentication.\n\n gcloud\n 1.\n [Install](/sdk/docs/install) the Google Cloud CLI.\n\n After installation,\n [initialize](/sdk/docs/initializing) the Google Cloud CLI by running the following command:\n\n ```bash\n gcloud init\n ```\n\n\n If you're using an external identity provider (IdP), you must first\n [sign in to the gcloud CLI with your federated identity](/iam/docs/workforce-log-in-gcloud).\n | **Note:** If you installed the gcloud CLI previously, make sure you have the latest version by running `gcloud components update`.\n 2. [Set a default region and zone](/compute/docs/gcloud-compute#set_default_zone_and_region_in_your_local_client).\n\n REST\n\n\n To use the REST API samples on this page in a local development environment, you use the\n credentials you provide to the gcloud CLI.\n 1. [Install](/sdk/docs/install) the Google Cloud CLI. After installation, [initialize](/sdk/docs/initializing) the Google Cloud CLI by running the following command: \n\n ```bash\n gcloud init\n ```\n 2. If you're using an external identity provider (IdP), you must first [sign in to the gcloud CLI with your federated identity](/iam/docs/workforce-log-in-gcloud).\n\n\n For more information, see\n [Authenticate for using REST](/docs/authentication/rest)\n in the Google Cloud authentication documentation.\n\nAccess the storage pool monitoring page\n\nYou can view the monitoring page in the Google Cloud console.\n\n1. In the Google Cloud console, go to the **Storage pools** page.\n\n [Go to Storage pools](https://console.cloud.google.com/compute/storagePools)\n2. Click the name of a storage pool to open the **Details** page.\n\n3. Click the **Monitoring** tab to display the monitoring dashboard for the\n storage pool.\n\n4. Optional: Reset the one hour default timeframe to the timeframe you want\n to monitor, by choosing one of the following options:\n\n - 6 hours\n - 1 day\n - 1 week\n - 1 month\n - 6 weeks\n - Custom date or time range\n\nCustomize the storage pool dashboard\n\nUse the following instructions to modify the graphs shown on the\nstorage pool dashboard.\n\n1. [Access the storage pool **Monitoring** page](#access).\n2. To change a default graph, click\n query_stats **Explore data**.\n\n This opens an **Explore** page, where you can create a customized monitoring\n chart or table. For information about how to create a chart for\n a specific metric, see\n [Chart a single metric type](/monitoring/charts/metrics-explorer#find-me).\n3. After creating a custom graph or table, you can save the result to a new or\n existing custom dashboard.\n\n For more information about custom dashboards, see\n [View and customize Google Cloud dashboards](/monitoring/charts/predefined-dashboards).\n4. Alternatively, you can click\n more_vert**More chart options** , and\n then **Add to custom dashboard** to add the storage pool monitoring\n charts to a custom dashboard. You can then further customize your dashboard\n using the instructions in [View and customize Google Cloud dashboards](/monitoring/charts/predefined-dashboards).\n\nConfigure alerts for metrics\n\nUse the following instructions to create an alert for the metric data shown on\nthe storage pool dashboard.\n\n1. [Access the storage pool **Monitoring** page](#access).\n2. Click **Create alerting policy** . The **Create alerting policy** page appears. Configure the parameters for the alerting policy. For information about how to configure an alerting policy, see [Create alerting policy](/monitoring/alerts/using-alerting-ui#create-policy)."]]