ChainSafe / ChainSafe/lodestar
Event loop utilization (ELU) metrics
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
I think it's not as useful to track this as an average over time or at least I don't see which questions this helps to answer.
What we might be interested in is the event loop utilization (ELU) during a certain time frame of the slot, e.g. 1-4, 4-8, 8-12, or even on a per second basis. Should be able to achieve this via labels on metrics + running an interval on a clock timer.
This could help us analyze what parts of the slot we are overloaded, and if a change improves the ELU for a specific slot frame or not.
_Originally posted by @nflaig in https://github.com/ChainSafe/lodestar/issues/6820#issuecomment-2190189746_
Contributor guide
Assessment
This issue has not been assessed yet.