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