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