I am trying to monitor the following perfmon object
Object:(7054) SynchronizationNuma
Counters that the [SynchronizationNuma] object defines:
[7138] Exec. Resource Boost Shared Owners/sec
[7136] Exec. Resource Boost Excl. Owner/sec
[7134] Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec
Seems straightforward enough. One would expect the below configuration to work
The problem is there are some objects that require text string values for objectID and counterID. This is considered a bug but to workaround this you have to insert the text SynchronizationNuma instead of its object id of 7054. And you have to insert the text Exec. Resource Boost Shared Owners/sec instead of its counter id of 7138. Example below
End result
Comments
0 comments
Please sign in to leave a comment.