Difference between revisions of "Asciinema"
Jump to navigation
Jump to search
(Created page with "There's a nice service called [https://asciinema.org asciinema] out there. We plan to create a set of tutorials and this page lists the plans and already finished ones.") |
|||
(19 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
There's a nice service called [https://asciinema.org asciinema] out there. We plan to create a set of tutorials and this page lists the plans and already finished ones. | There's a nice service called [https://asciinema.org asciinema] out there. We plan to create a set of tutorials and this page lists the plans and already finished ones. | ||
+ | |||
+ | * [https://asciinema.org/a/15649 Getting started] | ||
+ | * [https://asciinema.org/a/15651 Single ZDTM test run] ([[ZDTM Test Suite]]) | ||
+ | * [https://asciinema.org/a/15652 Exploring the images] ([[CRIT]]) | ||
+ | * [https://asciinema.org/a/15653 Running the "criu dump" command] | ||
+ | * [https://asciinema.org/a/15655 Preparing the patch for submission] ([[How to submit patches]]) | ||
+ | * [https://asciinema.org/a/15668 Adding a new ZDTM test case] ([[ZDTM API]]) | ||
+ | * [https://asciinema.org/a/15832 C/R of running "top"] ([[Advanced usage]]) | ||
+ | * [https://asciinema.org/a/15833 Live TCP connection C/R] ([[TCP connection]]) | ||
+ | * [https://asciinema.org/a/15842 Playing with action scripts] ([[Action scripts]]) | ||
+ | * [https://asciinema.org/a/15844 Stackable images basics] ([[Memory changes tracking]]) | ||
+ | * [https://asciinema.org/a/15847 Using page-server] ([[Disk-less 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/GFurArJS1swuZQ5ptE7kW69E4 Automatic images transfer] ({{Opt|--remote}}) | ||
+ | * [https://asciinema.org/a/4QgtYPW9XtTngTyCX5Jsibqth Post-copy memory migration] ([[Lazy migration]]) | ||
+ | * [https://asciinema.org/a/FsTbx9mZkzeuhCM2pFOr1tujM Checkpoint/Restore with Podman] | ||
+ | * [https://asciinema.org/a/206067 Kernel Upgrade on an OpenVPN server] | ||
+ | |||
+ | [[Category:HOWTO]] |
Latest revision as of 16:23, 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
- Kernel Upgrade on an OpenVPN server