1sreplay(8) User Manuals sreplay(8)
2
3
4
6 sreplay - replay a log file created with slog or sslogger
7
9 sreplay <filename>
10
12 sreplay allows users to replay sessions created with the sslogger util‐
13 ity.
14
15
17 sreplay <filename> Replays interactive session identified by filename
18
19 sreplay help:
20 Press the following keys during the sreplay session:
21 f or / Find a string (not implemented yet)
22 n or / Find the next match (not yet implemented)
23 r or ? Find backwards (not implemented yet)
24 b Back up 1 line
25 <enter> Display next line
26 <anykey> Display next char
27 q quit
28 + or p Starts auto-replay
29
30 During playback:
31 + Increase playback speed
32 - Decrease playback speed
33 <anykey> End auto-replay
34
36 Non-zero on error
37
38
40 /var/log/slog/*
41 Default directory in which sessions are logged
42
44 /etc/group:
45 #To allow user2 to replay all session files, add user2 to the
46 sloggers group
47 sloggers:x:480:user2
48
49 /etc/sslogger.d/sslogger.conf:
50 Configuration file for sslogger
51
53 $ sreplay <filename>
54 - Replays an interactive session log (may require user to be added to
55 sloggers group, see (CONFIGURATION FILES)
56
58 If you feel you have found a bug in slogger utility, please submit a
59 bug report at http://sslogger.sourceforge.net
60
62 Limited free support is available via the slogger-users mailing list,
63 see http://sslogger.sourceforge.net to subscribe or search the ar‐
64 chives.
65
67 Edward Brand <edbrand@brandint.com>
68
70 slog(8) sreplay(8) sslogger(8) sudo(8), suders(8), su(2)
71
72
73
74Linux February 2009 sreplay(8)