https://github.com/paritytech/blockstats
Monitor block statistics of cumulus based parachains.
https://github.com/paritytech/blockstats
Last synced: about 1 year ago
JSON representation
Monitor block statistics of cumulus based parachains.
- Host: GitHub
- URL: https://github.com/paritytech/blockstats
- Owner: paritytech
- License: apache-2.0
- Created: 2022-06-21T12:38:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T10:12:43.000Z (about 2 years ago)
- Last Synced: 2025-04-21T06:00:47.290Z (about 1 year ago)
- Language: Rust
- Size: 255 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# blockstats
Library to connect to a parachain RPC node and monitor stats about its blocks.
This includes the PoV (witness vs. transactions), weight and TX
pool fullness. This is useful to gain insights where about bottlenecks
(computation vs bandwith).
## Use for benchmarking
[`smart-bench`](https://github.com/paritytech/smart-bench) uses this library to benchmark
smart contract execution performance on a parachain.