conmon
An OCI container runtime monitor.
An OCI container runtime monitor.
To install this package, run one of the following:
Conmon is a monitoring program and communication tool between a container manager (like Podman or CRI-O) and an OCI runtime (like runc or crun) for a single container.
Upon being launched, conmon (usually) double-forks to daemonize and detach from the parent that launched it. It then launches the runtime as its child. This allows managing processes to die in the foreground, but still be able to watch over and connect to the child process (the container).
While the container runs, conmon does two things:
Finally, upon the containers death, conmon will record its exit time and code to be read by the managing programs.
Written in C and designed to have a low memory footprint, conmon is intended to be run by a container managing library. Essentially, conmon is the smallest daemon a container can have.
Summary
An OCI container runtime monitor.
Last Updated
Feb 13, 2026 at 08:12
License
Apache-2.0
Supported Platforms
GitHub Repository
https://github.com/containers/conmonDocumentation
https://github.com/containers/conmon