다음을 통해 공유


IClientPerformanceMetrics 인터페이스

정의

Orleans 클라이언트별 중요한 주요 성능 메트릭의 작은 집합입니다.

public interface IClientPerformanceMetrics : Orleans.Runtime.ICorePerformanceMetrics
type IClientPerformanceMetrics = interface
    interface ICorePerformanceMetrics
Public Interface IClientPerformanceMetrics
Implements ICorePerformanceMetrics
구현

속성

AvailablePhysicalMemory

컴퓨터에서 실행 중인 프로세스에 사용할 수 있는 메모리 양

(다음에서 상속됨 ICorePerformanceMetrics)
ConnectedGatewayCount

이 클라이언트가 현재 연결되어 있는 게이트웨이 수입니다.

CpuUsage

CPU 사용률

(다음에서 상속됨 ICorePerformanceMetrics)
MemoryUsage

현재 메모리 사용량

(다음에서 상속됨 ICorePerformanceMetrics)
ReceivedMessages

클라이언트뿐만 아니라 다른 사일로에서 받은 원격 메시지의 총 수입니다.

(다음에서 상속됨 ICorePerformanceMetrics)
ReceiveQueueLength

수신 큐의 현재 크기(이 사일로에 도착하여 디스패치 대기 중인 메시지 수)입니다. 다른 사일로와 클라이언트의 원격 및 로컬 메시지를 모두 캡처합니다.

(다음에서 상속됨 ICorePerformanceMetrics)
SendQueueLength

송신 큐의 현재 크기(전송 대기 중인 메시지 수)입니다. 원격 메시지를 다른 사일로에만 캡처합니다(클라이언트에 메시지를 포함하지 않음).

(다음에서 상속됨 ICorePerformanceMetrics)
SentMessages

클라이언트뿐만 아니라 다른 사일로로 전송된 총 원격 메시지 수입니다.

(다음에서 상속됨 ICorePerformanceMetrics)
TotalPhysicalMemory

컴퓨터의 실제 메모리 양

(다음에서 상속됨 ICorePerformanceMetrics)

적용 대상