4 references to _memoryUsageInBytes
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Linux\LinuxUtilizationParserCgroupV2.cs (4)
315
if (!_fileSystem.Exists(
_memoryUsageInBytes
))
328
Throw.InvalidOperationException($"The total memory usage read from '{
_memoryUsageInBytes
}' is lesser than inactive memory read from '{_memoryStat}'.");
584
_fileSystem.ReadAll(
_memoryUsageInBytes
, bufferWriter.Buffer);
593
$"We tried to read '{
_memoryUsageInBytes
}', and we expected to get a positive number but instead it was: '{memoryUsageFile}'.");