Skip to content

ggwpez/pdu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polkadot-du

Investigate storage size of Substrate chains.

Install with:

cargo install polkadot-du
pdu --help

Example

First acquire a state snapshot. We are going to use the People Rococo chain, since it is rather small. You will need the try-runtime-cli for this and a full or archive node to download the state from:

try-runtime create-snapshot --uri wss://rococo-people-rpc.polkadot.io:443 rococo-people.snap

Then run the analysis:

cargo run --release -- --network rococo-people

The results will be a bit boring for such a small network, but for a larger one - eg Kusama - it could look like this. You can download this snapshot to try it.

Kusama storage analysis

You can also zoom in on a specific pallet:

cargo run --release -- --network rococo-people --pallet Balances

Again for Kusama:

Kusama Balances pallet

License

GPLv3 ONLY, see LICENSE file for details.

License: GPL-3.0

About

Polkadot Disk Usage 🕵️

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages