IHostEnvironmentStatistics.CpuUsage 属性

定义

获取 0.0-100.0 中的主机 CPU 使用率。

public float? CpuUsage { get; }
member this.CpuUsage : Nullable<single>
Public ReadOnly Property CpuUsage As Nullable(Of Single)

属性值

0.7

示例

70.0f CPU 使用率为 70%。

适用于