Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 347840

Summary: sys-process/procps: cgroups output support for ps
Product: Gentoo Linux Reporter: Canek Peláez Valdés <caneko>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: hiyuh.root, hsggebhardt
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: procps-3.2.7-ps-cgroup.patch
procps-3.2.8-ps-cgroup-suppress-root-group.patch
procps-3.2.8-r2.ebuild

Description Canek Peláez Valdés 2010-12-05 21:31:43 UTC
If the kernel has cgroups enabled, the ps utility can take advantage of it and display process cgroups information. This two patches (originally from Fedora) allows this.

Also included is an updated ebuild for procps with a cgroups use flag to apply the patches.

Reproducible: Always
Comment 1 Canek Peláez Valdés 2010-12-05 21:33:47 UTC
Created attachment 256431 [details]
procps-3.2.7-ps-cgroup.patch

This patch allows the ps utility to display cgroups information
Comment 2 Canek Peláez Valdés 2010-12-05 21:34:57 UTC
Created attachment 256433 [details]
procps-3.2.8-ps-cgroup-suppress-root-group.patch

This patch suppresses the output of the root group.
Comment 3 Canek Peláez Valdés 2010-12-05 21:35:50 UTC
Created attachment 256434 [details]
procps-3.2.8-r2.ebuild

This ebuild for procps uses the last two patches and applies them if the cgroups use flag is set.
Comment 4 Canek Peláez Valdés 2011-09-28 17:09:38 UTC
Changing status to SOLVED since procps-3.2.8_p11 applies Debian patches, including the cgroup ones.