|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.massimo.utils.DebugDump
public final class DebugDump
Dump useful information about the JVM: threads, classes, JVM memory, properties
Method Summary | |
---|---|
static void |
classDump(PrintStream out,
Class clazz)
|
static void |
classesDump(PrintStream out)
Try to get the private field Vector classes from the ClassLoader. |
protected static ThreadGroup |
findRootThreadGroup()
|
static void |
jvmStateDump(PrintStream out)
|
static void |
systemPropertiesDump(PrintStream out)
|
protected static void |
threadDump(PrintStream out,
Thread t,
String indent)
|
protected static void |
threadGroupDump(PrintStream out,
ThreadGroup tg,
String indent)
|
static void |
threadStateDump(PrintStream out)
|
static void |
writeMap(Map properties,
PrintStream out)
Sort and write the properties to out. |
static void |
writeProperties(Properties properties,
PrintStream out)
Sort and write the properties to out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void classDump(PrintStream out, Class clazz)
public static void classesDump(PrintStream out)
out
- Dump the classes to this streamprotected static ThreadGroup findRootThreadGroup()
public static void jvmStateDump(PrintStream out)
public static void systemPropertiesDump(PrintStream out)
protected static void threadDump(PrintStream out, Thread t, String indent)
protected static void threadGroupDump(PrintStream out, ThreadGroup tg, String indent)
public static void threadStateDump(PrintStream out)
public static void writeMap(Map properties, PrintStream out)
properties
- out
- public static void writeProperties(Properties properties, PrintStream out)
properties
- out
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |