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