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 kvisor agent debug command line tool #391

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

patrickpichler
Copy link
Contributor

There is now a new kvisor agent debug CLI tool, that allows to dump the current state of socket to process associations. The idea is that this tool can be executed on the node to give a better insights into how kvisor reports network related metrics.

Additionally the eBPF code has been refactored a bit, to better fit having multiple C source locations in the repository.

Sample output of the tool:
image

@patrickpichler patrickpichler force-pushed the feature/add-kvisor-debug-tool branch 2 times, most recently from 322cc9e to c39bfb8 Compare November 5, 2024 14:35
There is now a new kvisor agent debug CLI tool, that allows to dump the
current state of socket to process associations. The idea is that this
tool can be executed on the node to give a better insights into how
kvisor reports network related metrics.

Additionally the eBPF code has been refactored a bit, to better fit
having multiple C source locations in the repository.
@patrickpichler patrickpichler merged commit 4562e29 into main Nov 6, 2024
2 checks passed
@patrickpichler patrickpichler deleted the feature/add-kvisor-debug-tool branch November 6, 2024 08:08
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