Main Page
|
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
- Installation
- What to do to have CRIU on your system
- Usage
- How to run the tool
- Usage scenarios
- Ideas how criu can be used (some are crazy indeed)
- What software is supported
- Describes TODO list in higher level terms
- 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.
- 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.
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
- Commits
- Mainline kernel commits tracker
- Manpages
- Kernel's manpages commits tracker
- ZDTM Test Suite
- Zero downtime test suite
- TODO
- Current TODO list
- Postulates
- What to keep in mind when writing new code
- Code coverage results
- Shows how zdtm run covers the criu code paths
|
Under the hood
External links
- Feb 01, 2013, A blog post upon LCA-2013 talk.
- Jan 09, 2013, LWN: Checkpoint/restore and signals
- Nov 20, 2012, LWN: LCE: Checkpoint/restore in user space: are we there yet?
- May 01, 2012, LWN: TCP connection repair
- Jan 31, 2012, LWN: Preparing for user-space checkpoint/restore
- Jul 19, 2011, LWN Checkpoint/restart (mostly) in user space
- Wikipedia: en:CRIU, ru:CRIU
- OpenVZ blog: CRtools 0.1 released! (+ LWN.net repost, + this repost)
- Debian includes crtools package
| in Russian: |
|---|
|
Other
- Project history
- Logo description
- Events
- Join the CRIU acronym fun


