The
display updates at the specified rate until you press Ctrl+C to stop it. This utility uses the following
syntax:
TypePerf
[options]
TypePerf -cf [options]
TypePerf -q [object] [options]
TypePerf -qx [object] [options]
The following list describes each of the command line arguments.
counter Specifies one or more performance counters to display. 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
462 CHAPTER 18 MONITORING SYSTEM EVENTS AND PERFORMANCE
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
-f { Bin | Bincirc | CSV | TSV | SQL } Defines the log format for the output.
Pages:
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097