Class CmsSingleThreadDumperThread

java.lang.Object
java.lang.Thread
org.opencms.main.CmsSingleThreadDumperThread
All Implemented Interfaces:
Runnable

public class CmsSingleThreadDumperThread extends Thread
Profiling thread used for the startup process.

Periodically creates thread dumps for a single thread, saves them zo a ZIP file, and also generates a summary XML files presenting the stack frames with with their sample counts as a tree structure.

  • Constructor Details

    • CmsSingleThreadDumperThread

      public CmsSingleThreadDumperThread(String filename, String summaryFilename, long id)
      Creates a new instance.

      Parameters:
      filename - the name of the zip file to generate
      summaryFilename - the name of the summary file to generate
      id - the id of the thread to monitor
  • Method Details