https://github.com/janos/swarm-chunk-sizes
https://github.com/janos/swarm-chunk-sizes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janos/swarm-chunk-sizes
- Owner: janos
- License: bsd-3-clause
- Created: 2022-02-23T17:55:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T14:13:11.000Z (about 3 years ago)
- Last Synced: 2025-01-29T10:32:23.909Z (4 months ago)
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereum Swarm Chunk Size Distribution
This application prints distribution of Ethereum chunk sizes from Swarm's leveldb localstore retrieval data index.
It is compatible with github.com/ethersphere/bee v1.4.3.
The iteration is done over all chunks, so it may take a while in case of a larger database.
```sh
swarm-chunk-sizes -path /path/to/swar/data/dir/localstore
```