Developer(s) | OpenVZ Team at Virtuozzo |
---|---|
Initial release | 23 July 2012[1] |
Stable release | 3.18 (April 22, 2023[2]) [±] |
Repository | |
Written in | C and Assembly |
Operating system | Linux |
Platform | x86-64, ARM, Power ISA, IBM System/390 |
Type | Application checkpointing |
License | GNU GPL v.2 |
Website | criu |
Checkpoint/Restore In Userspace (CRIU) (pronounced kree-oo, /kriu/), is a software tool for the Linux operating system. Using this tool, it is possible to freeze a running application (or part of it) and checkpoint it to persistent storage as a collection of files. One 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, rather than in the kernel.