Checkpoint/restart using Core Dump in Linux

前端 未结 4 1659
感动是毒
感动是毒 2020-12-31 15:49

Can Checkpoint/restart be implemented using the core dump of a process? The core file contains a complete memory dump of the process, thus in theory it should be possible t

4条回答
  •  萌比男神i
    2020-12-31 16:22

    Debian has a number of packages you might want to look at :

    1. blcr-util - Userspace tools to Checkpoint and Restart Linux processes

    This is related to BLCR (Berkeley Lab Checkpoint/Restart) , see https://upc-bugs.lbl.gov/blcr/doc/html/FAQ.html#whatisblcr

    1. criu - checkpoint and restore in userspace https://criu.org/Main_Page

      2.1 docker -supports checkpointing in recent versions, see https://criu.org/Docker

      2.1. containerd - daemon to control runC

    this contains a checkpointing facility that is interesting.

    See also openvz that supports live migration: https://openvz.org/Checkpointing_and_live_migration

提交回复
热议问题