Difference between revisions of "Asciinema"
Jump to navigation
Jump to search
(Self-dump of a python app using CRIU RPC) |
|||
Line 13: | Line 13: | ||
* [https://asciinema.org/a/15847 Using page-server] ([[Disk-less migration]]) | * [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/15857 Using the pre-dump command] ([[Iterative migration]]) | ||
+ | * [https://asciinema.org/a/15920 Self-dump of a python app using CRIU RPC] ([[RPC]]) | ||
[[Category:HOWTO]] | [[Category:HOWTO]] |
Revision as of 15:17, 31 January 2015
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)