org.eclipse.mat.ibmvm.agent
Class DumpAgent

java.lang.Object
  extended by org.eclipse.mat.ibmvm.agent.DumpAgent

public class DumpAgent
extends java.lang.Object

Helper class which is loaded into the target VM to create a dump.


Field Summary
static java.lang.String HEAP
           
static java.lang.String JAVA
           
static java.lang.String SEPARATOR
           
static java.lang.String SYSTEM
           
 
Constructor Summary
DumpAgent()
           
 
Method Summary
static void agentmain(java.lang.String arg)
          Generate a dump on this machine
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

public static final java.lang.String SEPARATOR
See Also:
Constant Field Values

SYSTEM

public static final java.lang.String SYSTEM
See Also:
Constant Field Values

HEAP

public static final java.lang.String HEAP
See Also:
Constant Field Values

JAVA

public static final java.lang.String JAVA
See Also:
Constant Field Values
Constructor Detail

DumpAgent

public DumpAgent()
Method Detail

agentmain

public static void agentmain(java.lang.String arg)
Generate a dump on this machine

Parameters:
arg - E.g. "system", "heap+java"

main

public static void main(java.lang.String[] args)