|
|
|
@ -9,15 +9,13 @@ Usage |
|
|
|
----- |
|
|
|
|
|
|
|
* Record session |
|
|
|
``` |
|
|
|
script -t /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript \ |
|
|
|
2> /tmp/foo/2013-09-11_18-47-45.user1.11931.timing |
|
|
|
``` |
|
|
|
``` |
|
|
|
script -t /tmp/foo/typescript 2> /tmp/foo/timing |
|
|
|
``` |
|
|
|
* Replay session |
|
|
|
``` |
|
|
|
scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing \ |
|
|
|
/tmp/foo/2013-09-11_18-47-45.user1.11931.typescript |
|
|
|
``` |
|
|
|
``` |
|
|
|
scriptreplay -t timing typescript |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|