Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.02 KB

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.