github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/man/runc-events.8.md (about)

     1  # NAME
     2     runc events - display container events such as OOM notifications, cpu, memory, and IO usage statistics
     3  
     4  # SYNOPSIS
     5     runc events [command options] <container-id>
     6  
     7  Where "<container-id>" is the name for the instance of the container.
     8  
     9  # DESCRIPTION
    10     The events command displays information about the container. By default the
    11  information is displayed once every 5 seconds.
    12  
    13  # OPTIONS
    14     --interval value     set the stats collection interval (default: 5s)
    15     --stats              display the container's stats then exit