1
.\" This manpage has been automatically generated by docbook2man
2
.\" from a DocBook document. This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
4
.\" Please send any bug reports, improvements, comments, patches,
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "LXC-PS" "1" "20 May 2011" "" ""
9
lxc-ps \- list the processes belonging to a specific container.
12
\fBlxc-ps [--name name]
19
\fBlxc-ps\fR is a wrapper tp ps command
20
to report the name of lxc container associated
21
to reported processes.
23
The cgroup fs must be mounted before container creation,
24
to be able to have \fBlxc-ps\fR to find
25
the container associated to processes.
27
The additionnal specified ps options must not
28
remove the default ps header and the pid information,
29
to be able to have the \fBlxc-ps\fR to find
30
the container associated to processes.
33
\fB \fI--name NAME\fB \fR
34
specify the container \fINAME\fR
35
to limit the output to the processes belonging
36
to this container name.
39
limit the output to the processes belonging
40
to all lxc containers.
43
The option passed to \fBlxc-ps\fR are the
44
same as the \fBps\fR command.
47
\fBlxc-ps --name foo --forest\fR
48
list all the processes belonging to container 'foo' and show
70
\fBlxc-unfreeze\fR(1),
74
Daniel Lezcano <daniel.lezcano@free.fr>