Skip to content

Commit

Permalink
nits of the jeff
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonematt committed Feb 10, 2025
1 parent d0a6c25 commit e578cc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ solana-exporter \
#### Balance Tracking

Using the `-balance-address <ADDRESS>` configuration parameter, the exporter can be used to monitor any account's
SOL balance.
SOL balance. This parameter can be set multiple times to track multiple accounts. Additionally, the balance of all
configured `-nodekey`'s is automatically tracked.

#### Block Sizes

If the `-monitor-block-sizes` flag is set, then the exporter will export the number of transactions (both vote and
If the `-monitor-block-sizes` flag is set, then the exporter will export the number of transactions (both vote-only and
non-vote transactions) in blocks produced by the monitored validators. This is a critical validator performance metric.

Cluster average block size can be inferred by dividing total network transactions by total block height.
Expand Down

0 comments on commit e578cc1

Please sign in to comment.