1 write to _cachedCgroupPath
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Linux\LinuxUtilizationParserCgroupV2.cs (1)
135
_cachedCgroupPath
= "/sys/fs/cgroup" + trimmedPath.ToString().TrimEnd('/') + "/";
3 references to _cachedCgroupPath
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationParserCgroupV2.cs (3)
109
if (
_cachedCgroupPath
!= null)
111
return $"{
_cachedCgroupPath
}{filename}";
137
return $"{
_cachedCgroupPath
}{filename}";