Feature
This view displays the disk calibration data used by the I/O module.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the OBServer. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer. |
| STORAGE_NAME | varchar(1024) | NO | The storage name, such as DATA or REDO. |
| MODE | varchar(256) | NO | The I/O mode, such as READ or WRITE. |
| SIZE | bigint(20) | NO | The I/O size, in bytes. |
| IOPS | bigint(20) | NO | The number of processed I/O requests per second. |
| MBPS | bigint(20) | NO | The disk bandwidth. Unit: Mbit/s. |
| LATENCY | bigint(20) | NO | The response time. Unit: us. |