Add .gitignore file
[s390-tools.git] / vmconvert / vmconvert.8
blobb2f4f9fa6302d0ecff24389e2465a165f82e533a
1 .TH VMCONVERT 8 "Apr 2006" "s390-tools"
2 .SH NAME
3 vmconvert \- convert VMDUMPs into lkcd dumps
5 .SH SYNOPSIS
6 .B vmconvert
7 -f \fIVMDUMPFILE\fR [-o \fIOUTPUTFILE\fR] [-h] [-v]
9 .B vmconvert
10 \fIVMDUMPFILE\fR [\fIOUTPUTFILE\fR]
11 .SH DESCRIPTION
12 .B vmconvert
13 is a tool to convert VMDUMPs into lkcd dumps, which can be analyzed by Linux 
14 dumpanalysis tools (e.g. lcrash or crash).
16 .SH OPTIONS
17 .TP
18 .BR "\-h" " or " "\-\-help"
19 Print usage information, then exit.
21 .TP
22 .BR "\-v" " or " "\-\-version"
23 Print version information, then exit.
25 .TP
26 .BR "\-f VMDUMPFILE" " or " "\-\-file=VMDUMPFILE"
27 Use the specified VMDUMPFILE as input file.
29 .TP
30 .BR "\-o OUTPUTFILE" " or " "\-\-output=OUTPUTFILE"
31 Use the specified OUTPUTFILE as filename for the lkcd dump. The default
32 filename is 'dump.lkcd'