IHostEnvironmentStatistics
interface
Namespace: Orleans.Statistics
Functionality for accessing statistics relating to the hosting environment.
[System.Obsolete(This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.)]public interface IHostEnvironmentStatisticsProperties
AvailableMemoryGets the total memory available for allocation on the host in bytes.CpuUsageGets the host CPU usage from 0.0-100.0.TotalPhysicalMemoryGets the total physical memory on the host in bytes.
