5 references to _memoryStat
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Linux\LinuxUtilizationParserCgroupV2.cs (5)
348if (!_fileSystem.Exists(_memoryStat)) 356_fileSystem.ReadAll(_memoryStat, bufferWriter.Buffer); 364Throw.InvalidOperationException($"Unable to find inactive_file from '{_memoryStat}'."); 373Throw.InvalidOperationException($"The value of inactive_file found in '{_memoryStat}' is not a positive number: '{new string(inactiveMemorySlice)}'."); 391Throw.InvalidOperationException($"The total memory usage read from '{_memoryUsageInBytes}' is lesser than inactive memory read from '{_memoryStat}'.");