ResourceUtilization 구조체

정의

주의

This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.

지정된 시점에 리소스 사용량을 캡처합니다.

public value class ResourceUtilization
[System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public readonly struct ResourceUtilization
public readonly struct ResourceUtilization
[<System.Obsolete("This API is obsolete and will be removed in a future version. Consider using Resource Monitoring observable instruments.", DiagnosticId="EXTOBS0001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type ResourceUtilization = struct
type ResourceUtilization = struct
Public Structure ResourceUtilization
상속
ResourceUtilization
특성

생성자

Name Description
ResourceUtilization(Double, UInt64, SystemResources)
사용되지 않음.

ResourceUtilization 구조체의 새 인스턴스를 초기화합니다.

속성

Name Description
CpuUsedPercentage
사용되지 않음.

CPU 사용률 비율을 가져옵니다.

MemoryUsedInBytes
사용되지 않음.

사용된 총 메모리를 가져옵니다.

MemoryUsedPercentage
사용되지 않음.

메모리 사용률 비율을 가져옵니다.

Snapshot
사용되지 않음.

시스템의 리소스 사용률에 대한 최신 스냅샷을 가져옵니다.

SystemResources
사용되지 않음.

기본 시스템에서 정의한 CPU 및 메모리 제한을 가져옵니다.

적용 대상