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