Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TPS meter #8

Closed
ggwpez opened this issue Apr 27, 2022 · 3 comments
Closed

TPS meter #8

ggwpez opened this issue Apr 27, 2022 · 3 comments

Comments

@ggwpez
Copy link
Member

ggwpez commented Apr 27, 2022

Just measuring the speed of submitting extrinsics to the mempool does not tell us how many are being included per block.
A second script which analyzes past blocks and prints how many extrinsics got included per block would be good.

@bernardoaraujor
Copy link
Contributor

@pepoviola can this be achieved with zombienet DSL?

@pepoviola
Copy link
Contributor

Hi @bernardoaraujor / @ggwpez, the DSL support subscribe to the system events but is a blocking operation if you want to listen system events while you are submitting the extrinsics I need to make some changes. Other idea is to run another js script at the end that make the analysis of the blocks.

Thanks!

@ggwpez
Copy link
Member Author

ggwpez commented May 1, 2022

Other idea is to run another js script at the end that make the analysis of the blocks.

This is what I am currently doing, seems to work fine enought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants