Overview
gv$obrpc_outgoing displays statistics about the outgoing 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_TIME | BIGINT(20) | No | The total amount of time consumed. |
| TOTAL_SIZE | BIGINT(20) | No | The total amount of data sent. |
| FAILURE | BIGINT(20) | No | The number of RPC request transmission failures. |
| TIMEOUT | BIGINT(20) | No | The number of RPC request transmission timeouts. |
| Sync | BIGINT(20) | No | The number of synchronous RPCs. |
| ASYNC | BIGINT(20) | No | The number of asynchronous RPCs. |
| LAST_TIMESTAMP | TIMESTAMP(6) | No | The timestamp of when the statistics were last updated. |