Project

General

Profile

Command Line Options » History » Revision 8

Revision 7 (Sergey Smolov, 05/12/2017 01:56 PM) → Revision 8/17 (Sergey Smolov, 05/12/2017 02:00 PM)

h1. Command Line Options 

 The _Trace Matcher_ command line looks as follows: 
 <pre> 
 usage: traceutils [-h] [-w [W_SIZE]] [-cfd] 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 -cfd, --cease-first-difference 
                         Stop the tool Cease when the first difference is detected (default: disabled) 
 </pre> 

 The detailed description of command line options is shown below: 

 table=. 
 {font-style:italic; font-weight:bold; background:#ddd}. |<. 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@ @--cease-first-difference@ | @-fds@ @-cfd@ |<. Stop Cease the tool''s matching process when the first proven difference has been detected. | disabled |