-
Notifications
You must be signed in to change notification settings - Fork 48
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
Aggregate values? #16
Comments
Hi, Currently, numatop samples the performance data (RMA, LMA, CPU%, …) from the performance counters per 5s at default. So for the counting of RMA, LMA, CPU%, …, they are generated in last 5s. Could you give me an example to let me understand well for the feature of aggregating the values of multiple iteration? Thanks From: Jens Breitbart [mailto:[email protected]] I am wondering if it is possible to not only see the value of the last iteration, but have numatop aggregate the values of multiple iteration? Do you have plans of adding such a feature? Any suggestion on how to implement it in numatop? Numatop seems to very usefull to get an idea on how well applications work on NUMA systems, but from time to time I would like to be able to get results aggregated over al longer period. — |
Thank you for your quick response. The use case I have in mind would be something like this:
That way I could e.g. get a sum of RMA for a 30 second interval but get updates every 5 seconds. |
It’s a good idea! I will add this feature requirement in my development plan. Thanks From: Jens Breitbart [mailto:[email protected]] Thank you for your quick response. The use case I have in mind would be something like this:
That way I could e.g. get a sum of RMA for a 30 second interval but get updates every 5 seconds. — |
I am wondering if it is possible to not only see the value of the last iteration, but have numatop aggregate the values of multiple iteration?
Do you have plans of adding such a feature? Any suggestion on how to implement it in numatop?
Numatop seems to very usefull to get an idea on how well applications work on NUMA systems, but from time to time I would like to be able to get results aggregated over al longer period.
The text was updated successfully, but these errors were encountered: