Project

General

Profile

Actions

Command Line Options » History » Revision 9

« Previous | Revision 9/17 (diff) | Next »
Sergey Smolov, 05/12/2017 02:22 PM


Command Line Options

The Trace Matcher command line looks as follows:

usage: traceutils [-h] [-w [W_SIZE]] [-fds] [-sr] FILE [FILE ...]

positional arguments:
  FILE                  Path to trace file

optional arguments:
  -h, --help            show this help message and exit
  -w [W_SIZE], --window-size [W_SIZE]
                        Matching window size in ticks (default: 1)
  -fds, --first-dif-stop
                        Stop the tool when the first difference is detected (default: disabled)
  -sr, --skip-rest      Skips matching for the rest of the longest trace (default: disabled)

The detailed description of command line options is shown below:

Full name Short name Description Default value
--help -h Shows help message -
FILE FILE Path to the trace file -
--window-size -w The size of matching window, i.e the size of interval (in ticks) for records matching. 1
--first-dif-stop -fds Stop the tool''s matching process when the first proven difference has been detected. disabled
--skip-rest -sr Skips the matching\printing process for the rest of the longest trace. disabled

Updated by Sergey Smolov almost 7 years ago · 9 revisions