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

Per-node (and per-shard?) CPU utilization should be a heatmap #15

Open
hcoyote opened this issue Jun 13, 2023 · 1 comment
Open

Per-node (and per-shard?) CPU utilization should be a heatmap #15

hcoyote opened this issue Jun 13, 2023 · 1 comment

Comments

@hcoyote
Copy link
Contributor

hcoyote commented Jun 13, 2023

Current design is an overall cluster utilization up to 100%. This masks two things:

  1. Makes it hard to see if one broker is heavily over-utilized/under-utilized
  2. Makes it hard to understand actual cpu utilization if you don't know the underlying core counts configured for shards.

It would be good to break up the primary cpu utilization gauge into at least a per-broker heat map (and maybe a per-shard one on one of the lesser dashboards, like the ops dashboard, rather than the default).

I think this will help people understand available headroom given that they're likely used to looking at system.cpu from the kernel where this stuff is more easily accessible, especially if coming from another system like Apache Kafka where java utilization == cpu utilization.

@hcoyote
Copy link
Contributor Author

hcoyote commented Oct 23, 2024

This should also make sure to use deriv() instead of rate() since redpanda_cpu_busy_seconds is (accidentally) a guage instead of acounter.

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