Class ThreaddumpConsolePlugin
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.composum.sling.nodes.consoleplugin.ThreaddumpConsolePlugin
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class ThreaddumpConsolePlugin extends javax.servlet.http.HttpServlet
Displays the stacktraces of active or all threads. Use as console plugin: http://localhost:9090/system/console/threaddump- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
ThreaddumpConsolePlugin.ThreaddumpRunner
-
Field Summary
Fields Modifier and Type Field Description protected static String
LOC_CSS
Location for the CSS.static String
PARAM_NAMEREGEX
static String
PARAM_STATE
-
Constructor Summary
Constructors Constructor Description ThreaddumpConsolePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
LOC_CSS
protected static final String LOC_CSS
Location for the CSS.- See Also:
- Constant Field Values
-
PARAM_STATE
public static final String PARAM_STATE
- See Also:
- Constant Field Values
-
PARAM_NAMEREGEX
public static final String PARAM_NAMEREGEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
- Overrides:
doGet
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
-
-