Table of Contents

Class SystemHealthMetrics

Namespace
DotCompute.Abstractions.Telemetry.Types
Assembly
DotCompute.Abstractions.dll

System health metrics.

public sealed class SystemHealthMetrics
Inheritance
SystemHealthMetrics
Inherited Members

Properties

CpuUtilization

Gets or sets the CPU utilization percentage.

public double CpuUtilization { get; set; }

Property Value

double

GpuUtilization

Gets or sets the GPU utilization percentage.

public double GpuUtilization { get; set; }

Property Value

double

MemoryUtilization

Gets or sets the memory utilization percentage.

public double MemoryUtilization { get; set; }

Property Value

double

Timestamp

Gets or sets the timestamp of the metrics.

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset