node icon indicating copy to clipboard operation
node copied to clipboard

Monitor current space growth

Open skosito opened this issue 7 months ago • 1 comments

Describe the Issue We should monitor current growth on archive and full nodes to see current state and see how block time reduction impacts this.

Can we use some profiler to see current writes to store, or some other way to monitor and visualize?

skosito avatar May 08 '25 13:05 skosito

I used this script to analyze state data at some point , I would need minor changes , to get it working as the SDK code has been refactored since then but might be a good place to start if needed https://gist.github.com/kingpinXD/5267f7a4d2dcd67ca4ac0bdbb618397b

kingpinXD avatar May 08 '25 14:05 kingpinXD

To keep this request up-to-date.

There's a dashboard that reports the current storage usage in one of our archival nodes, that would give us an idea how storage consumption.

It's planned for the short term to modify the script suggested here or other similar script, and run it after the snapshots are produced in archive0-eu-central-1-mainnet.

boris avatar Jul 29 '25 13:07 boris