-
Notifications
You must be signed in to change notification settings - Fork 2
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
Collect pod specific process information such as ps output, memory etc #42
Comments
Some of the commands that have been asked to run are below, it would be nice to have all of this in the support package if needed.
|
Our plan is to deploy a custom container as a sidecar in the pod to fetch the necessary data. |
|
Although we have pod level detail within k8s, there are times it may be necessary to understanding the process level utilisation of CPU and memory within the pod/container to assess inefficiencies.
At present, one would need to instruct the customer to access the pod to run various commands which can be prone to error.
Describe the solution you'd like
The objective of this issue is to explore collecting pod specific process information such as ps output, memory etc.
The text was updated successfully, but these errors were encountered: