update to 1.8.4
[s390-tools.git] / scripts / zfcpdbf.1
blob70be00f6a062003aacdcd23c42af1f9bc52df492
1 .TH ZFCPDBF 1 "Aug 2009" "s390-tools"
3 .SH NAME
4 zfcpdbf \- zfcp debug data sort/analyse tool.
6 .SH SYNOPSIS
7 .br
8 \fBzfcpdbf\fR [hba|san|scsi|rec] [-d \fIdevice\fR] [-p \fIpath\fR] [-D off|on] [-s] [-V]
9 .br
10 \fBzfcpdbf\fR {-h|-v}
12 .SH DESCRIPTION
13 \fBzfcpdbf\fR sorts debug data of all active or specified FCP adapter(s).
15 .SH COMMANDS
16 .TP
17 \fBhba\fR
18 Trace all FSF requests.
20 .TP
21 \fBsan\fR
22 Trace SAN activity (default).
24 .TP
25 \fBscsi\fR
26 Trace SCSI- and corresponding FCP-commands.
28 .TP
29 \fBrec\fR
30 Trace error recovery.
32 .SH OPTIONS
33 .TP
34 \fB-h\fR or \fB--help\fR
35 Print usage information, then exit.
37 .TP
38 \fB-v\fR or \fB--version\fR
39 Print version information, then exit.
41 .TP
42 \fB-d <busid>\fR or \fB--device=<busid>\fR
43 Specify bus ID of the FCP adapter (default: all active FCP adapters).
45 .TP
46 \fB-p <path>\fR or \fB--path=<path>\fR
47 Specifiy path to DBF files (default: mount point of the debugfs in Linux 2.6)
49 .TP
50 \fB-D {off|on}\fR or \fB--dates={off|on}\fR
51 Show date as well as time in timestamp per event (default: on).
53 .TP
54 \fB-s\fR or \fB--singleline\fR
55 Print one line per event. Usefull for piping the output to some other tool (grep, wc, ...).
57 .TP
58 \fB-V\fR or \fB--verbose\fR
59 Provide more verbose output.