Difference between revisions of "Asciinema"
Jump to navigation
Jump to search
m (Add lazy migration and image-{cache,proxy} demo) |
m (use template:opt) |
||
Line 14: | Line 14: | ||
* [https://asciinema.org/a/15857 Using the pre-dump command] ([[Iterative migration]]) | * [https://asciinema.org/a/15857 Using the pre-dump command] ([[Iterative migration]]) | ||
* [https://asciinema.org/a/15920 Self-dump of a python app using CRIU RPC] ([[RPC]]) | * [https://asciinema.org/a/15920 Self-dump of a python app using CRIU RPC] ([[RPC]]) | ||
− | * [https://asciinema.org/a/GFurArJS1swuZQ5ptE7kW69E4 Automatic images transfer] ( | + | * [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]]) | ||
[[Category:HOWTO]] | [[Category:HOWTO]] |
Revision as of 10:35, 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)