ktrdump -- print kernel ktr trace buffer
ktrdump [-cft] [-e execfile] [-m corefile] [-o outfile]
The ktrdump utility is used to dump the contents of the kernel ktr trace
buffer.
The following options are available:
-c Print the CPU number that each entry was logged from.
-f Print the file and line number that each entry was logged
from.
-t Print the timestamp for each entry.
-e execfile The kernel image to resolve symbols from. The default is
the value returned via getbootfile(3).
-m corefile The core file or memory image to read from. The default is
/dev/mem.
-o outfile The file to write the output to. The default is standard
output.
ktr(4), ktr(9)
The ktrdump utility first appeared in FreeBSD 5.0.
The ktrdump utility was implemented by Jake Burkholder
<[email protected]>.
This manual page was written by Chad David <[email protected]>.
FreeBSD 5.2.1 April 1, 2002 FreeBSD 5.2.1 [ Back ] |