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