Skip to content

Instantly share code, notes, and snippets.

@hartraft
Created September 29, 2023 22:01
Show Gist options
  • Save hartraft/284354c797b3a6634d97cf620aa9a734 to your computer and use it in GitHub Desktop.
Save hartraft/284354c797b3a6634d97cf620aa9a734 to your computer and use it in GitHub Desktop.
CRiU - Checkpoint/Restore in Userspace in aarch64 demonstration

Record using split terminal view

  1. Start a new tmux named session tmux new -s terminal-capture
  2. Split the screen using these commands
  vertical split <Ctrl-b>"
  horizontal split <Ctrl-b>%
  1. To navigate between the panes
  Left pane <Ctrl-b> left-key
  Right pane <Ctrl-b> right-key
  Top pane <Ctrl-b> up-key
  Down pane <Ctrl-b> down-key
  1. Detach the session tmux +d
  2. Record the tmux session with asciinema asciinema rec -c "tmux attach -t terminal-capture"
  3. Detach the tmux session, save the recording
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment