Package org.eclipse.mat.ibmvm.acquire
Class IBMVmInfo
java.lang.Object
org.eclipse.mat.snapshot.acquire.VmInfo
org.eclipse.mat.ibmvm.acquire.IBMVmInfo
- Direct Known Subclasses:
IBMExecVmInfo
Stores information about the target VM.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a proposed file name under which the heap dump should be saved, e.g.Methods inherited from class org.eclipse.mat.snapshot.acquire.VmInfo
getDescription, getHeapDumpProvider, getPid, isHeapDumpEnabled, setDescription, setHeapDumpEnabled, setHeapDumpProvider, setPid, setProposedFileName, toString
-
Field Details
-
type
-
live
public boolean live -
compress
public boolean compress -
dumpdir
-
-
Method Details
-
getProposedFileName
Description copied from class:VmInfo
Returns a proposed file name under which the heap dump should be saved, e.g. java_pid%pid%.hprof for HPROF files or a file name template subject to substitution usingMessageUtil.format(java.lang.String, java.lang.Object...)
with three parameters,Date
date, int pid, int index For example: mydumpname.{0,date,yyyyMMdd.HHmmss}.{1,number,0}.{2,number,0000}.dmp- Overrides:
getProposedFileName
in classVmInfo
- Returns:
- a suggested file name template
-