# SiloRuntimeStatistics

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs#L14)

```csharp
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class SiloRuntimeStatistics
```

Snapshot of current runtime statistics for a silo

## Properties

- [ActivationCount](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/activationcount-c38dab04/)
- [AvailableMemory](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/availablememory-ac96825d/)
- [ClientCount](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/clientcount-f1289dda/)
- [CpuUsage](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/cpuusage-46db2286/)
- [DateTime](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/datetime-03049d1c/)
- [EnvironmentStatistics](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/environmentstatistics-a8071972/)
- [IsOverloaded](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/isoverloaded-858de25d/)
- [MemoryUsage](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/memoryusage-c6297d6f/)
- [ReceivedMessages](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/receivedmessages-bf908397/)
- [RecentlyUsedActivationCount](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/recentlyusedactivationcount-c77af91f/)
- [SentMessages](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/sentmessages-ad79684e/)
- [TotalPhysicalMemory](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/properties/totalphysicalmemory-1f3ebd0d/)

## Methods

- [ToString](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.siloruntimestatistics/methods/tostring-7e48cb1a/)
