~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to doc/lxc-freeze.1

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mto: (1.1.2 upstream) (3.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20100110104021-ff3ukvpu7yzc36hm
ImportĀ upstreamĀ versionĀ 0.6.4

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-FREEZE" "1" "23 November 2009" "" ""
 
7
 
 
8
.SH NAME
 
9
lxc-freeze \- freeze all the container's processes
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBlxc-freeze \fI-n name\fB
 
13
\fR
 
14
 
 
15
.SH "DESCRIPTION"
 
16
.PP
 
17
\fBlxc-freeze\fR freezes all the processes running
 
18
inside the container. The processes will be blocked until they
 
19
are explicitly thawed by the \fBlxc-unfreeze\fR
 
20
command. This command is useful for batch managers to schedule a
 
21
group of processes.
 
22
.SH "COMMON OPTIONS"
 
23
.PP
 
24
These options are common to most of lxc commands.
 
25
.TP
 
26
\fB-?, -h, --help\fR
 
27
Print a longer usage message than normal.
 
28
.TP
 
29
\fB--usage\fR
 
30
Give the usage message
 
31
.TP
 
32
\fB-q, --quiet\fR
 
33
mute on
 
34
.TP
 
35
\fB-o, --logfile=\fIFILE\fB\fR
 
36
Output to an alternate log
 
37
\fIFILE\fR\&. The default is no log.
 
38
.TP
 
39
\fB-l, --logpriority=\fILEVEL\fB\fR
 
40
Set log priority to
 
41
\fILEVEL\fR\&. The default log
 
42
priority is ERROR\&. Possible values are :
 
43
FATAL, CRIT,
 
44
WARN, ERROR,
 
45
NOTICE, INFO,
 
46
DEBUG\&.
 
47
.TP
 
48
\fB-n, --name=\fINAME\fB\fR
 
49
Use container identifier \fINAME\fR\&.
 
50
The container identifier format is an alphanumeric string.
 
51
.SH "DIAGNOSTIC"
 
52
.TP
 
53
\fBThe container was not found\fR
 
54
The specified container was not created before with
 
55
the \fBlxc-create\fR command.
 
56
.SH "SEE ALSO"
 
57
.PP
 
58
\fBlxc\fR(1),
 
59
\fBlxc-create\fR(1),
 
60
\fBlxc-destroy\fR(1),
 
61
\fBlxc-start\fR(1),
 
62
\fBlxc-stop\fR(1),
 
63
\fBlxc-execute\fR(1),
 
64
\fBlxc-console\fR(1),
 
65
\fBlxc-monitor\fR(1),
 
66
\fBlxc-wait\fR(1),
 
67
\fBlxc-cgroup\fR(1),
 
68
\fBlxc-ls\fR(1),
 
69
\fBlxc-ps\fR(1),
 
70
\fBlxc-info\fR(1),
 
71
\fBlxc-freeze\fR(1),
 
72
\fBlxc-unfreeze\fR(1),
 
73
\fBlxc.conf\fR(5)
 
74
.SH "AUTHOR"
 
75
.PP
 
76
Daniel Lezcano <daniel.lezcano@free.fr>