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

core: split out detailed trie access metrics from insertion time #19316

Merged
merged 2 commits into from
Mar 25, 2019

Conversation

karalabe
Copy link
Member

@karalabe karalabe commented Mar 22, 2019

This PR splits block import metrics further into EVM execution time and various trie operation measurements (account/storage read/update/hash/commit).

Since these measurements are in the tight loop, they are placed behind an optional --metrics.expensive flag to support enabling them on benchmarkers, but not on live nodes being monitored for health checks.

Screenshot from 2019-03-23 21-48-39

@karalabe karalabe requested a review from holiman March 22, 2019 11:16
@karalabe karalabe force-pushed the split-import-metrics branch from 3e15ae3 to 32524ef Compare March 22, 2019 11:52
@karalabe karalabe added this to the 1.9.0 milestone Mar 25, 2019
Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@karalabe karalabe merged commit 86989e3 into ethereum:master Mar 25, 2019
kiku-jw pushed a commit to kiku-jw/go-ethereum that referenced this pull request Mar 29, 2019
…ereum#19316)

* core: split out detailed trie access metrics from insertion time

* cmd, core, metrics: support expensive optional metrics
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Dec 10, 2024
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Dec 10, 2024
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Dec 13, 2024
JukLee0ira pushed a commit to JukLee0ira/XDPoSChain that referenced this pull request Dec 16, 2024
JukLee0ira pushed a commit to JukLee0ira/XDPoSChain that referenced this pull request Dec 16, 2024
JukLee0ira pushed a commit to JukLee0ira/XDPoSChain that referenced this pull request Dec 20, 2024
JukLee0ira pushed a commit to JukLee0ira/XDPoSChain that referenced this pull request Dec 20, 2024
JukLee0ira pushed a commit to JukLee0ira/XDPoSChain that referenced this pull request Dec 22, 2024
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

Successfully merging this pull request may close these issues.

2 participants