Extracts performance counters from counter logs and converts the data into different formats, including text, comma-delimited text, and SQL.
Relog [filename [filename ...]] [-a] [-c path [path ...]] [-cf filename] [-f [bin | csv | tsv | SQL]] [-t value] [-o [outputfile | DSNcouterlog]] [-b m/d/yyyy [[hh:]mm:]ss] [-e m/d/yyyy [[hh:]mm:]ss] [-config filename] [-q]
| Parameters | |
|---|---|
| | |
| Parameter | Purpose |
| | |
| [filename [filename …]] | Specifies the path and file name of one or more input files. |
| [−a] | Appends data from the input file. |
| [−c path [path …]] | Specifies the performance counter path to be logged. |
| [−cf filename] | Specifies the pathname of a text file that contains a list of counters to be added to the relog file. |
| [−f [bin | csv | tsv | SQL]] | Sets the output files format (bin = binary, csv = text, tsv = comma-delimited text, and sql = SQL). |
| [−t value] | Specifies the collection interval. |
| [−o [outputfile | DSNcouterlog]] | Sets the path for the output file or SQL database where counters are stored. |
| [−b m/d/yyyy [[hh:]mm:]ss] | Sets the start time for copying the first record from the input file. |
| [−e m/d/yyyy [[hh:]mm:]ss] | Sets the stop time for copying the last record from the input file. |
| [−config filename] | Sets the path of an optional settings file that supplies command-line parameters. |
| [−q] | Displays performance counters and time ranges for a specified input file. |