]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
cgroup.py: Add method to get pids in a cgroup
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 17 May 2021 14:15:59 +0000 (14:15 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 24 May 2021 15:42:33 +0000 (09:42 -0600)
commit3a1671cb2eb4d1e6b973b93856c317fec319e037
treeabac4ebdd2316ba41c9e431cb0fff2dfdd88ac57
parent18b49234d65a0a58df253dca09343e9649d8cb19
cgroup.py: Add method to get pids in a cgroup

Add a method, get_pids_in_cgroup(), that will return
the pids in a given cgroup.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/cgroup.py