org.eclipse.mat.ibmvm.agent
Class DumpAgent
java.lang.Object
org.eclipse.mat.ibmvm.agent.DumpAgent
public class DumpAgent
- extends Object
Helper class which is loaded into the target VM to create a dump.
This class requires an IBM VM to compile.
A precompiled version of this class exists in the classes folder.
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
HEAP
public static final String HEAP
- See Also:
- Constant Field Values
JAVA
public static final String JAVA
- See Also:
- Constant Field Values
DumpAgent
public DumpAgent()
agentmain
public static void agentmain(String arg)
- Generate a dump on this machine
- Parameters:
arg
- E.g. "system", "heap+java"
main
public static void main(String[] args)