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

Aggregate values? #16

Open
jbreitbart opened this issue Oct 19, 2015 · 3 comments
Open

Aggregate values? #16

jbreitbart opened this issue Oct 19, 2015 · 3 comments

Comments

@jbreitbart
Copy link

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.

@yaoj
Copy link
Contributor

yaoj commented Oct 20, 2015

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
Jin Yao

From: Jens Breitbart [mailto:[email protected]]
Sent: Monday, October 19, 2015 6:50 PM
To: 01org/numatop
Subject: [numatop] Aggregate values? (#16)

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/16.

@jbreitbart
Copy link
Author

Thank you for your quick response.

The use case I have in mind would be something like this:

  1. start numatop
  2. press a key to toggle between the current mode and an aggregate mode
  3. in aggregate mode I would sum up all values for all applications returned from the performance counters.

That way I could e.g. get a sum of RMA for a 30 second interval but get updates every 5 seconds.

@yaoj
Copy link
Contributor

yaoj commented Oct 27, 2015

It’s a good idea! I will add this feature requirement in my development plan.

Thanks
Jin Yao

From: Jens Breitbart [mailto:[email protected]]
Sent: Tuesday, October 27, 2015 8:49 PM
To: 01org/numatop
Cc: Jin, Yao
Subject: Re: [numatop] Aggregate values? (#16)

Thank you for your quick response.

The use case I have in mind would be something like this:

  1. start numatop
  2. press a key to toggle between the current mode and an aggregate mode
  3. in aggregate mode I would sum up all values for all applications returned from the performance counters.

That way I could e.g. get a sum of RMA for a 30 second interval but get updates every 5 seconds.


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-151480684.

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