Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
- java.lang.Object
-
- oracle.javatools.management.Memory
-
-
Constructor Summary
Constructors
Constructor and Description |
Memory() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
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
-
-
Method Detail
-
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.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.