Skip to content

Improve Prombench query behaviour#618

Merged
bwplotka merged 2 commits intomasterfrom
tune-prombench
Nov 23, 2023
Merged

Improve Prombench query behaviour#618
bwplotka merged 2 commits intomasterfrom
tune-prombench

Conversation

@bboreham
Copy link
Copy Markdown
Member

Fixes #617

  • Scrape cAdvisor metrics, so that queries for container_memory_rss return some data.
  • In some cases reduce the amount of data returned
  • In others reduce the frequency so there is a gap between one batch and the next.
  • node_cpu has been renamed to node_cpu_seconds_total.

So that queries for container_memory_rss return some data.

Signed-off-by: Bryan Boreham <[email protected]>
In some cases reduce the amount of data returned; in others reduce the
frequency so there is a gap between one batch and the next.
node_cpu has been renamed to node_cpu_seconds_total.

Signed-off-by: Bryan Boreham <[email protected]>
Copy link
Copy Markdown
Member

@bwplotka bwplotka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Thanks for detailed investigation 👍🏽

@bwplotka bwplotka merged commit ce97176 into master Nov 23, 2023
@bwplotka bwplotka deleted the tune-prombench branch November 23, 2023 10:10
kushalShukla-web pushed a commit to kushalShukla-web/test-infra that referenced this pull request Feb 8, 2025
* Prombench: scrape cAdvisor metrics

So that queries for container_memory_rss return some data.

Signed-off-by: Bryan Boreham <[email protected]>

* Prombench: adjust load-gen queries

In some cases reduce the amount of data returned; in others reduce the
frequency so there is a gap between one batch and the next.
node_cpu has been renamed to node_cpu_seconds_total.

Signed-off-by: Bryan Boreham <[email protected]>

---------

Signed-off-by: Bryan Boreham <[email protected]>
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

Successfully merging this pull request may close these issues.

Load-generator queries are poorly balanced

2 participants