mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
docs: add missing groups and hgroups descriptors to podman-top documentation
Signed-off-by: shiavm006 <shivammittal42006@gmail.com>
This commit is contained in:
parent
618aa05d18
commit
c33af3c8dd
1 changed files with 13 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Print usage statement
|
|||
|
||||
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**
|
||||
|
||||
|
|
@ -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.
|
||||
|
||||
**group**
|
||||
|
||||
The effective group of the process.
|
||||
|
||||
**groups**
|
||||
|
||||
The supplementary groups of the process.
|
||||
|
||||
**hgroup**
|
||||
|
||||
The corresponding effective group of a container process on the host.
|
||||
|
||||
**hgroups**
|
||||
|
||||
The corresponding supplementary groups of a container process on the host.
|
||||
|
||||
**hpid**
|
||||
|
||||
The corresponding host PID of a container process.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue