Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/AleoHQ/snarkOS
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Oct 25, 2021
2 parents 7ea8251 + f814d53 commit 0869ab1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,12 @@ None

| Parameter | Type | Description |
| :------------------------------: | :--: | :--------------------------------------------------------------------------: |
| `blocks.height` | u32 | The current block height of the node |
| `blocks.mined` | u32 | The number of blocks the node has mined |
| `blocks.inbound_processing_time` | f64 | The average processing time of an inbound block in seconds |
| `blocks.commit_time` | f64 | The block verification and commit time in seconds |
| `blocks.duplicates` | u64 | The number of duplicate blocks received |
| `blocks.duplicates_sync` | u64 | The number of duplicate sync blocks received |
| `connections.all_accepted` | u64 | The number of connection requests the node has received |
| `connections.all_initiated` | u64 | The number of connection requests the node has made |
| `connections.all_rejected` | u64 | The number of connection requests the node has rejected |
Expand Down Expand Up @@ -299,11 +305,7 @@ None
| `internal_rtt.getsync` | f64 | The average internal RTT for GetSync messages in seconds |
| `internal_rtt.getblocks` | f64 | The average internal RTT for GetBlocks messages in seconds |
| `internal_rtt.getmemorypool` | f64 | The average internal RTT for GetMemoryPool messages in seconds |
| `misc.block_height` | u32 | The current block height of the node |
| `misc.blocks_mined` | u32 | The number of blocks the node has mined |
| `misc.block_processing_time` | f64 | The block processing time in seconds |
| `misc.duplicate_blocks` | u64 | The number of duplicate blocks received |
| `misc.duplicate_sync_blocks` | u64 | The number of duplicate sync blocks received |
| `misc.rpc_requests` | f64 | The number of RPC requests received by the node |
| `outbound.all_successes` | u64 | The number of successfully sent messages |
| `outbound.all_failures` | u64 | The number of failures to send messages |
| `queues.consensus` | u64 | The number of queued consensus requests |
Expand Down

0 comments on commit 0869ab1

Please sign in to comment.