Creating Java Thread Dumps for Coldfusion with Jstack
Another option to see what is going on at a specific point in time is to generate a JVM Thread Dump. You can generate a thread dump by using the jstack tool that comes with the Java Development Kit (JDK).Read →