--- /dev/null
+Common usage scenario:
+
+* run ./all_ct_rsync
+** runs ct_rsync an copies (syncs) basic folder to container
+
+* run ./all_install
+
+* depending on what you would like to test (interface down, suspend and stop),
+run:
+
+** ./super_run_if -- test interface down, create an xterm for each pair
+*** runs all_run_if (inside an xterm window)
+**** runs remote_run_if for each time difference (4, 8, 16 etc.)
+*** uses pairs-ifdown
+
+** ./super_run_stop -- test stop (SIGKILL), create an xterm for each pair
+*** runs all_run_stop (inside an xterm window)
+**** runs remote_run_stop for each time difference (4, 8, 16 etc.)
+*** uses pairs-stop
+
+** ./super_run_suspend -- test suspend (SIGSTOP), create an xterm for each pair
+*** runs all_run_suspend (inside an xterm window)
+**** runs remote_run_suspend for each time difference (4, 8, 16 etc.)
+*** uses pairs-suspend