sreplay(8) - Linux man page
Name
sreplay - replay a log file created with slog or ssloggerSynopsis
sreplay <filename>
Description
sreplay allows users to replay sessions created with the sslogger utility.Options
- sreplay help:
- Press the following keys during the sreplay session: f or / Find a string (not implemented yet)
n or / Find the next match (not yet implemented)
r or ? Find backwards (not implemented yet)
b Back up 1 line
<enter> Display next line
<anykey> Display next char
q quit
+ or p Starts auto-replayDuring playback: + Increase playback speed
- Decrease playback speed
<anykey> End auto-replay
Return Values
Non-zero on errorFiles
/var/log/slog/*Default directory in which sessions are logged
Configuration Files
- /etc/group:
- #To allow user2 to replay all session files, add user2 to the sloggers group
sloggers:x:480:user2 - /etc/sslogger.d/sslogger.conf:
- Configuration file for sslogger
Examples
$ sreplay <filename>
- Replays an interactive session log (may require user to be added to sloggers group, see (CONFIGURATION FILES)