Skip to content

Capture data for huge page bloat monitoring#204

Open
aneeshdurg wants to merge 25 commits intomainfrom
aneesh/sosp2
Open

Capture data for huge page bloat monitoring#204
aneeshdurg wants to merge 25 commits intomainfrom
aneesh/sosp2

Conversation

@aneeshdurg
Copy link
Copy Markdown
Contributor

This PR adds the necessary infrastructure to monitor the memory subsystem to determine if bloat is occurring when using huge pages.

@aneeshdurg aneeshdurg requested a review from a team as a code owner March 31, 2026 17:53
@aneeshdurg
Copy link
Copy Markdown
Contributor Author

@arthurp this PR also requires nc to be installed in the docker container. So far I've been working around that by running:

apt update && apt install netcat-openbsd

on container startup. I could add this to the setup script for benchmarking, but how can I just add nc to the container image itself?

@arthurp
Copy link
Copy Markdown
Contributor

arthurp commented Mar 31, 2026

how can I just add nc to the container image itself?

Let's just add it to the container. You can add it to the Dockerfile. We need to update the image version and the images we use for the builds anyway, so as soon as you add it, I can update the image in dockerhub and the version used by the build.

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.

2 participants