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