~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to doc/lxc-monitor.1

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-MONITOR" "1" "23 November 2009" "" ""
 
7
 
 
8
.SH NAME
 
9
lxc-monitor \- monitor the container state
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBlxc-monitor \fI-n name\fB
 
13
\fR
 
14
 
 
15
.SH "DESCRIPTION"
 
16
.PP
 
17
\fBlxc-monitor\fR monitors the state of the
 
18
specified containers. The \fIname\fR can be
 
19
a regular expression, conforming with posix2, so it is possible
 
20
to monitor all the containers, several of them or just one.
 
21
.SH "COMMON OPTIONS"
 
22
.PP
 
23
These options are common to most of lxc commands.
 
24
.TP
 
25
\fB-?, -h, --help\fR
 
26
Print a longer usage message than normal.
 
27
.TP
 
28
\fB--usage\fR
 
29
Give the usage message
 
30
.TP
 
31
\fB-q, --quiet\fR
 
32
mute on
 
33
.TP
 
34
\fB-o, --logfile=\fIFILE\fB\fR
 
35
Output to an alternate log
 
36
\fIFILE\fR\&. The default is no log.
 
37
.TP
 
38
\fB-l, --logpriority=\fILEVEL\fB\fR
 
39
Set log priority to
 
40
\fILEVEL\fR\&. The default log
 
41
priority is ERROR\&. Possible values are :
 
42
FATAL, CRIT,
 
43
WARN, ERROR,
 
44
NOTICE, INFO,
 
45
DEBUG\&.
 
46
.TP
 
47
\fB-n, --name=\fINAME\fB\fR
 
48
Use container identifier \fINAME\fR\&.
 
49
The container identifier format is an alphanumeric string.
 
50
.SH "EXAMPLES"
 
51
.TP
 
52
\fBlxc-monitor -n foo\fR
 
53
will monitor the different states for container foo.
 
54
.TP
 
55
\fBlxc-monitor -n 'foo|bar'\fR
 
56
will monitor the different states for container foo and bar.
 
57
.TP
 
58
\fBlxc-monitor -n '[f|b].*'\fR
 
59
will monitor the different states for container with the
 
60
name beginning with letter 'f' or 'b'.
 
61
.TP
 
62
\fBlxc-monitor -n '.*'\fR
 
63
will monitor the different states for all containers.
 
64
.SH "DIAGNOSTIC"
 
65
.TP
 
66
\fBThe container was not found\fR
 
67
The specified container was not created before with
 
68
the \fBlxc-create\fR command.
 
69
.SH "SEE ALSO"
 
70
.PP
 
71
\fBregex\fR(7),
 
72
.SH "SEE ALSO"
 
73
.PP
 
74
\fBlxc\fR(1),
 
75
\fBlxc-create\fR(1),
 
76
\fBlxc-destroy\fR(1),
 
77
\fBlxc-start\fR(1),
 
78
\fBlxc-stop\fR(1),
 
79
\fBlxc-execute\fR(1),
 
80
\fBlxc-console\fR(1),
 
81
\fBlxc-monitor\fR(1),
 
82
\fBlxc-wait\fR(1),
 
83
\fBlxc-cgroup\fR(1),
 
84
\fBlxc-ls\fR(1),
 
85
\fBlxc-ps\fR(1),
 
86
\fBlxc-info\fR(1),
 
87
\fBlxc-freeze\fR(1),
 
88
\fBlxc-unfreeze\fR(1),
 
89
\fBlxc.conf\fR(5)
 
90
.SH "AUTHOR"
 
91
.PP
 
92
Daniel Lezcano <daniel.lezcano@free.fr>