Akka.Cluster.PerformanceCounterMetricsCollector.SystemMemoryAvailable C# (CSharp) Метод

SystemMemoryAvailable() публичный Метод

Gets the amount of system memory available. Creates a new instance each time.
public SystemMemoryAvailable ( ) : Metric
Результат Metric
        public Metric SystemMemoryAvailable()
        {
            return Metric.Create(StandardMetrics.SystemMemoryAvailable, _systemAvailableMemory.NextValue(), DecayFactor);
        }