TRACE-CMD-CONVERT(1) | libtracefs Manual | TRACE-CMD-CONVERT(1) |
trace-cmd-convert - convert trace files
trace-cmd convert [OPTIONS] [output-file]
The trace-cmd(1) convert command converts trace file. It reads the input file and copies the data into an output file. The output file may be in different format, depending on the command line arguments. The default output is in version 7 and compressed (if compiled with compression support).
-i input-file
-o out-file
--file-version
--compression
'any' - auto select the best available compression algorithm
'none' - do not compress the trace file
'name' - the name of the desired compression algorithms. Available algorithms can be listed with trace-cmd list -c
--help
# trace-cmd convert --compression any trace_compress.dat
Steven Rostedt <rostedt@goodmis.org[1]>, author of trace-cmd. Tzvetomir Stoyanov <tz.stoyanov@gmail.com[2]>, author of this man page.
https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/
Copyright (C) 2021 VMware. Free use of this software is granted under the terms of the GNU Public License (GPL).
01/22/2023 | libtracefs |