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
GpuUtilization
Gets or sets the GPU utilization percentage.
public double GpuUtilization { get; set; }
Property Value
MemoryUtilization
Gets or sets the memory utilization percentage.
public double MemoryUtilization { get; set; }
Property Value
Timestamp
Gets or sets the timestamp of the metrics.
public DateTimeOffset Timestamp { get; set; }