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.EnvironmentStatisticsIsOverloadedIs this silo overloaded.MemoryUsageThe used memory size.ReceivedMessagesThe number of messages received by that silo.RecentlyUsedActivationCountNumber of activations in a silo that have been recently used.SentMessagesThe number of messages sent by that silo.TotalPhysicalMemoryThe total physical memory available [bytes].
Methods
ToStringReturns a string that represents the current object.
