4 references to _cpuCfsQuaotaPeriodUs
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Linux\LinuxUtilizationParserCgroupV2.cs (4)
489
if (!fileSystem.Exists(
_cpuCfsQuaotaPeriodUs
))
496
fileSystem.ReadFirstLine(
_cpuCfsQuaotaPeriodUs
, bufferWriter.Buffer);
516
Throw.InvalidOperationException($"Could not parse '{
_cpuCfsQuaotaPeriodUs
}'. Expected an integer but got: '{new string(quotaBuffer)}'.");
526
Throw.InvalidOperationException($"Could not parse '{
_cpuCfsQuaotaPeriodUs
}'. Expected to get an integer but got: '{new string(cpuPeriodSlice)}'.");