Difference between revisions of "Main Page"

From CRIU
Jump to navigation Jump to search
m
m (Parallels logo -> Odin logo)
Line 6: Line 6:
  
 
<div style="background-color: #f6f6f6; padding: 1em; text-align: left;" class="plainlinks">
 
<div style="background-color: #f6f6f6; padding: 1em; text-align: left;" class="plainlinks">
[http://criu.org http://static.openvz.org/criu_88x31.gif] is a project of [https://openvz.org http://static.openvz.org/openvz_88x31.gif] and is supported by [http://www.parallels.com http://static.openvz.org/parallels_88x31.gif] and [https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FZ8W4VU9AS2XL your donations].</div></big>
+
[http://criu.org http://static.openvz.org/criu_88x31.gif] is a project of [https://openvz.org http://static.openvz.org/openvz_88x31.gif] and is supported by [http://www.odin.com https://openvz.org/i/poweredby_odin_88x31.png] and [https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FZ8W4VU9AS2XL your donations].</div></big>
 
{{Like}}
 
{{Like}}
 
<br clear="both">
 
<br clear="both">

Revision as of 10:27, 30 March 2015

Download
Tarball: criu-4.0.tar.gz
Version: 4.0 "CRIUDA"
Released: 20 Sep 2024
GIT tag: v4.0
InstallationUsage
Releases

Welcome to CRIU, a project to implement checkpoint/restore functionality for Linux in userspace.

Checkpoint/Restore In Userspace, or CRIU (pronounced kree-oo, IPA: /krɪʊ/, Russian: криу), is a software tool for Linux operating system. 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.


Using

Getting packages for your distribution
Or try manual installation to have CRIU on your system

CLI, RPC and C API
Three ways to start using the C/R functionality
Usage scenarios
Ideas how criu can be used (some are crazy indeed)
Category:HOWTO
Collection of real world examples of how to use CRIU. Some are complex, some are not. HOW TO dump a simple loop might be the best one to start with. Also a set of asciinema records for real-life examples.
Category:API
Collection of pages about CRIU's API.
When C/R fails
A sort of troubleshooting guide
What can change after C/R
CRIU cannot (yet) save and restore every single bit of tasks' state. This page describes what bits visible through standard kernel API are such.
What cannot be checkpointed
What an application could do to make CRIU refuse to dump it.

Developing

If you're interested in CRIU development, please subscribe to the criu mailing list: http://lists.openvz.org/mailman/listinfo/criu

Images
Description of image files format
Plugins
CRIU can call plugins provided by people
Upstream kernel commits
Mainline kernel commits tracker
Recent commits
CRIU tool repository commits
Manpages
Kernel's manpages commits tracker
ZDTM Test Suite
Zero downtime test suite
TODO
Current TODO list
User namespace
Implementing user namespace support
Postulates
What to keep in mind when writing new code
Code coverage results
Shows how zdtm run covers the criu code paths
How to submit patches

Events
Feed-icon.svg RSSAtom


Linux Plumbers Conference 2023

Linuxplumbers.png

18-20 Sep 2024, Containers and Checkpoint/Restore Microconference

Other talks:
* Userspace memory persistence over kexec
* Checkpoint/Restore In eBPF (CRIB)




Under the hood

External links

More external articles...

Other