All Products
Search
Document Center

Object Storage Service:View monitoring information about OSS accelerators

Last Updated:Mar 20, 2026

OSS accelerator monitoring provides four metrics—Bandwidth Usage, QPS Usage, Hit Rate, and Latency—to help you assess accelerator performance and identify opportunities to improve cache efficiency.

Prerequisites

Before you begin, ensure that you have:

Monitoring items

The following table describes each monitoring item and what it measures.

Monitoring itemWhat it measures
Bandwidth UsageAverage outbound traffic over a given period, indicating the overall data transfer rate
QPS UsageAverage number of requests per second over a given period, indicating how frequently the accelerator is accessed
Hit RatePercentage of data served from the accelerator cache out of total data downloaded in a given period. A higher value indicates more efficient cache utilization
LatencyAverage time to serve cached data, calculated as total transfer time for cache hits divided by total number of hits in a given period

View monitoring data

  1. Go to the Buckets page and select the bucket to manage.

  2. In the left-side navigation tree, choose Bucket Settings > OSS Accelerator. In the accelerator list, click View Details in the Actions column to go to the details page of accelerator, then click Accelerator Monitoring.

  3. Specify a time range and click Search.

image

The chart displays five metrics. The following table describes each one.

MetricDescriptionUnit
Outbound Bandwidth from OSS AcceleratorAverage outbound traffic rate served from the accelerator cacheKbps
Outbound Bandwidth from OriginAverage outbound traffic rate of a standard OSS bucketKbps
Read RequestNumber of read requests per secondRequests/s
Hit RateHit rate for downloading accelerated cache data%
Cache AccessAverage time to serve data from the accelerator cachems

Reading the bandwidth metrics together: Outbound Bandwidth from OSS Accelerator is traffic served from cache. Outbound Bandwidth from Origin is traffic that bypassed the cache and was fetched from the origin bucket—this traffic incurs origin egress charges. A high origin bandwidth relative to accelerator bandwidth indicates a low cache hit rate.

Improve the cache hit rate

When a request is not served from cache, the accelerator fetches the object from the origin bucket (a cache miss). Cache misses increase latency and origin egress costs. If Hit Rate is lower than expected, you can change the path of the accelerator to cache more data and expand the cache capacity. This prevents frequent data elimination and improves transfer performance.

ConditionAction
The accelerator path covers only a subset of the objects your users accessChange the accelerator path to cover a broader set of frequently accessed objects, so more data is eligible for caching
Cached objects are being evicted under high-traffic conditionsExpand the cache capacity to retain more objects and reduce eviction frequency