proctrace-ingest
NAME
proctrace-ingest - Convert a raw recording into a processed recording that can be rendered
SYNOPSIS
proctrace ingest <-i|—input> [-o|—output] <-p|—root-pid> [-d|—debug] [-h|—help]
DESCRIPTION
Convert a raw recording into a processed recording that can be rendered.
A recording produced in “raw” mode cannot be rendered directly, so it must first be processed into a render-ready form. This subcommand does that processing.
OPTIONS
-i, —input=INPUT_PATH
: The path to the raw recording to be processed.
-o, —output=PATH
: Where to write the output (printed to stdout if omitted).
-p, —root-pid=PID
: Which PID to use as the root of the process tree.
-d, —debug
: Whether to display debug output while ingesting
-h, —help
: Print help (see a summary with -h)