ICorePerformanceMetrics Interface

Definition

public interface ICorePerformanceMetrics
type ICorePerformanceMetrics = interface
Public Interface ICorePerformanceMetrics
Derived

Properties

AvailablePhysicalMemory

Amount of memory available to processes running on the machine

CpuUsage

CPU utilization

MemoryUsage

Current memory usage

ReceivedMessages

total number of remote received messages, from other silos as well as from the clients.

ReceiveQueueLength

the current size of the receive queue (number of messages that arrived to this silo and are waiting to be dispatched). Captures both remote and local messages from other silos as well as from the clients.

SendQueueLength

the current size of the send queue (number of messages waiting to be sent). Only captures remote messages to other silos (not including messages to the clients).

SentMessages

total number of remote messages sent to other silos as well as to the clients.

TotalPhysicalMemory

Amount of physical memory on the machine

Applies to