-
Couldn't load subscription status.
- Fork 1.1k
Add crio status heap and /debug/heap endpoint
#8702
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8702 +/- ##
==========================================
- Coverage 46.45% 46.35% -0.10%
==========================================
Files 151 151
Lines 21978 22027 +49
==========================================
+ Hits 10209 10210 +1
- Misses 10703 10750 +47
- Partials 1066 1067 +1 |
|
/retest |
83f9011 to
873037c
Compare
13688f9 to
c1cf069
Compare
|
/test ci-fedora-kata |
The subcommand can be used to create an CRI-O heap dump. This also allows to query the same the HTTP endpoint: sudo curl --unix-socket /var/run/crio/crio.sock http://crio/debug/heap The dump will be placed in a temp file while the output points the user towards that. Signed-off-by: Sascha Grunert <[email protected]>
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Very nice! |
|
/retest |
|
/test ci-fedora-integration |
|
/override ci/prow/ci-fedora-integration |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-fedora-integration In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retest |
1 similar comment
|
/retest |
|
/override ci/prow/e2e-aws-ovn |
|
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/e2e-aws-ovn In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
The subcommand can be used to create an CRI-O heap dump. This also allows to query the same the HTTP endpoint:
sudo curl --unix-socket /var/run/crio/crio.sock http://crio/debug/heap
The dump will be placed in a temp file while the output points the user towards that.
Which issue(s) this PR fixes:
Fixes #7307
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?