shirou / gopsutil

psutil for golang
Other
10.47k stars 1.58k forks source link

[process] Add support for cgroups #1552

Closed atoulme closed 9 months ago

atoulme commented 9 months ago

Add support for cgroups - only on Linux, all other OSes do not expose this information.

atoulme commented 9 months ago

@shirou wdyt?

shirou commented 9 months ago

I don't want to add Linux specific information anymore. However, I am thinking about v4 to have a room about this kind of information. If this implementation works well, I would like to add these information in it.

atoulme commented 9 months ago

I see, we will work on this separately then.