Difference between revisions of "Asciinema"
Jump to navigation
Jump to search
m (use template:opt) |
|||
Line 16: | Line 16: | ||
* [https://asciinema.org/a/GFurArJS1swuZQ5ptE7kW69E4 Automatic images transfer] ({{Opt|--remote}}) | * [https://asciinema.org/a/GFurArJS1swuZQ5ptE7kW69E4 Automatic images transfer] ({{Opt|--remote}}) | ||
* [https://asciinema.org/a/4QgtYPW9XtTngTyCX5Jsibqth Post-copy memory migration] ([[Lazy migration]]) | * [https://asciinema.org/a/4QgtYPW9XtTngTyCX5Jsibqth Post-copy memory migration] ([[Lazy migration]]) | ||
+ | * [https://asciinema.org/a/FsTbx9mZkzeuhCM2pFOr1tujM Checkpoint/Restore with Podman] | ||
[[Category:HOWTO]] | [[Category:HOWTO]] |
Revision as of 16:21, 17 November 2018
There's a nice service called asciinema out there. We plan to create a set of tutorials and this page lists the plans and already finished ones.
- Getting started
- Single ZDTM test run (ZDTM Test Suite)
- Exploring the images (CRIT)
- Running the "criu dump" command
- Preparing the patch for submission (How to submit patches)
- Adding a new ZDTM test case (ZDTM API)
- C/R of running "top" (Advanced usage)
- Live TCP connection C/R (TCP connection)
- Playing with action scripts (Action scripts)
- Stackable images basics (Memory changes tracking)
- Using page-server (Disk-less migration)
- Using the pre-dump command (Iterative migration)
- Self-dump of a python app using CRIU RPC (RPC)
- Automatic images transfer (
--remote
) - Post-copy memory migration (Lazy migration)
- Checkpoint/Restore with Podman