Returns a list of recent performance samples, in reverse slot order.
Performance samples are taken every 60 seconds and include the number of transactions and slots that occur in a given time window.
limit usize
optional
Number of samples to return
To calculate the number of voting transactions:
numVotingTransactions = numTransactions - numNonVoteTransactions
An array of performance sample objects, each containing:
slot: <u64>
numTransactions: <u64>
numSlots: <u64>
samplePeriodSecs: <u16>
numNonVoteTransactions: <u64>
Returns a list of recent performance samples, in reverse slot order.
Performance samples are taken every 60 seconds and include the number of transactions and slots that occur in a given time window.
limit usize
optional
Number of samples to return
To calculate the number of voting transactions:
numVotingTransactions = numTransactions - numNonVoteTransactions
An array of performance sample objects, each containing:
slot: <u64>
numTransactions: <u64>
numSlots: <u64>
samplePeriodSecs: <u16>
numNonVoteTransactions: <u64>