]> @LXC_GENERATE_DATE@ lxc-ps 1 lxc-ps list the processes belonging to a specific container. lxc-ps --name name --lxc --host -- ps options Description lxc-ps is a wrapper to the ps command to report the name of lxc container associated to reported processes. The cgroup fs must be mounted before container creation, to be able to have lxc-ps to find the container associated to processes. The additional specified ps options must not remove the default ps header and the pid information, to be able to have the lxc-ps to find the container associated to processes. Options specify the container name to limit the output to the processes belonging to this container name. limit the output to the processes belonging to all lxc containers. limit the output to the processes belonging to the host. The ps options must be separated from lxc-ps options by the parameter. Example lxc-ps --name foo -- --forest list all the processes belonging to container 'foo' and show dependencies. See Also ps 1 , &seealso; Author Daniel Lezcano daniel.lezcano@free.fr