Overview
v$obrpc_outgoing displays the sending status of remote procedure call (RPC) data of all RPC packet codes under each tenant on the OBServer.
Related tables/views
gv$obrpc_outgoing
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. |