Key Visualizer metrics

This page describes the metrics that you can view in Key Visualizer heatmaps.

Most Key Visualizer metrics represent a quantity per row. For example, the Ops metric measures the number of operations per row per minute.

A Bigtable table can have trillions of rows, so it's not always practical to report metrics for each individual row. Instead, Key Visualizer divides all of the row keys into 1,000 contiguous ranges, with roughly the same number of row keys in each range. These ranges are known as key buckets.

Key Visualizer reports most metrics as averages over each key bucket, or as maximum values within each key bucket. For Warnings metrics and Performance metrics, Key Visualizer provides higher precision by reporting metrics for individual row keys or for specific key ranges within the key bucket.

Before you read this page, you should be familiar with the overview of Key Visualizer.

Activity

The Activity category includes the Ops metric, which measures the number of operations per row per minute. This metric is roughly equal to the combined number of reads and writes and can indicate which keys received more requests at a given time. Color indicates values relative to all observed values; therefore, yellow or white do not necessarily imply a hotspot.

Warnings

The Warnings category includes metrics that identify possible performance issues with a table. This category includes the following metrics:

  • Read pressure index: An opaque, composite index for a row key or key range that incorporates the CPU utilization and latency for reads.

    This index reflects all of the values that were observed during a 15-minute interval. A value of 100 or greater generally indicates poor performance for a key range. Poor performance can occur when you access a single row or a small range of rows very frequently, or when a row contains more than 256 MB of data.

  • Write pressure index: An opaque, composite index for a row key or key range that incorporates the CPU utilization and latency for writes.

    This index reflects all of the values that were observed during a 15-minute interval. A value of 100 or greater generally indicates poor performance for a key range. Poor performance can occur when you access a single row or a small range of rows very frequently, or when a row contains more than 256 MB of data.

  • Large rows: The amount of data stored in rows that each contain more than 256 MB of data, or in key ranges with an average of more than 200 MB per row.

    Storing more than 256 MB of data per row can cause performance issues and read errors, and is not recommended.

For these metrics, when you move your cursor over the heatmap, Key Visualizer does not display aggregated information for a key bucket. Instead, it displays information about specific row keys or key ranges in your table, so that you can pinpoint the source of the issue. See Reviewing warning metrics to learn how to view and act on these metrics.

Reads

The Reads category includes metrics related to reading data from a table. This category includes the following metrics:

  • Read CPU: The average CPU utilization, expressed as the number of nodes that were used to read a row. Color indicates values relative to all observed values; therefore, yellow or white do not necessarily imply a hotspot.
  • Read bytes client: The number of bytes read by the client per minute per row. Color indicates values relative to all observed values; therefore, yellow or white do not necessarily imply a hotspot.

Writes

The Writes category includes metrics related to writing data to a table. This category includes the following metrics:

  • Write CPU: The average CPU utilization, expressed as the number of nodes that were used to write a row. Color indicates values relative to all observed values; therefore, yellow or white do not necessarily imply a hotspot.
  • Write bytes client: The number of bytes written by the client per minute per row. Color indicates values relative to all observed values; therefore, yellow or white do not necessarily imply a hotspot.

Performance

The Performance category includes metrics related to latency. This category includes the following metrics:

  • Latency: The latency for read and write operations. One second (shown as orange) can be considered high.
  • Latency (max): The maximum latency for reads or writes. One second (shown as orange) can be considered high.

For these metrics, when you move your cursor over the heatmap, Key Visualizer does not display aggregated information for a key bucket. Instead, it displays information about specific row keys or key ranges in your table, so that you can pinpoint the source of the issue.

Size

  • Data stored: The amount of data stored per row. This metric reflects the fact that Bigtable compresses your data when it is stored.
  • Rows: The approximate number of rows in each key bucket.

    The Rows heatmap typically appears mostly yellow. Horizontal stripes increasing in brightness from left to right, going from a darker color to a lighter color, indicate the addition of rows. Stripes that decrease in brightness from left to right indicate the deletion of rows.

    Number of rows in a Key Visualizer bucket

    To see the total number of rows for a given key prefix, click on that prefix in the key hierarchy, then inspect the tooltips over the horizontal bar chart along the bottom.

What's next