.nh .TH podman\-pod\-top(1) .SH NAME .PP podman\-pod\-top \- Display the running processes of containers in a pod .SH SYNOPSIS .PP \fBpodman pod top\fP [\fIoptions\fP] \fIpod\fP [\fIformat\-descriptors\fP] .SH DESCRIPTION .PP Display the running processes of containers in a pod. The \fIformat\-descriptors\fP are ps (1) compatible AIX format descriptors but extended to print additional information, such as the seccomp mode or the effective capabilities of a given process. The descriptors can either be passed as separated arguments or as a single comma\-separated argument. Note that you can specify options and/or additionally options of ps(1); in this case, Podman will fallback to executing ps with the specified arguments and options in the container. .SH OPTIONS .SS \fB\-\-help\fP, \fB\-h\fP .PP Print usage statement .SS \fB\-\-latest\fP, \fB\-l\fP .PP Instead of providing the pod name or ID, use the last created pod. .PP The latest option is not supported on the remote client. .SH FORMAT DESCRIPTORS .PP Please refer to podman\-top(1) for a full list of available descriptors. .SH EXAMPLES .PP By default, \fB\fCpodman\-pod\-top\fR prints data similar to \fB\fCps \-ef\fR: .PP .RS .nf $ podman pod top b031293491cc USER PID PPID %CPU ELAPSED TTY TIME COMMAND root 1 0 0.000 2h5m38.737137571s ? 0s top root 8 0 0.000 2h5m15.737228361s ? 0s top .fi .RE .PP The output can be controlled by specifying format descriptors as arguments after the pod: .PP .RS .nf $ podman pod top \-l pid seccomp args %C PID SECCOMP COMMAND %CPU 1 filter top 0.000 1 filter /bin/sh 0.000 .fi .RE .SH SEE ALSO .PP podman\-pod(1), podman\-top(1), ps(1), seccomp(2), proc(5), capabilities(7) .SH HISTORY .PP August 2018, Originally compiled by Peter Hunt pehunt@redhat.com \[la]mailto:pehunt@redhat.com\[ra]