# docker compose top

**Description:** Display the running processes

**Usage:** `docker compose top [SERVICES...]`










## Description

Displays the running processes




## Examples

```console
$ docker compose top
example_foo_1
UID    PID      PPID     C    STIME   TTY   TIME       CMD
root   142353   142331   2    15:33   ?     00:00:00   ping localhost -c 5
```



