6 references to GetCgroupPath
Microsoft.Extensions.Diagnostics.ResourceMonitoring (6)
Linux\LinuxUtilizationParserCgroupV2.cs (6)
154FileInfo cpuUsageFile = new(GetCgroupPath(CpuStat)); 227FileInfo cpuLimitsFile = new(GetCgroupPath(CpuLimit)); 238FileInfo cpuLimitsFile = new(GetCgroupPath(CpuLimit)); 262FileInfo cpuRequestsFile = new(GetCgroupPath(CpuRequest)); 520FileInfo memoryMinFile = new(GetCgroupPath(MemoryMin)); 541FileInfo memoryLowFile = new(GetCgroupPath(MemoryLow));