mirror of
https://github.com/containers/podman.git
synced 2025-10-19 04:03:23 +08:00
docs: add missing groups and hgroups descriptors to podman-top documentation
Signed-off-by: shiavm006 <shivammittal42006@gmail.com>
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user