Uses of Class
org.eclipse.mat.snapshot.acquire.VmInfo
Package
Description
Generator of HPROF dumps from other running processes on the system,
just a acquire dumps extension, not an Application Programming Interface (API).
Create IBM dumps - this is an internal package not intended as an Application Programming Interface (API) except as an extension.
Support for collecting arguments for acquiring heap dumps from running programs.
Classes to help get a snapshot from a current running process on the system.
Acquire heap dumps from other running processes - user interface (not API).
-
Uses of VmInfo in org.eclipse.mat.hprof.acquire
Modifier and TypeMethodDescriptionJMapHeapDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) -
Uses of VmInfo in org.eclipse.mat.ibmvm.acquire
Modifier and TypeClassDescriptionclass
Information about an IBM VM, for use when using a helper VM to create a dump.class
Stores information about the target VM.Modifier and TypeMethodDescriptionIBMExecDumpProvider.getAvailableVMs
(IProgressListener listener) Modifier and TypeMethodDescriptionIBMDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) IBMExecDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) -
Uses of VmInfo in org.eclipse.mat.internal.acquire
Modifier and TypeMethodDescriptionstatic final VmInfoDescriptor
VmInfoDescriptor.createDescriptor
(VmInfo vmInfo) -
Uses of VmInfo in org.eclipse.mat.snapshot.acquire
Modifier and TypeMethodDescriptionIHeapDumpProvider.getAvailableVMs
(IProgressListener listener) Returns a list of locally running Java processes from which the heap dump provider can attempt to acquire a heap dumpModifier and TypeMethodDescriptionIHeapDumpProvider.acquireDump
(VmInfo info, File preferredLocation, IProgressListener listener) Acquire a heap dump from a locally running Java process. -
Uses of VmInfo in org.eclipse.mat.ui.internal.acquire