While investigating TPC-C performance recently I had the opportunity to interact with the admin UI and found it wanting for portions of my investigation. This is a brain dump of some of the questions which I wanted to answer:
SHOW TESTING_RANGES.I can give more context for the above. Ask me questions.
It would be useful to be able to switch from per-node to aggregate display for any graph.
I've wanted to be able to get a view that shows all the node/store lines separately on multiple occasions before. Clicking through each per-node view does the job, but it's a lot more work and a lot tougher to compare between nodes.
Thanks for writing this up @petermattis.
Re the per-node vs. aggregate question, it's something we've talked about, and was briefly mentioned on #18452.
A lot of your other thoughts are in line with #20500, or would be natural extensions to that view.
we have the majority of these written as user stories either under the admin UI or with query analysis, so we'll hopefully get these covered. Once we figure out an approach, it would be good to run it by you to get feedback.
I've wanted to be able to get a view that shows all the node/store lines separately on multiple occasions before. Clicking through each per-node view does the job, but it's a lot more work and a lot tougher to compare between nodes.
This came up again today. My short-term solution was to use a Custom Chart (via the /debug page).

I'm going to reiterate my desire for this functionality. Adding a toggle button on each chart to switch between aggregated and per-node would be incredibly useful in many of my debugging sessions. And this seems relatively trivial (aside from the design aspect) given that the functionality already exists on the Custom Chart page.
Cc @piyush-singh
I've wanted this on multiple occasions as well, especially now that we see folks run 15+ node clusters it's really tedious to scope out the outliers manually.
We'll be tackling this in an upcoming milestone for this release. I'll be sure to reach out when we have designs for how we want to tackle this to get feedback from you both.
Update:
Most helpful comment
This came up again today. My short-term solution was to use a Custom Chart (via the /debug page).
I'm going to reiterate my desire for this functionality. Adding a toggle button on each chart to switch between aggregated and per-node would be incredibly useful in many of my debugging sessions. And this seems relatively trivial (aside from the design aspect) given that the functionality already exists on the Custom Chart page.
Cc @piyush-singh