5 references to _cpuPodWeight
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Linux\LinuxUtilizationParserCgroupV2.cs (5)
539
if (!fileSystem.Exists(
_cpuPodWeight
))
546
fileSystem.ReadFirstLine(
_cpuPodWeight
, bufferWriter.Buffer);
552
$"Could not parse '{
_cpuPodWeight
}' content. Expected to find CPU weight but got '{new string(cpuPodWeightBuffer)}' instead.");
560
$"Could not parse '{
_cpuPodWeight
}' content. Expected to get an integer but got: '{cpuPodWeightBuffer}'.");
566
$"Expected to find CPU weight in range [{CpuPodWeightPossibleMin}-{CpuPodWeightPossibleMax}] in '{
_cpuPodWeight
}', but got '{cpuPodWeight}' instead.");