ILD

CRIU checkpoint/restore in userspace
作者:Yuan Jianpeng 邮箱:yuanjp89@163.com
发布时间:2026-7-17 站点:Inside Linux Development

CRIU

checkpoint/restore in userspace


CRIU可以保持一个进程的状态到文件,然后在另一台机器恢复运行。实现进程的热迁移。


criu is a tool for checkpointing and restoring running applications. It does this by saving their state as a collection of files (see the dump command) and creating

       equivalent processes from those files (see the restore command). The restore operation can be performed at a later time, on a different system, or both.



Copyright © linuxdev.cc 2017-2024. Some Rights Reserved.