How to use wildcards in metrics
When two objects have the same counter name, but different object names, you can display them on the same performance chart using wildcards.
For example, SCOM collects different CPU metrics depending on the server OS version.
On Windows Server 2012 and 2008 R2 SCOM collects:
Object: Processor Information
Counter: % Processor Time
And for other versions it collects:
Object: Processor
Counter: % Processor Time
Procedure
Use an asterisk * as a wildcard character with the object name:
- Add a new Performance tile and select the type Line Graph.
- In scope click Group and type in and then select a suitable group.
- In metric type
Processor
. You will probably see two similar looking metrics as shown below,Processor Information - % Processor Time
andProcessor - % Processor Time
. Select one of these. - Still in the metric section, click Advanced, which will split the metric into object,counter and instance.
- Edit the object name to be
Processor*
- Click done and data for both object types will be displayed.