Skip to content

SiloRuntimeStatistics Properties

Snapshot of current runtime statistics for a silo

AvailableMemory

get
View source
[Orleans.Id(3)]
[System.Obsolete(The will be removed, use EnvironmentStatistics.FilteredAvailableMemoryBytes instead., False)]
public float? AvailableMemory
The amount of memory available in the silo [bytes].

ClientCount

get
View source
[Orleans.Id(7)]
public long ClientCount
The number of clients currently connected to that silo.

CpuUsage

get
View source
[Orleans.Id(2)]
[System.Obsolete(The will be removed, use EnvironmentStatistics.FilteredCpuUsagePercentage instead., False)]
public float? CpuUsage
The CPU utilization.

DateTime

get
View source
[Orleans.Id(10)]
public DateTime DateTime
The DateTime when this statistics was created.

EnvironmentStatistics

get
View source
[Orleans.Id(11)]
public EnvironmentStatistics EnvironmentStatistics
Gets the environment resource utilization statistics for the silo.

MemoryUsage

get
View source
[Orleans.Id(4)]
[System.Obsolete(The will be removed, use EnvironmentStatistics.FilteredMemoryUsageBytes instead., False)]
public long? MemoryUsage
The used memory size.

ReceivedMessages

get
View source
[Orleans.Id(8)]
public long ReceivedMessages
The cumulative size, in bytes, of messages received by the silo.

SentMessages

get
View source
[Orleans.Id(9)]
public long SentMessages
The cumulative size, in bytes, of messages sent by the silo.

TotalPhysicalMemory

get
View source
[Orleans.Id(5)]
[System.Obsolete(The will be removed, use EnvironmentStatistics.MaximumAvailableMemoryBytes instead., False)]
public long? TotalPhysicalMemory
The total physical memory available [bytes].