SiloRuntimeStatistics
class
Namespace: Orleans.Runtime
Snapshot of current runtime statistics for a silo
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class SiloRuntimeStatisticsProperties
ActivationCountTotal number of activations in a silo.AvailableMemoryThe amount of memory available in the silo [bytes].ClientCountThe number of clients currently connected to that silo.CpuUsageThe CPU utilization.DateTimeThe DateTime when this statistics was created.EnvironmentStatisticsGets the environment resource utilization statistics for the silo.IsOverloadedIs this silo overloaded.MemoryUsageThe used memory size.ReceivedMessagesThe cumulative size, in bytes, of messages received by the silo.RecentlyUsedActivationCountNumber of activations in a silo that have been recently used.SentMessagesThe cumulative size, in bytes, of messages sent by the silo.TotalPhysicalMemoryThe total physical memory available [bytes].
Methods
ToStringReturns a string that represents the current object.
