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 bucketing/culling options to sonalyze top #544

Open
lars-t-hansen opened this issue Jun 28, 2024 · 0 comments
Open

Add bucketing/culling options to sonalyze top #544

lars-t-hansen opened this issue Jun 28, 2024 · 0 comments
Labels
component:sonalyze sonalyze/* task:enhancement New feature or request

Comments

@lars-t-hansen
Copy link
Collaborator

Depending on your point of view, adjacent records in the per-cpu load data stream can be merged or some records can simply be discarded: if we have three records, the middle can be dropped if we're interested in the average utilization between the first and the third, or alternatively, these records can all be used (somehow) to create an interpolated timeline with regular time steps that don't match the steps of the records themselves.

We might take inspiration from the bucketing and stepping options of the load and profile commands.

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

No branches or pull requests

1 participant