Table of Contents

Struct CLRRuntimeSource.HeapMetrics

Namespace
Steeltoe.Management.Endpoint.Metrics.Observer
Assembly
Steeltoe.Management.EndpointBase.dll
public struct CLRRuntimeSource.HeapMetrics
Inherited Members

Constructors

HeapMetrics(long, IList<long>)

public HeapMetrics(long total, IList<long> collections)

Parameters

total long
collections IList<long>

Fields

CollectionCounts

public IList<long> CollectionCounts

Field Value

IList<long>

TotalMemory

public long TotalMemory

Field Value

long