Difference between revisions of "Main Page"

From CRIU
Jump to navigation Jump to search
(change the intro)
(rm audio. No links in headers. I said NO!)
Line 85: Line 85:
 
<br clear="both">
 
<br clear="both">
 
<div style="float:left; width: 33%">
 
<div style="float:left; width: 33%">
== [[:Category:Under the hood|Under the hood]] ==
+
== Under the hood ==
 
* [[Checkpoint/Restore]]
 
* [[Checkpoint/Restore]]
 +
* [[:Category:Under the hood]]
 
* [[:Category:Network]]
 
* [[:Category:Network]]
 
* [[:Category:Files]]
 
* [[:Category:Files]]
Line 99: Line 100:
 
== External links ==
 
== External links ==
 
{{:Articles}}
 
{{:Articles}}
</div>
 
 
<div style="float:left; width: 33%; margin-left: 0.5%;">
 
== Audio ==
 
{{:Podcasts}}
 
 
</div>
 
</div>
  
 
<div style="float:right; width: 33%;">
 
<div style="float:right; width: 33%;">
== Other ==
+
== Misc ==
 +
* [[Podcasts]] and other audio/video interviews
 
* Project [[history]]
 
* Project [[history]]
 
* [[Logo]] description
 
* [[Logo]] description
 
* [[Events]]
 
* [[Events]]
* Join the [[CRIU acronym fun]]
+
* [[CRIU acronym fun]]
 
</div>
 
</div>

Revision as of 21:48, 23 September 2016

Download
Tarball: criu-4.1.tar.gz
Version: 4.1 "CRISCV"
Released: 25 Mar 2025
GIT tag: v4.1
InstallationUsage
Releases

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

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 as a collection of files on disk. You can then use the files to restore the application and run it exactly as it was during the time of freeze. With this feature, application live migration, snapshots, remote debugging, and many other things are possible.


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. More info about APIs.
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.
FAQ & 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.
Contacts
Ways to communicate with CRIU community

Developing

If you're interested in CRIU development, please subscribe to the criu mailing list: https://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


KubeCon EU 2025

Kubecon.png

April 3, 2025, London, UK

Efficient Transparent Checkpointing of AI/ML Workloads in Kubernetes

Transparent, Infra-Level Checkpoint and Restore for Resilient AI/ML Workloads at Scale



FOSDEM 2025

Fosdem.png

February 1, 2025, Brussels, Belgium

State of Checkpoint/Restore in Kubernetes

Optimizing Resource Utilization for Interactive GPU Workloads with Transparent Container Checkpointing




Under the hood

External links

More external articles...

Misc