Copy this script and check it first on non-prod environment before using it when you actually need to find the root cause. #!/bin/sh # # Takes the JBoss PID as an argument. # Usage: sh ./high_cpu_linux_jstack.sh <JBOSS_PID> # Number Read more…
Copy this script and check it first on non-prod environment before using it when you actually need to find the root cause. #!/bin/sh # # Takes the JBoss PID as an argument. # Usage: sh ./high_cpu_linux_jstack.sh <JBOSS_PID> # Number Read more…