mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
This commit is based on the s390-tools-1.39.0 version. Changes on top of s390-tools-1.39.0: - Add MIT license to all source files - Add LICENSE file - Transform REAMDE to README.md (markdown) - Add AUTHORS.md file - Add CONTRIBUTING.md file - Move changelog from README to CHANGELOG.md file Reviewed-by: Stefan Haberland <sth@linux.vnet.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
37 lines
951 B
Groff
37 lines
951 B
Groff
.\" Copyright 2017 IBM Corp.
|
|
.\" s390-tools is free software; you can redistribute it and/or modify
|
|
.\" it under the terms of the MIT license. See LICENSE for details.
|
|
.\"
|
|
.TH VMCONVERT 1 "Apr 2006" "s390-tools"
|
|
.SH NAME
|
|
vmconvert \- convert VMDUMPs into lkcd dumps
|
|
|
|
.SH SYNOPSIS
|
|
.B vmconvert
|
|
-f \fIVMDUMPFILE\fR [-o \fIOUTPUTFILE\fR] [-h] [-v]
|
|
|
|
.B vmconvert
|
|
\fIVMDUMPFILE\fR [\fIOUTPUTFILE\fR]
|
|
.SH DESCRIPTION
|
|
.B vmconvert
|
|
is a tool to convert VMDUMPs into lkcd dumps, which can be analyzed by Linux
|
|
dumpanalysis tools (e.g. lcrash or crash).
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR "\-h" " or " "\-\-help"
|
|
Print usage information, then exit.
|
|
|
|
.TP
|
|
.BR "\-v" " or " "\-\-version"
|
|
Print version information, then exit.
|
|
|
|
.TP
|
|
.BR "\-f VMDUMPFILE" " or " "\-\-file=VMDUMPFILE"
|
|
Use the specified VMDUMPFILE as input file.
|
|
|
|
.TP
|
|
.BR "\-o OUTPUTFILE" " or " "\-\-output=OUTPUTFILE"
|
|
Use the specified OUTPUTFILE as filename for the lkcd dump. The default
|
|
filename is 'dump.lkcd'
|