Expected behavior
In a Kubernetes environment, when using procdump with the command 'procdump -c 10 -s 1 -w XXX', it doesn't generate a dump file when the CPU usage of the pod exceeds 10%. This might be because procdump monitors the CPU usage of the host machine instead of the pod itself. Could you consider adding monitoring for the pod's CPU and memory usage in future versions? It would greatly assist in troubleshooting .NET applications in Kubernetes.
System information (e.g., distro, kernel version, etc.)
pod docker image based on mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim-amd64.
Expected behavior
In a Kubernetes environment, when using procdump with the command 'procdump -c 10 -s 1 -w XXX', it doesn't generate a dump file when the CPU usage of the pod exceeds 10%. This might be because procdump monitors the CPU usage of the host machine instead of the pod itself. Could you consider adding monitoring for the pod's CPU and memory usage in future versions? It would greatly assist in troubleshooting .NET applications in Kubernetes.
System information (e.g., distro, kernel version, etc.)
pod docker image based on mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim-amd64.