Use the following commands to navigate the log file in interactive mode.
Command | Description |
---|---|
g | Go to start of file. |
G | Go to end of file. |
p | Pause or resume replay in slide show mode. |
q | Quit the replay. |
r | Redraw the log file from start. |
s | Skip to next time marker. Allows you to see what happened each second. |
t | Display time of an action at any point in the log file. |
u | Undo your last action. |
v | Display all environment variables in use at the time the log file was created. |
Space key | Go to next position (usually a single character); that is, step forward through the log file. |
Enter key | Go to next line. |
Backspace key | Back up to last position; that is, step backwards through the log file. |
/<Regular Expression> Enter |
Search for a regular expression while in interactive mode. |
/Enter |
Repeat last search. |
Display the time of an action at any point in the log file with t, redraw the log file with r, and undo your last action with u.
You can also display all the environment variables which were in use at the time the log file was created using v. Use q or Q to quit pmreplay.
Type any key to continue replaying the I/O log.