Projects STRLCPY criu Files
🤬
Enable build support by adding .buildspec.yml
Documentation Loading last commit info...
arch
contrib
include
lib
pie
protobuf
pycriu
scripts
test
.gitignore
.mailmap
.travis.yml
COPYING
CREDITS
Dockerfile
Makefile
Makefile.config
Makefile.crtools
Makefile.inc
README.md
action-scripts.c
aio.c
bfd.c
cgroup.c
cr-check.c
cr-dedup.c
cr-dump.c
cr-errno.c
cr-exec.c
cr-restore.c
cr-service.c
cr-show.c
crit
crtools
crtools.c
eventfd.c
eventpoll.c
fifo.c
file-ids.c
file-lock.c
files-ext.c
files-reg.c
files.c
fsnotify.c
image-desc.c
image.c
ipc_ns.c
irmap.c
kcmp-ids.c
kerndat.c
libnetlink.c
log.c
lsm.c
mem.c
mount.c
namespaces.c
net.c
netfilter.c
page-pipe.c
page-read.c
page-xfer.c
pagemap-cache.c
parasite-syscall.c
pipes.c
plugin.c
proc_parse.c
protobuf-desc.c
protobuf.c
pstree.c
ptrace.c
rbtree.c
rst-malloc.c
sd-daemon.c
sd-daemon.h
security.c
seize.c
shmem.c
sigframe.c
signalfd.c
sk-inet.c
sk-netlink.c
sk-packet.c
sk-queue.c
sk-tcp.c
sk-unix.c
sockets.c
stats.c
string.c
sysctl.c
sysfs_parse.c
timerfd.c
tty.c
tun.c
util.c
uts_ns.c
README.md

CRIU (Checkpoint and Restore in Userspace)

An utility to checkpoint/restore tasks. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space.

The project home is at http://criu.org.

Pages worth starting with are:

How to contribute

Please wait...
Page is in error, reload to recover