IClientPerformanceMetrics 接口

定义

一小组每新奥尔良客户端的重要关键性能指标。

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)

适用于