Overview
gv$obrpc_incoming displays statistics about the incoming remote procedure calls (RPC) on all OBServers.
Related tables/views
oceanbase.__all_virtual_obrpc_stat
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | BIGINT(20) | No | The ID of the tenant. |
| IP | varchar(32) | No | The IP address of the OBServer. |
| Port | BIGINT(20) | No | The port number of the OBServer. |
| PCODE | BIGINT(20) | No | The RPC packet code. |
| PCODE_NAME | varchar(256) | No | The name of the RPC packet code. |
| COUNT | BIGINT(20) | No | The number of times the RPC packet code has been used. |
| TOTAL_SIZE | BIGINT(20) | No | The total amount of data received. |
| NET_TIME | BIGINT(20) | No | The network time used. |
| WAIT_TIME | BIGINT(20) | No | The amount of time elapsed from when the request was received to when the request entered the queue. |
| QUEUE_TIME | BIGINT(20) | No | The wait time of the request in the queue. |
| PROCESS_TIME | BIGINT(20) | No | The amount of time spent on processing the request. |
| LAST_TIMESTAMP | TIMESTAMP(6) | No | The time of the last update. |