Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.management
Class Memory

java.lang.Object
  extended by oracle.javatools.management.Memory


public class Memory
extends java.lang.Object

Memory utilities, some HotSpot dependent.


Constructor Summary
Memory()
           

 

Method Summary
static void dumpHeap(java.lang.String path, boolean live)
          Dump a snapshot of memory to a file.
static java.lang.String summary()
          Gets a summary of current memory.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Memory

public Memory()

Method Detail

summary

public static java.lang.String summary()
Gets a summary of current memory.

dumpHeap

public static void dumpHeap(java.lang.String path,
                            boolean live)
Dump a snapshot of memory to a file.
Parameters:
path - the path of the file to create.
live - whether to dump only live objects.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.