Project

General

Profile

Actions

Command Line Options » History » Revision 5

« Previous | Revision 5/17 (diff) | Next »
Sergey Smolov, 05/12/2017 11:21 AM


Command Line Options

The Trace Matcher command line looks as follows:

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

positional arguments:
  FILE                  Path to trace file

optional arguments:
  -h, --help            show this help message and exit
  -w [W_SIZE], --window [W_SIZE]
                        Matching window size in ticks (default: 1)

The detailed description of command line options is shown below:

Full name Short name Description
--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.

Updated by Sergey Smolov almost 7 years ago · 5 revisions