Enum HeapDumpType
- Namespace
- Steeltoe.Management.Endpoint.Actuators.HeapDump
- Assembly
- Steeltoe.Management.Endpoint.dll
public enum HeapDumpType
- Extension Methods
Fields
Full = 0The largest dump containing all memory including the module images.
GCDump = 4A Garbage Collector dump, created by triggering a GC, turning on special events, and regenerating the graph of object roots from the event stream.
Heap = 1A large and relatively comprehensive dump containing module lists, thread lists, all stacks, exception information, handle information, and all memory except for mapped images.
Mini = 2A small dump containing module lists, thread lists, exception information, and all stacks.
Triage = 3A small dump containing module lists, thread lists, exception information, all stacks and PII removed.