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

Usage over time #1

Open
erikhuck opened this issue Feb 19, 2024 · 3 comments
Open

Usage over time #1

erikhuck opened this issue Feb 19, 2024 · 3 comments

Comments

@erikhuck
Copy link
Collaborator

While the tracker currently reports the maximum usage of each resource, a user may want to see the usage over unit time (whichever sleep time they choose or the default). This should not be the default behavior considering it would use up more space (i.e. an increasing amount of space the longer the context lasts). So it should be an option. We may want to append to a file considering (e.g. a csv file) considering the increase in space per unit time. That should also be an option since a user may want the results provided in memory.

@hunter-moseley
Copy link
Member

hunter-moseley commented Feb 19, 2024 via email

@erikhuck
Copy link
Collaborator Author

@hunter-moseley I was referring to a feature where we provide the usage amount of each resource over each time increment so that the user could, for example, plot the usage like with a line plot or whatever other use they have for that data. But maybe most users don't need this.

Tracking the sum and count is a good idea because that would enable us to provide the mean usage at the end. Could definitely provide the min as well.

@hunter-moseley
Copy link
Member

hunter-moseley commented Feb 21, 2024 via email

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

2 participants