public class

HeapDumper

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.monitor.dump.HeapDumper

Class Overview

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

Summary

Public Constructors
HeapDumper()
Public Methods
static void dumpHeap(String fileName, boolean live)
Dump heap to a given file.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HeapDumper ()

Public Methods

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