@@ -33,15 +33,15 @@ Example:
33
33
34
34
#### UseWildcardsExpansion
35
35
36
- If ` UseWildcardsExpansion ` is set to true, wildcards can be used in instance name and counter name
37
- .
38
- Partial wildcard (e.g. ` chrome* ` ) is supported only in instance name on Windows Vista and newer.
36
+ If ` UseWildcardsExpansion ` is set to true, wildcards can be used in the
37
+ instance name and the counter name. When using localized Windows, counters
38
+ will be also be localized. Instance indexes will also be returned in the
39
+ instance name.
39
40
40
- On localized Windows, returned counters will be also localized.
41
+ Partial wildcards (e.g. ` chrome* ` ) are supported only in the instance name on Windows Vista and newer.
41
42
42
- It also returns instance indexes in instance names.
43
-
44
- If set to ` false ` , wildcards (not partial) in instance names can still be used, but instance indexes will not be returned in instance names.
43
+ If disabled, wildcards (not partial) in instance names can still be used, but
44
+ instance indexes will not be returned in the instance names.
45
45
46
46
Example:
47
47
` UseWildcardsExpansion=true `
@@ -116,8 +116,10 @@ Counters key (this is an array) is the counters of the ObjectName
116
116
you would like returned, it can also be one or more values.
117
117
118
118
Example: ` Counters = ["% Idle Time", "% Disk Read Time", "% Disk Write Time"] `
119
- This must be specified for every counter you want the results of, or use ` ["*"] ` for all the counters for object,
120
- if the ` UseWildcardsExpansion ` param is set to ` true `
119
+
120
+ This must be specified for every counter you want the results of, or use
121
+ ` ["*"] ` for all the counters for object, if the ` UseWildcardsExpansion ` param
122
+ is set to ` true `
121
123
122
124
#### Measurement
123
125
* Optional*
0 commit comments