1994-05-27 12:33:43 +00:00
|
|
|
.\" Copyright (c) 1990, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2017-02-28 23:42:47 +00:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1994-05-27 12:33:43 +00:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" @(#)kdump.1 8.1 (Berkeley) 6/6/93
|
1999-08-28 01:08:13 +00:00
|
|
|
.\" $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
.\"
|
2014-03-28 16:11:20 +00:00
|
|
|
.Dd March 28, 2014
|
1994-05-27 12:33:43 +00:00
|
|
|
.Dt KDUMP 1
|
2001-07-10 14:16:33 +00:00
|
|
|
.Os
|
1994-05-27 12:33:43 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm kdump
|
|
|
|
.Nd display kernel trace data
|
|
|
|
.Sh SYNOPSIS
|
1997-04-27 08:45:46 +00:00
|
|
|
.Nm
|
2014-03-28 16:11:20 +00:00
|
|
|
.Op Fl dEnlHRSsTA
|
2003-12-08 22:47:59 +00:00
|
|
|
.Op Fl f Ar trfile
|
1994-05-27 12:33:43 +00:00
|
|
|
.Op Fl m Ar maxdata
|
2003-06-03 01:44:43 +00:00
|
|
|
.Op Fl p Ar pid
|
2008-04-02 09:41:29 +00:00
|
|
|
.Op Fl t Ar trstr
|
1994-05-27 12:33:43 +00:00
|
|
|
.Sh DESCRIPTION
|
1997-04-27 08:45:46 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command displays the kernel trace files produced with
|
1994-05-27 12:33:43 +00:00
|
|
|
.Xr ktrace 1
|
|
|
|
in human readable format.
|
|
|
|
By default, the file
|
|
|
|
.Pa ktrace.out
|
|
|
|
in the current directory is displayed.
|
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width Fl
|
|
|
|
.It Fl d
|
|
|
|
Display all numbers in decimal.
|
2003-12-08 22:47:59 +00:00
|
|
|
.It Fl E
|
|
|
|
Display elapsed timestamps (time since beginning of trace).
|
|
|
|
.It Fl f Ar trfile
|
1994-05-27 12:33:43 +00:00
|
|
|
Display the specified file instead of
|
|
|
|
.Pa ktrace.out .
|
2005-11-01 14:48:23 +00:00
|
|
|
.It Fl H
|
2005-11-18 10:36:29 +00:00
|
|
|
List the thread ID (tid) of the thread with each trace record, if available.
|
|
|
|
If no thread ID is available, 0 will be printed.
|
1994-05-27 12:33:43 +00:00
|
|
|
.It Fl l
|
|
|
|
Loop reading the trace file, once the end-of-file is reached, waiting for
|
|
|
|
more data.
|
2001-07-15 08:06:20 +00:00
|
|
|
.It Fl m Ar maxdata
|
1994-05-27 12:33:43 +00:00
|
|
|
Display at most
|
|
|
|
.Ar maxdata
|
|
|
|
bytes when decoding
|
|
|
|
.Tn I/O .
|
|
|
|
.It Fl n
|
|
|
|
Suppress ad hoc translations.
|
|
|
|
Normally
|
1997-04-27 08:45:46 +00:00
|
|
|
.Nm
|
1994-05-27 12:33:43 +00:00
|
|
|
tries to decode many system calls into a more human readable format.
|
|
|
|
For example,
|
|
|
|
.Xr ioctl 2
|
|
|
|
values are replaced with the macro name and
|
|
|
|
.Va errno
|
|
|
|
values are replaced with the
|
|
|
|
.Xr strerror 3
|
|
|
|
string.
|
|
|
|
Suppressing this feature yields a more consistent output format and is
|
|
|
|
easily amenable to further processing.
|
2003-06-03 01:44:43 +00:00
|
|
|
.It Fl p Ar pid
|
2012-06-04 19:09:14 +00:00
|
|
|
Display only trace events that correspond to the process or thread
|
2003-06-03 01:44:43 +00:00
|
|
|
.Ar pid .
|
2012-06-04 19:09:14 +00:00
|
|
|
This may be useful when there are multiple processes or threads recorded in the
|
2003-06-03 01:44:43 +00:00
|
|
|
same trace file.
|
1994-05-27 12:33:43 +00:00
|
|
|
.It Fl R
|
|
|
|
Display relative timestamps (time since previous entry).
|
2008-02-23 01:01:49 +00:00
|
|
|
.It Fl r
|
|
|
|
When decoding STRU records, display structure members such as UIDs,
|
|
|
|
GIDs, dates etc. symbolically instead of numerically.
|
2014-03-28 16:11:20 +00:00
|
|
|
.It Fl S
|
|
|
|
Display system call numbers.
|
2005-11-12 14:21:48 +00:00
|
|
|
.It Fl s
|
|
|
|
Suppress display of I/O data.
|
1994-05-27 12:33:43 +00:00
|
|
|
.It Fl T
|
|
|
|
Display absolute timestamps for each entry (seconds since epoch).
|
2011-02-25 22:14:12 +00:00
|
|
|
.It Fl A
|
|
|
|
Display description of the ABI of traced process.
|
2008-04-02 09:41:29 +00:00
|
|
|
.It Fl t Ar trstr
|
1994-05-27 12:33:43 +00:00
|
|
|
See the
|
|
|
|
.Fl t
|
|
|
|
option of
|
|
|
|
.Xr ktrace 1 .
|
|
|
|
.El
|
2005-01-28 12:17:33 +00:00
|
|
|
.Pp
|
|
|
|
The output format of
|
|
|
|
.Nm
|
|
|
|
is line oriented with several fields.
|
|
|
|
The example below shows a section of a kdump generated by the following
|
|
|
|
commands:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
?> ktrace echo "ktrace"
|
|
|
|
|
|
|
|
?> kdump
|
|
|
|
|
|
|
|
85045 echo CALL writev(0x1,0x804b030,0x2)
|
|
|
|
85045 echo GIO fd 1 wrote 7 bytes
|
|
|
|
"ktrace
|
|
|
|
"
|
|
|
|
85045 echo RET writev 7
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
The first field is the PID of the process being traced.
|
|
|
|
The second field is the name of the program being traced.
|
|
|
|
The third field is the operation that the kernel performed
|
|
|
|
on behalf of the process.
|
2005-11-01 14:48:23 +00:00
|
|
|
If thread IDs are being printed, then an additional thread ID column will be
|
2005-11-18 10:36:29 +00:00
|
|
|
added to the output between the PID field and program name field.
|
2005-01-28 12:17:33 +00:00
|
|
|
.Pp
|
|
|
|
In the first line above, the kernel executes the
|
|
|
|
.Xr writev 2
|
|
|
|
system call on behalf of the process so this is a
|
|
|
|
.Li CALL
|
|
|
|
operation.
|
|
|
|
The fourth field shows the system call that was executed,
|
|
|
|
including its arguments.
|
|
|
|
The
|
|
|
|
.Xr writev 2
|
|
|
|
system call takes a file descriptor, in this case 1, or standard
|
|
|
|
output, then a pointer to the iovector to write, and the number of
|
|
|
|
iovectors that are to be written.
|
|
|
|
In the second line we see the operation was
|
|
|
|
.Li GIO ,
|
|
|
|
for general I/O, and that file descriptor 1 had
|
|
|
|
seven bytes written to it.
|
|
|
|
This is followed by the seven bytes that were written, the string
|
|
|
|
.Qq Li ktrace
|
|
|
|
with a carriage return and line feed.
|
|
|
|
The last line is the
|
|
|
|
.Li RET
|
|
|
|
operation, showing a return from the kernel, what system call we are
|
|
|
|
returning from, and the return value that the process received.
|
|
|
|
Seven bytes were written by the
|
|
|
|
.Xr writev 2
|
|
|
|
system call, so 7 is the return value.
|
|
|
|
.Pp
|
|
|
|
The possible operations are:
|
2010-11-01 15:18:57 +00:00
|
|
|
.Bl -column -offset indent ".Li CALL" ".No data from user process"
|
2005-01-28 12:17:33 +00:00
|
|
|
.It Sy Name Ta Sy Operation Ta Sy Fourth field
|
|
|
|
.It Li CALL Ta enter syscall Ta syscall name and arguments
|
|
|
|
.It Li RET Ta return from syscall Ta syscall name and return value
|
|
|
|
.It Li NAMI Ta file name lookup Ta path to file
|
2010-11-01 15:18:57 +00:00
|
|
|
.It Li GIO Ta general I/O Ta fd, read/write, number of bytes
|
|
|
|
.It Li PSIG Ta signal Ta signal name, handler, mask, code
|
2012-04-20 15:32:36 +00:00
|
|
|
.It Li CSW Ta context switch Ta stop/resume user/kernel wmesg
|
2005-01-28 12:17:33 +00:00
|
|
|
.It Li USER Ta data from user process Ta the data
|
2008-02-23 01:01:49 +00:00
|
|
|
.It Li STRU Ta various syscalls Ta structure
|
2009-03-11 21:48:36 +00:00
|
|
|
.It Li SCTL Ta Xr sysctl 3 requests Ta MIB name
|
2012-04-05 17:13:14 +00:00
|
|
|
.It Li PFLT Ta enter page fault Ta fault address and type
|
|
|
|
.It Li PRET Ta return from page fault Ta fault result
|
2005-01-28 12:17:33 +00:00
|
|
|
.El
|
1994-05-27 12:33:43 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ktrace 1
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
1997-04-27 08:45:46 +00:00
|
|
|
.Nm
|
|
|
|
command appeared in
|
1994-05-27 12:33:43 +00:00
|
|
|
.Bx 4.4 .
|