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

Support non cumulative metrics from psutil #17

Open
rth opened this issue May 10, 2018 · 0 comments
Open

Support non cumulative metrics from psutil #17

rth opened this issue May 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@rth
Copy link
Member

rth commented May 10, 2018

Related to #18, some metrics in psutil are not cumulative (e.g. the number of open file descriptors), meaning that to evaluate some code with it, one needs to measure the quantity in question in parallel with some frequency.

This is, for instance, the case for memory usage and a similar approach is taken in memory_profiler to estimate the peak memory usage.

@rth rth added the enhancement New feature or request label May 10, 2018
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

1 participant