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.

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.

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].