off by one error in limit for general sockaddr.
[unix-history] / usr / src / usr.bin / kdump / kdump.1
CommitLineData
696b0ddd
MT
1.TH KDUMP 1
2.SH NAME
3.I kdump
4\- display kernel trace data
5.SH SYNOPSIS
6.B kdump
7[
8.B -dnlT
9]
10.B -f
11trfile ]
12[
13.B -t
14trstr ]
15.SH DESCRIPTION
16.I Kdump
17displays kernel trace files produced with ktrace(1) in a human readable format.
18Without the -f flag, kdump reads the file "ktrace.data" in the current
19directory.
20Following is a description of the options:
21.br
22.TP
23.B \-d
24Display all numbers in decimal.
25.TP
26.B \-n
27Suppress ad hoc translations. Normally kdump tries to decode many
28system calls into a more human readable format. For example, ioctl
29values are replaced with the macro name and errno values are replaced
30with the sys_errlist string. Suppressing this feature yields a more consistent
31output format and is more amenable to further processing.
32.TP
33.B \-l
34Loop reading end-of-file.
35.TP
36.B \-T
37Display timestamps.
38.TP
39.B \-t trstr
40See -t in ktrace(1).
41.TP
42.B \-f trfile
43See -t in ktrace(1).
44.TP
45.B \-m maxdata
46Display at most \fBmaxdata\fP bytes when decoding i/o.
47.SH SEE ALSO
48.IR ktrace(1)
49\- enable kernel process tracing.