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

Feature request: Allow users to specify Y axis range in the profiler plot #574

Open
PubuduSaneth opened this issue Aug 26, 2024 · 1 comment
Labels
component:dashboard-2 HTML and TS component:sonalyze sonalyze/* task:enhancement New feature or request

Comments

@PubuduSaneth
Copy link

Y-axis limits (ranges) of current Jobanalyzer plots (resource profiles) are set depending on the run-statistics of the job. These Y-axis limits are useful in visualizing the resource usage of a given job. However, these Y-axis limits are not ideal when comparing profiles of multiple jobs that utilize resources in different ranges.

For example, following two profiles show how CPU usage change with different CPU-allocatins.
image
If the users are given the option to set the Y-axis limit, I could have set the limits to 0-9000 to highlight the CPU-usage difference between the two runs.

So I'd like to request an optional feature, that allows the users to set Y-axis of Jobanalyzer plots

@lars-t-hansen lars-t-hansen added task:enhancement New feature or request component:sonalyze sonalyze/* component:dashboard-2 HTML and TS labels Aug 26, 2024
@lars-t-hansen
Copy link
Collaborator

This seems like a good idea. There are two parts here:

  • Dashboard UX must accomodate this (this will make Ashen's elegant pushbutton scheme a little awkward.)
  • The sonalyze profile API on the server must accept some kind of option for it, possibly as part of the -fmt option since that's how we've been controlling the printing so far, but we'll see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:dashboard-2 HTML and TS component:sonalyze sonalyze/* task:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants