Skip to content

Enables streaming of images to and from Cedana during checkpoint/restore with low overhead

Notifications You must be signed in to change notification settings

cedana/cedana-image-streamer

 
 

Repository files navigation

Cedana Image Streamer

cedana-image-streamer enables streaming of images to and from Cedana during checkpoint/restore with low overhead.

This is a maintained fork of https://github.com/checkpoint-restore/criu-image-streamer.

Usage

Note: cedana-image-streamer requires this fork of CRIU.

To build the cedana-image-streamer executable:

cargo build --release --bin cedana-image-streamer

Place it in your PATH:

sudo cp target/release/cedana-image-streamer /usr/bin

To checkpoint with streaming (specify number of pipes n):

cedana dump job workload -d /dumpdir --stream n

To restore with streaming (same n):

cedana restore job workload --stream n

License

cedana-image-streamer is licensed under the Apache 2.0 license.

criu-image-streamer is originally licensed under the Apache 2.0 license.

About

Enables streaming of images to and from Cedana during checkpoint/restore with low overhead

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 94.6%
  • Shell 5.3%
  • Makefile 0.1%