2 unstable releases

0.2.0 Aug 18, 2022
0.1.0 Jun 21, 2022

#70 in #parachain

25 downloads per month

Apache-2.0

26KB
106 lines

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 uses this library to benchmark smart contract execution performance on a parachain.


lib.rs:

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 (computationb vs bandwith).

Dependencies

~23–37MB
~644K SLoC