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