summaryrefslogtreecommitdiff
path: root/makedumpfile.8
diff options
context:
space:
mode:
authorAtsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>2011-12-16 15:15:37 +0900
committerAtsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>2012-01-05 14:23:37 +0900
commit2df7a4a3912f53f49721ca4c5da1b8ac0f5208a3 (patch)
treedd49cade41033a39f7e81be0c996a9f99d277cbf /makedumpfile.8
parenta7282dd09c1aa37ff002f6ca44fd875ca5e6de26 (diff)
[PATCH] Cleanup: Add description of analysis tools in man page.
Signed-off-by: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>
Diffstat (limited to 'makedumpfile.8')
-rw-r--r--makedumpfile.815
1 files changed, 8 insertions, 7 deletions
diff --git a/makedumpfile.8 b/makedumpfile.8
index 00e67cc..3488fca 100644
--- a/makedumpfile.8
+++ b/makedumpfile.8
@@ -89,9 +89,9 @@ a user needs to transport the dump data to a remote host. To transport the dump
data by SSH, makedumpfile outputs the dump data in the intermediate format (the
flattened format) to the standard output. By piping the output data to SSH,
a user can transport the dump data to a remote host. Note that analysis tools
-cannot read the flattened format directly, so on a remote host the received
-data in the flattened format needs to be rearranged to a readable
-\fIDUMPFILE\fR format by makedumpfile (or makedumpfile\-R.pl).
+(crash utility before version 5.1.2 or GDB) cannot read the flattened format
+directly, so on a remote host the received data in the flattened format needs
+to be rearranged to a readable \fIDUMPFILE\fR format by makedumpfile (or makedumpfile\-R.pl).
.PP
makedumpfile can read a \fIDUMPFILE\fR in the kdump-compressed format instead
of \fIVMCORE\fR and re-filter it. This feature is useful in situation that
@@ -267,10 +267,11 @@ command syntax please refer to \fBmakedumpfile.conf(8)\fR.
Output the dump data in the flattened format to the standard output for
transporting the dump data by SSH.
.br
-Analysis tools cannot read the flattened format directly. For analysis, the
-dump data in the flattened format should be rearranged to a normal
-\fIDUMPFILE\fR (readable with analysis tools) by \-R option. By which option is
-specified with \-F option, the format of the rearranged \fIDUMPFILE\fR is fixed.
+Analysis tools (crash utility before version 5.1.2 or GDB) cannot read the
+flattened format directly. For analysis, the dump data in the flattened format
+should be rearranged to a normal \fIDUMPFILE\fR (readable with analysis tools)
+by \-R option. By which option is specified with \-F option, the format of the
+rearranged \fIDUMPFILE\fR is fixed.
In other words, it is impossible to specify the \fIDUMPFILE\fR format when the
dump data is rearranged with \-R option. If specifying \-E option with \-F option,
the format of the rearranged \fIDUMPFILE\fR is the ELF format. Otherwise, it