55 lines
1.5 KiB
Groff
55 lines
1.5 KiB
Groff
|
.\" $OpenBSD: dpb-replay.1,v 1.3 2018/07/26 06:49:08 jmc Exp $
|
||
|
.\"
|
||
|
.\" Copyright (c) 2013 Marc Espie <espie@openbsd.org>
|
||
|
.\"
|
||
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||
|
.\" copyright notice and this permission notice appear in all copies.
|
||
|
.\"
|
||
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||
|
.\"
|
||
|
.Dd $Mdocdate: July 26 2018 $
|
||
|
.Dt DPB-REPLAY 1
|
||
|
.Os
|
||
|
.Sh NAME
|
||
|
.Nm dpb-replay
|
||
|
.Nd replays dpb terminal output
|
||
|
.Sh SYNOPSIS
|
||
|
.Nm
|
||
|
.Op Fl c
|
||
|
.Op Fl e Ar regexp
|
||
|
.Op Fl s Ar speedup
|
||
|
.Ar file
|
||
|
.Sh DESCRIPTION
|
||
|
.Nm
|
||
|
is used to replay
|
||
|
.Xr dpb 1
|
||
|
terminal logs
|
||
|
.Po
|
||
|
.Pa %L/term-report.log
|
||
|
.Pc
|
||
|
later, usually at a much higher speed than the first run,
|
||
|
for demonstration and optimization purposes.
|
||
|
The options are as follows
|
||
|
.Bl -tag -width keywordaaaa
|
||
|
.It Fl c
|
||
|
Color display.
|
||
|
.It Fl e Ar regexp
|
||
|
Start display only when information matches the
|
||
|
.Xr perl 1
|
||
|
regular expression
|
||
|
.Ar regexp .
|
||
|
.It Fl s Ar speedup
|
||
|
Sets the time acceleration to
|
||
|
.Ar speedup
|
||
|
(defaults to 10).
|
||
|
.El
|
||
|
.Sh SEE ALSO
|
||
|
.Xr dpb 1
|