2019-08-07 02:11:13 +08:00
|
|
|
% runc-events "8"
|
|
|
|
|
2016-03-03 08:18:17 +08:00
|
|
|
# NAME
|
2016-05-24 17:08:37 +08:00
|
|
|
runc events - display container events such as OOM notifications, cpu, memory, and IO usage statistics
|
2016-03-03 08:18:17 +08:00
|
|
|
|
|
|
|
# SYNOPSIS
|
2019-08-07 02:11:13 +08:00
|
|
|
runc events [command options] `<container-id>`
|
2016-03-03 08:18:17 +08:00
|
|
|
|
2019-08-07 02:11:13 +08:00
|
|
|
Where "`<container-id>`" is the name for the instance of the container.
|
2016-03-03 08:18:17 +08:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
The events command displays information about the container. By default the
|
|
|
|
information is displayed once every 5 seconds.
|
|
|
|
|
|
|
|
# OPTIONS
|
2019-08-07 02:11:13 +08:00
|
|
|
--interval value set the stats collection interval (default: 5s)
|
|
|
|
--stats display the container's stats then exit
|