summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump/kdump.1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-06-03 01:44:43 +0000
committerpeter <peter@FreeBSD.org>2003-06-03 01:44:43 +0000
commitcd6f53b88d305e5e531a2edbd0c1ebac23b7650d (patch)
treeb7b5502ea87b5a55311a0e3f1150351937b19d12 /usr.bin/kdump/kdump.1
parentc0387a3d2b6dbaad359ba2ebe31a20b2606ff833 (diff)
downloadFreeBSD-src-cd6f53b88d305e5e531a2edbd0c1ebac23b7650d.zip
FreeBSD-src-cd6f53b88d305e5e531a2edbd0c1ebac23b7650d.tar.gz
Two enhancements for kdump.
1) add a "-p pid", which is rather useful for selecting a single pid in a combined trace file (eg: with ktrace -i). 2) display binary genio data in a more precise format.
Diffstat (limited to 'usr.bin/kdump/kdump.1')
-rw-r--r--usr.bin/kdump/kdump.16
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1
index 22f13c9..c48b86b 100644
--- a/usr.bin/kdump/kdump.1
+++ b/usr.bin/kdump/kdump.1
@@ -43,6 +43,7 @@
.Op Fl dnlRT
.Op Fl f Ar file
.Op Fl m Ar maxdata
+.Op Fl p Ar pid
.Op Fl t Op cnisuw
.Sh DESCRIPTION
The
@@ -83,6 +84,11 @@ values are replaced with the
string.
Suppressing this feature yields a more consistent output format and is
easily amenable to further processing.
+.It Fl p Ar pid
+Display only trace events that correspond to the process
+.Ar pid .
+This may be useful when there are multiple processes recorded in the
+same trace file.
.It Fl R
Display relative timestamps (time since previous entry).
.It Fl T
OpenPOWER on IntegriCloud