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

estimate number of Besu services for trace generation #43

Open
FlorianHuc opened this issue Jul 10, 2024 · 0 comments
Open

estimate number of Besu services for trace generation #43

FlorianHuc opened this issue Jul 10, 2024 · 0 comments

Comments

@FlorianHuc
Copy link
Contributor

In order to know how many Besu services have to be deployed to generate the traces for conflated blocks in production we need to know what will the performances look like.

The objective is to get metrics for the performances of the call generateConflatedTracesToFileV2.

download-query-results-409375e0-55db-4132-ae39-3001917801a5 (4).csv

The attached csv file give sample of conflation that happened historically.

We don't have conflation range for recent blocks (after blobs were introduced).

We can get for the last 7 days from the logs in grafana:

{app="coordinator-node", cluster="linea-prod-eks"} |= execution proof generated

https://grafana.o11y.web3factory.consensys.net/explore?schemaVersion=1&panes=%7B%22gsb%22:%7B%22datasource%22:%22fpImiNKVk%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bapp%3D%5C%22coordinator-node%5C%22,%20cluster%3D%5C%22linea-prod-eks%5C%22%7D%20%7C%3D%20%60execution%20proof%20generated%60%22,%22queryType%22:%22range%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22fpImiNKVk%22%7D,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%22now-1h%22,%22to%22:%22now%22%7D%7D%7D&orgId=17

which has the info in this format: batch=[6609770..6609773]

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

1 participant