lxc-ps

Langue: en

Version: 29 April 2009 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

lxc-ps - list the processes belonging to a specific container.

SYNOPSIS

lxc-ps -n name [ps option]

DESCRIPTION

lxc-ps list the processes belonging to a specific container.

OPTIONS

-n name
specify the container name to list the processes.
[ps options]
The option passed to lxc-ps are the same as the ps command.

EXAMPLES

lxc-ps -n foo --forest
list all the processes belonging to container 'foo' and show dependencies.
lxc-ps -n foo -o pid=
list all the containers and display the list in one column.

SEE ALSO

ps(1),

AUTHOR

Daniel Lezcano <daniel.lezcano@free.fr>