diff options
Diffstat (limited to 'docs/podman-pod-top.1.md')
-rw-r--r-- | docs/podman-pod-top.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-pod-top.1.md b/docs/podman-pod-top.1.md index 3f714af20..0b330eb03 100644 --- a/docs/podman-pod-top.1.md +++ b/docs/podman-pod-top.1.md @@ -70,7 +70,7 @@ The following descriptors are supported in addition to the AIX format descriptor By default, `podman-top` prints data similar to `ps -ef`: ``` - # podman pod top b031293491cc +$ 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 @@ -79,7 +79,7 @@ root 8 0 0.000 2h5m15.737228361s ? 0s top The output can be controlled by specifying format descriptors as arguments after the pod: ``` - # podman pod top -l pid seccomp args %C +$ podman pod top -l pid seccomp args %C PID SECCOMP COMMAND %CPU 1 filter top 0.000 1 filter /bin/sh 0.000 |