diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-07-26 15:26:52 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-26 17:01:40 +0000 |
commit | 159f7f179bf63dee2710680a12164d7487e7e696 (patch) | |
tree | d3defe9fbb39411ba8dd6dd252815de62ddc824a /docs/podman-top.1.md | |
parent | d9ae17400d40403134f7cb484a7cb5e14fa02635 (diff) | |
download | podman-159f7f179bf63dee2710680a12164d7487e7e696.tar.gz podman-159f7f179bf63dee2710680a12164d7487e7e696.tar.bz2 podman-159f7f179bf63dee2710680a12164d7487e7e696.zip |
vendor latest containers/psgo
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #1162
Approved by: rhatdan
Diffstat (limited to 'docs/podman-top.1.md')
-rw-r--r-- | docs/podman-top.1.md | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/docs/podman-top.1.md b/docs/podman-top.1.md index 3422b3f37..5575f0339 100644 --- a/docs/podman-top.1.md +++ b/docs/podman-top.1.md @@ -24,7 +24,7 @@ to run containers such as CRI-O, the last started container could be from either The following descriptors are supported in addition to the AIX format descriptors mentioned in ps (1): -**args,comm,etime,group,nice,pcpu,pgid,pid,ppid,rgroup,ruser,time,tty,user,vsz** +**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** **capbnd** @@ -42,14 +42,30 @@ The following descriptors are supported in addition to the AIX format descriptor Set of permitted capabilities. See capabilities (7) for more information. -**seccomp** +**hgroup** - Seccomp mode of the process (i.e., disabled, strict or filter). See seccomp (2) for more information. + The corresponding effective group of a container process on the host. + +**hpid** + + The corresponding host PID of a container process. + +**huser** + + The corresponding effective user of a container process on the host. **label** Current security attributes of the process. +**seccomp** + + Seccomp mode of the process (i.e., disabled, strict or filter). See seccomp (2) for more information. + +**state** + + Process state codes (e.g, **R** for *running*, **S** for *sleeping*). See proc(5) for more information. + ## EXAMPLES By default, `podman-top` prints data similar to `ps -ef`: @@ -72,7 +88,7 @@ PID SECCOMP COMMAND %CPU ``` ## SEE ALSO -podman(1), ps(1), seccomp(2), capabilities(7) +podman(1), ps(1), seccomp(2), proc(5), capabilities(7) ## HISTORY December 2017, Originally compiled by Brent Baude <bbaude@redhat.com> |