List All Threads

The List All Threads page shows all threads running within the JVM. The threads table has the following columns:
 

Group

This is how Threads are organised within the JVM.

Name

This is the name of a Thread.

Managing Threads

Each thread listed on this page has two icons next to it. They are:
 

Stack Trace

If you click this button then you will be taken to the Stack Trace page which lets you see exactly what is currently going on inside a thread.

Kill Thread

Clicking on this link will prompt you if you are sure. OK the dialog to kill the thread.

 

WARNING: All JVM threads are listed in this page, including those pertaining to JVM system and J2EE container functions.  Killing a thread is a last resort to solving problems and we must caution you that, while FusionReactor does allows you to stop any thread, it is highly inadvisable to stop any threads in the "system" thread group, or any threads integral to the running of your J2EE container.

Refreshing the Page

At the top of the page you will see the standard page header. At any time you can click the refresh button to update the main content. Alternatively you can select a time period from the drop-down box to update the content automatically. Selecting "None" from the drop-down box will stop the automatic refresh.