Akka.Cluster.PerformanceCounterMetricsCollector.SystemMemoryAvailable C# (CSharp) Method

SystemMemoryAvailable() public method

Gets the amount of system memory available. Creates a new instance each time.
public SystemMemoryAvailable ( ) : Metric
return Metric
        public Metric SystemMemoryAvailable()
        {
            return Metric.Create(StandardMetrics.SystemMemoryAvailable, _systemAvailableMemory.NextValue(), DecayFactor);
        }