github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/man/runc-events.8.md (about)

     1  % runc-events "8"
     2  
     3  # NAME
     4  **runc-events** - display container events and statistics.
     5  
     6  # SYNOPSIS
     7  **runc events** [_option_ ...] _container-id_
     8  
     9  # DESCRIPTION
    10  The **events** command displays information about the container. By default,
    11  it works continuously, displaying stats every 5 seconds, and container events
    12  as they occur.
    13  
    14  # OPTIONS
    15  **--interval** _time_
    16  : Set the stats collection interval. Default is **5s**.
    17  
    18  **--stats**
    19  : Show the container's stats once then exit.
    20  
    21  # SEE ALSO
    22  
    23  **runc**(8).