
Here, you will find information on running the Cedana daemon on your machine, system architecture, and the various features of both the daemon and CLI.
The daemon is designed to manage the lifecycle of processes/containers, including checkpoint/restore, in the larger Cedana system. However, it can be installed and used independently as a checkpoint/restore tool with its convenient defaults and a friendly command-line interface.
Quick start
First, ensure that you have Cedana installed on your machine, and the daemon is running. See installation.
Run a new job
cedana run process --attach test/workloads/date-loop.shAny process/container you spawn using cedana run creates a managed job. To view all managed jobs:
cedana psJOB TYPE PID STATUS GPU CHECKPOINT SIZE LOG
personal_hopper9 process 32646 sleep no [Attachable]Checkpoint the job
cedana dump job personal_hopper9If you view the jobs again, you will see that it was checkpointed:
JOB TYPE PID STATUS GPU CHECKPOINT SIZE LOG
personal_hopper9 process 32646 halted no 2 seconds ago 644 KiBRestore the job
cedana restore job --attach personal_hopper9For specific usage, check out the guides. For information on architecture or to get started with contributing, check out the developer guides.
Get started
Checkpoint/restore
Storage
Developer guides
References
Last updated
Was this helpful?