getRecentPerformanceSamples
Solana node API
getRecentPerformanceSamples | Solana
The Solana getRecentPerformanceSamples method returns recent performance samples. getRecentPerformanceSamples on Solana via Chainstack.
POST
getRecentPerformanceSamples
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Solana getRecentPerformanceSamples method
The Solana getRecentPerformanceSamples method returns recent performance samples.
This method provides detailed information about the node’s recent performance, including the number of slots and blocks processed, and the number of slots skipped. It is useful for monitoring the node’s performance.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
limit— (optional) the maximum number of performance samples to return. If not provided, the method will return all available performance samples.
Response
value— an array of performance sample objects, each containing:numSlots— the number of slots processed.numBlocks— the number of blocks processed.numSkipped— the number of slots skipped.
Use case
A practical use case forgetRecentPerformanceSamples is to monitor the node’s performance. This can be useful for network monitoring tools or other applications that need to display or make use of this information.Last modified on May 18, 2026