Thread visualization


The thread visualization tool can be used to analyze what is happening in the JVM (when an application is slow, for example). 

The tool displays all threads linked to the JVM carrying Ametys and can therefore display the threads of other applications.
For example, if a single Tomcat carries two applications CMS BO and CMS FO, each of the two applications will display the threads of the 2 applications combined.

It can be accessed from the administration console, in the Operations tab. 

After clicking on this button, the Threads tab window below opens. 

It's a snapshot at a given moment of what the JVM is currently executing. To update the tool, right-click "Refresh" on the tab. 

When you open a call stack, the code specific to Ametys is displayed in bold. 

By default, the tool applies the following filters to threads (to display only really useful threads): 

Columns to which a filter is applied have their title underlined.

  • RUNNABLE status
  • using code Ametys
  • Work stack of at least 1 line

Back to top