Note
This view is available starting with V4.3.4.
Purpose
This view displays the I/O operations of object storage and cloud disks for all tenants.
Columns
| Column |
Type |
Nullable |
Description |
| TENANT_ID |
bigint(20) |
NO |
The ID of the tenant. |
| PATH |
varchar(1024) |
NO |
The path, for example, oss://, file://, or s3://. |
| ENDPOINT |
varchar(256) |
NO |
- In Shared-Nothing (SN) mode, the endpoint of the object storage used for backup and restore, data import, and data export.
- In Shared-Storage (SS) mode, the endpoint of the object storage used for log (clog) or data storage, backup and restore, data import, and data export.
|
| TYPE |
varchar(128) |
NO |
The operation type. Valid values:
READ: read operation
WRITE: write operation
READ_BYTES: the amount of network traffic entering the object storage
WRITE_BYTES: the amount of network traffic leaving the object storage
TAG: the tag type of the object storage. This type is not displayed for local disks and cloud disks.
|
| TOTAL |
bigint(20) |
NO |
The total value for each operation type (TYPE).
READ: the number of read operations.
WRITE: the number of write operations.
READ_BYTES: the total amount of network traffic entering the object storage, in bytes.
WRITE_BYTES: the total amount of network traffic leaving the object storage, in bytes.
TAG: the total value of the tag type of the object storage. This type is not displayed for local disks and cloud disks.
|
References
To query the I/O operations of object storage and cloud disks for the current tenant, query DBA_OB_STORAGE_IO_USAGE.