com.atlassian.jira.web.monitor.dump
Class HeapDumper

java.lang.Object
  extended by com.atlassian.jira.web.monitor.dump.HeapDumper

public class HeapDumper
extends Object

Dumps heaps. Don't use it at home. If you have to, then make sure you're running on Hotspot

Since:
v6.0

Constructor Summary
HeapDumper()
           
 
Method Summary
static void dumpHeap(String fileName, boolean live)
          Dump heap to a given file.
 
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

dumpHeap

public static void dumpHeap(String fileName,
                            boolean live)
Dump heap to a given file.

Parameters:
fileName - file name for the dump - will be relative to working directory
live - if true, only live (reachable) objects will be included in the dump


Copyright © 2002-2014 Atlassian. All Rights Reserved.