xref: /openbsd/share/man/man1/dpb-replay.1 (revision 5dea098c)
1.\"	$OpenBSD: dpb-replay.1,v 1.4 2023/07/06 10:57:03 espie Exp $
2.\"
3.\" Copyright (c) 2013 Marc Espie <espie@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: July 6 2023 $
18.Dt DPB-REPLAY 1
19.Os
20.Sh NAME
21.Nm dpb-replay
22.Nd replays dpb terminal output
23.Sh SYNOPSIS
24.Nm
25.Op Fl cC
26.Op Fl e Ar regexp
27.Op Fl s Ar speedup
28.Op Fl t Ar timestamp
29.Ar file
30.Sh DESCRIPTION
31.Nm
32is used to replay
33.Xr dpb 1
34terminal logs
35.Po
36.Pa %L/term-report.log
37.Pc
38later, usually at a much higher speed than the first run,
39for demonstration and optimization purposes.
40The options are as follows
41.Bl -tag -width keywordaaaa
42.It Fl c|C
43Color display.
44.It Fl e Ar regexp
45Start display only when information matches the
46.Xr perl 1
47regular expression
48.Ar regexp .
49.It Fl s Ar speedup
50Sets the time acceleration to
51.Ar speedup
52(defaults to 10).
53.It Fl t Ar timestamp
54Starts display when the time matches timestamp, as either
55seconds from the epoch, or a reasonable subset of ISO8601,
56like
57.Sq 2023-07-05T12:00 .
58
59.El
60.Sh SEE ALSO
61.Xr dpb 1
62