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

Add better IO metrics #34753

Open
willhickey opened this issue Jan 11, 2024 · 2 comments
Open

Add better IO metrics #34753

willhickey opened this issue Jan 11, 2024 · 2 comments

Comments

@willhickey
Copy link
Contributor

willhickey commented Jan 11, 2024

Problem

Our disk metrics lack granularity, making it hard to diagnose IO bottlenecks

Proposed Solution

Add IOPS and bandwidth metrics for each of the configurable paths:

  • ledger
  • snapshots
  • incremental snapshots
  • accounts
  • accounts index
  • accounts hash cache
  • logs

The underlying system data will be at the volume level, so the data will be duplicated in most configurations. This granularity will give us the ability to narrow down the source of IO activity and will also provide insight into how many volumes each node has and which directories are grouped together on the same volume.

@brooksprumo
Copy link
Contributor

An additional configurable path is the accounts hash cache too. Can that be added to the list here?

@willhickey
Copy link
Contributor Author

An additional configurable path is the accounts hash cache too. Can that be added to the list here?

Added

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

2 participants