org.gridkit.lab.jvm.attach
Class HeapDumper

java.lang.Object
  extended by org.gridkit.lab.jvm.attach.HeapDumper

public class HeapDumper
extends Object

Author:
Alexey Ragozin ([email protected])

Constructor Summary
HeapDumper()
           
 
Method Summary
static String dumpAll(int pid, String targetFile, long timeoutMs)
           
static String dumpLive(int pid, String targetFile, long timeoutMs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapDumper

public HeapDumper()
Method Detail

dumpLive

public static String dumpLive(int pid,
                              String targetFile,
                              long timeoutMs)

dumpAll

public static String dumpAll(int pid,
                             String targetFile,
                             long timeoutMs)


Copyright © 2019. All Rights Reserved.