This utility uses the following syntax:
ReLog
[options]
The following list describes each of the command line arguments.
filename Specifies the names of one or more files that you want to convert.
-a Appends the output to an existing binary file.
-c CounterPath [CounterPath ...] Defines one or more counters to filter from the input
log. The output log contains the remaining counters. Each performance counter has a path that
begins with the counter object, specific counter, and finally the instance. Consequently, the
\Process(_Total)\% Processor Time counter path would collect the _Total instance of
the % Processor Time counter found in the Processor object. Make sure you place each counter
path in double quotes. The counter path can include wildcard characters. Here??™s a list of acceptable
counter path formats.
\\machine\object(parent/instance#index)\counter
\\machine\object(parent/instance)\counter
\\machine\object(instance#index)\counter
\\machine\object(instance)\counter
\\machine\object\counter
\object(parent/instance#index)\counter
\object(parent/instance)\counter
\object(instance#index)\counter
\object(instance)\counter
\object\counter
-cf Filename Specifies a file containing a list of performance counters to collect.
Pages:
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094