Solana · Arazzo Workflow
Solana Sample Network Performance and Block Production
Version 1.0.0
Pull recent performance samples, the running transaction count, block production, and the node list.
Provider
Workflows
network-performance
Assemble a throughput, block-production, and node-inventory snapshot.
Samples network performance and pairs it with block production and the node inventory behind it.
1
performanceSamples
getRecentPerformanceSamples
Pull recent performance samples. Dividing a sample's transaction count by its period gives the network's transactions per second over that window.
2
transactionCount
getTransactionCount
Read the cluster's running total of processed transactions, the cumulative counter behind lifetime throughput figures.
3
blockProduction
getBlockProduction
Read how many slots each validator identity was assigned versus how many blocks it actually produced across the current range, which is how skipped slots get attributed to a specific validator.
4
clusterNodes
getClusterNodes
List the nodes participating in the cluster with their gossip, TPU, and RPC endpoints plus the software version each runs, so a production gap can be tied back to a reachable node.