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