4 references to _memoryStat
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Linux\LinuxUtilizationParserCgroupV1.cs (4)
213
_fileSystem.ReadAll(
_memoryStat
, bufferWriter.Buffer);
220
Throw.InvalidOperationException($"Unable to find total_inactive_file from '{
_memoryStat
}'.");
228
Throw.InvalidOperationException($"The value of total_inactive_file found in '{
_memoryStat
}' is not a positive number: '{new string(inactiveMemorySlice)}'.");
251
Throw.InvalidOperationException($"The total memory usage read from '{_memoryUsageInBytes}' is lesser than inactive memory usage read from '{
_memoryStat
}'.");