Skip to content

Commit 0869ab1

Browse files
author
howardwu
committed
Merge branch 'master' of https://github.com/AleoHQ/snarkOS
2 parents 7ea8251 + f814d53 commit 0869ab1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

rpc/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@ None
267267

268268
| Parameter | Type | Description |
269269
| :------------------------------: | :--: | :--------------------------------------------------------------------------: |
270+
| `blocks.height` | u32 | The current block height of the node |
271+
| `blocks.mined` | u32 | The number of blocks the node has mined |
272+
| `blocks.inbound_processing_time` | f64 | The average processing time of an inbound block in seconds |
273+
| `blocks.commit_time` | f64 | The block verification and commit time in seconds |
274+
| `blocks.duplicates` | u64 | The number of duplicate blocks received |
275+
| `blocks.duplicates_sync` | u64 | The number of duplicate sync blocks received |
270276
| `connections.all_accepted` | u64 | The number of connection requests the node has received |
271277
| `connections.all_initiated` | u64 | The number of connection requests the node has made |
272278
| `connections.all_rejected` | u64 | The number of connection requests the node has rejected |
@@ -299,11 +305,7 @@ None
299305
| `internal_rtt.getsync` | f64 | The average internal RTT for GetSync messages in seconds |
300306
| `internal_rtt.getblocks` | f64 | The average internal RTT for GetBlocks messages in seconds |
301307
| `internal_rtt.getmemorypool` | f64 | The average internal RTT for GetMemoryPool messages in seconds |
302-
| `misc.block_height` | u32 | The current block height of the node |
303-
| `misc.blocks_mined` | u32 | The number of blocks the node has mined |
304-
| `misc.block_processing_time` | f64 | The block processing time in seconds |
305-
| `misc.duplicate_blocks` | u64 | The number of duplicate blocks received |
306-
| `misc.duplicate_sync_blocks` | u64 | The number of duplicate sync blocks received |
308+
| `misc.rpc_requests` | f64 | The number of RPC requests received by the node |
307309
| `outbound.all_successes` | u64 | The number of successfully sent messages |
308310
| `outbound.all_failures` | u64 | The number of failures to send messages |
309311
| `queues.consensus` | u64 | The number of queued consensus requests |

0 commit comments

Comments
 (0)