Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Serviceability XML (SXML) Developer Center
Overview
Documentation
Community
Wiki
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Serviceability XML Questions
Getting Instance Values
Threads [
Previous
|
Next
]
Gordon Ross
Posts:
12
Join Date:
9/26/08
Recent Posts
Getting Instance Values
Answer
4/12/12 10:36 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
How do you get perfmon data that has instance parameters ?
e.g. I'm looking to get the Total CPU utilisation of a server. The Processor\% CPU Time counter, in RTMT, shows mulltiple instances. (on my 4-core server, it shows 0-3 and _Total)
How can I select, say, the _Total value/instance ?
Just asking for \\SERVERNAME\Processor\% CPU Time just gives me zero all the time.
Asking for \\SERVERNAME\Processor\% CPU Time\_Total or \\SERVERNAME\Processor\% CPU Time._Total gives me an error.
Thanks,
GTG
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Gordon Ross
Posts:
12
Join Date:
9/26/08
Recent Posts
RE: Getting Instance Values
Answer
4/12/12 1:37 PM as a reply to Gordon Ross.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
With the help of RTMT, I figured it out. The value you need is:
\\SERVERNAME\Processor(_Total)\% CPU Time
i.e. the instance is in brackets after the first part of the name.
GTG
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top