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

Add tools for profiling memory #69

Merged
merged 18 commits into from
Nov 4, 2024
Merged

Add tools for profiling memory #69

merged 18 commits into from
Nov 4, 2024

Conversation

BlaiseMuhirwa
Copy link
Owner

@BlaiseMuhirwa BlaiseMuhirwa commented Oct 12, 2024

Runs cadvisor to collect host system stats including CPU, memory, etc. Also runs Prometheus + Grafana, which expose port 8080 and 9090 respectively. This means that you can port-forward to your local machine and visualize statistics in your browser.

You can do that by setting up an SSH tunnel like this

$ ssh -L 3000:localhost:3000 -L 8080:localhost:8080 <user>@<hostname>

@BlaiseMuhirwa BlaiseMuhirwa merged commit 6d912f8 into main Nov 4, 2024
5 checks passed
@BlaiseMuhirwa BlaiseMuhirwa deleted the mem-profile-tools branch November 4, 2024 05:16
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