Table of Contents

Enum HeapDumpType

Namespace
Steeltoe.Management.Endpoint.Actuators.HeapDump
Assembly
Steeltoe.Management.Endpoint.dll
public enum HeapDumpType
Extension Methods

Fields

Full = 0

The largest dump containing all memory including the module images.

GCDump = 4

A Garbage Collector dump, created by triggering a GC, turning on special events, and regenerating the graph of object roots from the event stream.

Heap = 1

A large and relatively comprehensive dump containing module lists, thread lists, all stacks, exception information, handle information, and all memory except for mapped images.

Mini = 2

A small dump containing module lists, thread lists, exception information, and all stacks.

Triage = 3

A small dump containing module lists, thread lists, exception information, all stacks and PII removed.