5 references to _cpuPodWeight
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Linux\LinuxUtilizationParserCgroupV2.cs (5)
539if (!fileSystem.Exists(_cpuPodWeight)) 546fileSystem.ReadFirstLine(_cpuPodWeight, bufferWriter.Buffer); 552$"Could not parse '{_cpuPodWeight}' content. Expected to find CPU weight but got '{new string(cpuPodWeightBuffer)}' instead."); 560$"Could not parse '{_cpuPodWeight}' content. Expected to get an integer but got: '{cpuPodWeightBuffer}'."); 566$"Expected to find CPU weight in range [{CpuPodWeightPossibleMin}-{CpuPodWeightPossibleMax}] in '{_cpuPodWeight}', but got '{cpuPodWeight}' instead.");