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