1NAME() NAME()
2
3
4
5 runc events - display container events such as OOM notifications, cpu,
6 memory, and IO usage statistics
7
8
9
11 runc events [command options] <container-id>
12
13
14 Where "<container-id>" is the name for the instance of the container.
15
16
17
19 The events command displays information about the container. By default
20 the information is displayed once every 5 seconds.
21
22
23
25 --interval value set the stats collection interval (default: 5s)
26 --stats display the container's stats then exit
27
28
29
30 NAME()