This topic describes the monitoring metrics related to the number of cache requests within an OceanBase Database tenant. You can specify a statistical range to query statistics about the number of cache requests in a single zone or on a single OBServer of an OceanBase Database tenant.
block_cache
Definition
The number of block cache requests in the specified statistical range.
Description
| Metric | Metric name | Unit |
|---|---|---|
| block_cache | block_cache_req_total | N/A |
Calculation expression
sum(delta(ob_sysstat{stat_id="50008",@LABELS}[@INTERVAL])) by (@GBLABELS) + sum(delta(ob_sysstat{stat_id="50009",@LABELS}[@INTERVAL])) by (@GBLABELS)
row_cache
Definition
The number of row cache requests in the specified statistical range.
Description
| Metric | Metric name | Unit |
|---|---|---|
| row_cache | row_cache_req_total | N/A |
Calculation expression
sum(delta(ob_sysstat{stat_id="50000",@LABELS}[@INTERVAL])) by (@GBLABELS) + sum(delta(ob_sysstat{stat_id="50001",@LABELS}[@INTERVAL])) by (@GBLABELS)
clog_cache
Definition
The number of clog cache requests within the statistical range.
Description
| Metric | Metric name | Unit |
|---|---|---|
| clog_cache | clog_cache_req_total | N/A |
Calculation expression
sum(delta(ob_sysstat{stat_id="50037",@LABELS}[@INTERVAL])) by (@GBLABELS) + sum(delta(ob_sysstat{stat_id="50038",@LABELS}[@INTERVAL])) by (@GBLABELS)
bloomfilter_cache
Definition
The number of Bloom filter cache requests in the specified statistical range.
Description
| Metric | Metric name | Unit |
|---|---|---|
| bloomfilter_cache | bloom_filter_cache_req_total | N/A |
Calculation expression
sum(delta(ob_sysstat{stat_id="50004",@LABELS}[@INTERVAL])) by (@GBLABELS) + sum(delta(ob_sysstat{stat_id="50005",@LABELS}[@INTERVAL])) by (@GBLABELS)
location_cache
Definition
The number of location cache requests in the specified statistical range.
Description
| Metric | Metric name | Unit |
|---|---|---|
| location_cache | location_cache_req_total | N/A |
Calculation expression
sum(delta(ob_sysstat{stat_id="50010",@LABELS}[@INTERVAL])) by (@GBLABELS) + sum(delta(ob_sysstat{stat_id="50011",@LABELS}[@INTERVAL])) by (@GBLABELS)