Table of Contents

Class SystemMonitoringStatistics

Namespace
DotCompute.Runtime.Services
Assembly
DotCompute.Runtime.dll

Statistics for system monitoring performance tracking.

public sealed class SystemMonitoringStatistics
Inheritance
SystemMonitoringStatistics
Inherited Members

Properties

AverageMetricsPerCycle

Gets or sets the average metrics per cycle.

public double AverageMetricsPerCycle { get; }

Property Value

double

The average metrics per cycle.

TotalHealthChecks

Gets or sets the total health checks.

public long TotalHealthChecks { get; }

Property Value

long

The total health checks.

TotalMetricsRecorded

Gets or sets the total metrics recorded.

public long TotalMetricsRecorded { get; }

Property Value

long

The total metrics recorded.

TotalMonitoringCycles

Gets or sets the total monitoring cycles.

public long TotalMonitoringCycles { get; }

Property Value

long

The total monitoring cycles.