Merge pull request #26834 from shiavm006/bugfix-1

docs: add missing groups and hgroups descriptors to podman top documentation
This commit is contained in:
openshift-merge-bot[bot]
2025-08-19 14:33:38 +00:00
committed by GitHub

View File

@ -30,7 +30,7 @@ Print usage statement
The following descriptors are supported in addition to the AIX format descriptors mentioned in ps (1): The following descriptors are supported in addition to the AIX format descriptors mentioned in ps (1):
**args, capbnd, capeff, capinh, capprm, comm, etime, group, hgroup, hpid, huser, label, nice, pcpu, pgid, pid, ppid, rgroup, ruser, seccomp, state, time, tty, user, vsz** **args, capbnd, capeff, capinh, capprm, comm, etime, group, groups, hgroup, hgroups, hpid, huser, label, nice, pcpu, pgid, pid, ppid, rgroup, ruser, seccomp, state, time, tty, user, vsz**
**capbnd** **capbnd**
@ -48,10 +48,22 @@ The following descriptors are supported in addition to the AIX format descriptor
Set of permitted capabilities. See capabilities (7) for more information. Set of permitted capabilities. See capabilities (7) for more information.
**group**
The effective group of the process.
**groups**
The supplementary groups of the process.
**hgroup** **hgroup**
The corresponding effective group of a container process on the host. The corresponding effective group of a container process on the host.
**hgroups**
The corresponding supplementary groups of a container process on the host.
**hpid** **hpid**
The corresponding host PID of a container process. The corresponding host PID of a container process.