Thread Dump of a running pod
About
Steps to Take a Thread Dump of a Running Pod
1. Identify the Running Container Name:
docker psCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f1e8c1d35d2c symptoma/activemq:5.17.3 "/bin/sh -c '/opt/act…" 10 minutes ago Up 10 minutes 61616/tcp, 8161/tcp activemq2. Access the Container
docker exec -it activemq /bin/bash3. Get the Java Process ID
4. Take a Thread Dump
5. Retrieve the Thread Dump
6. Analyze the Thread Dump
Last updated