3 references to _cpuPodWeight
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationParserCgroupV1.cs (3)
455
if (!fileSystem.Exists(
_cpuPodWeight
))
462
fileSystem.ReadFirstLine(
_cpuPodWeight
, bufferWriter.Buffer);
468
Throw.InvalidOperationException($"Could not parse '{
_cpuPodWeight
}' content. Expected to find CPU weight but got '{new string(cpuPodWeightBuffer)}' instead.");