1LXC-FREEZE(1)                                                    LXC-FREEZE(1)
2
3
4

NAME

6       lxc-freeze - freeze all the container's processes
7

SYNOPSIS

9       lxc-freeze -n name .SH "DESCRIPTION"
10
11       lxc-freeze  freezes all the processes running inside the container. The
12       processes will be blocked until they are explicitly thawed by the  lxc-
13       unfreeze command. This command is useful for batch managers to schedule
14       a group of processes.
15

COMMON OPTIONS

17       These options are common to most of lxc commands.
18
19       -?, -h, --help
20              Print a longer usage message than normal.
21
22       --usage
23              Give the usage message
24
25       -q, --quiet
26              mute on
27
28       -o, --logfile=FILE
29              Output to an alternate log FILE. The default is no log.
30
31       -l, --logpriority=LEVEL
32              Set log priority to LEVEL. The default log  priority  is  ERROR.
33              Possible  values  are  : FATAL, CRIT, WARN, ERROR, NOTICE, INFO,
34              DEBUG.
35
36              Note that this option is setting the priority of the events  log
37              in  the  alternate  log file. It do not have effect on the ERROR
38              events log on stderr.
39
40       -n, --name=NAME
41              Use container identifier NAME.  The container identifier  format
42              is an alphanumeric string.
43

DIAGNOSTIC

45       The container was not found
46              The specified container was not created before with the lxc-cre‐
47              ate command.
48

SEE ALSO

50       lxc(1), lxc-create(1), lxc-destroy(1), lxc-start(1), lxc-stop(1),  lxc-
51       execute(1),  lxc-kill(1),  lxc-console(1), lxc-monitor(1), lxc-wait(1),
52       lxc-cgroup(1), lxc-ls(1), lxc-ps(1), lxc-info(1),  lxc-freeze(1),  lxc-
53       unfreeze(1), lxc.conf(5)
54

AUTHOR

56       Daniel Lezcano <daniel.lezcano@free.fr>
57
58
59
60                         Mon Jul 26 17:09:32 UTC 2010            LXC-FREEZE(1)
Impressum