Skip to content

[Feature request] Add possibility to see historic data #142

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

Open
BeayemX opened this issue Aug 28, 2024 · 1 comment
Open

[Feature request] Add possibility to see historic data #142

BeayemX opened this issue Aug 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@BeayemX
Copy link

BeayemX commented Aug 28, 2024

Sometimes when CPU spikes happen it would be nice to see what caused it.
If you miss the seconds where this data is available, you are out of luck.

It would be great if we could click any history graph to select a point in time to show the data at the time.

Additional thoughts

  • maybe the scrolling of the graph should stop while a time selection is active
  • I am not sure if data is even stored to make it possible
    • if not maybe make optional if it causes quite processing load?
  • I am not sure if it should only be done for one category (CPU, Memory, ...) or if it should show the data for the specific time for each category, i.e. if you have a cpu spike you can also take a look at what application was using the most memory at the time
@ljuzig
Copy link
Collaborator

ljuzig commented Sep 16, 2024

Currently data (like top processes) isn't mined when the menu is closed. Continuous data tracking is in the roadmap, but it requires a huge effort so it will take some time. That said, I'm not sure we'll be able to store top processes history data, I will take that into consideration, but it's not something that you can expect soon.

@ljuzig ljuzig added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants