[msmom] raw data [j0ds]
From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of Kevin Holman
Sent: Friday, December 18, 2009 1:46 AM
To: msmom@lists.myitforum.com
Subject: RE: [msmom] raw data
I wrote a customer a report a while back – I haven’t blogged about it yet – but here is the foundation query for it:
select Path, ObjectName, CounterName, SampleValue, DateTime
from Perf.vPerfRaw pvpr
inner join vManagedEntity vme on pvpr.ManagedEntityRowId = vme.ManagedEntityRowId
inner join vPerformanceRuleInstance vpri on pvpr.PerformanceRuleInstanceRowId = vpri.PerformanceRuleInstanceRowId
inner join vPerformanceRule vpr on vpr.RuleRowId = vpri.RuleRowId
A couple notes:
Raw perf data was not designed to be queried in the warehouse. We only keep 10 days by default – and while some customers do bump this up, we generally don’t recommend it. Also – there are no good indexes built on the raw data for common fields – so query performance will stink. Also – complex queries that hold locks will impact the ability for the warehouse maintenance tasks to perform.
Understanding all that – knock yerself out.
From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of Michael Waltonen
Sent: Thursday, December 17, 2009 3:26 PM
To: msmom@lists.myitforum.com
Subject: RE: [msmom] raw data
In OperationsManager, look in the PerformanceDataAllView view. In OperationsManagerDW, look in the vPerfRaw view. You’ll have to join views to make the data meaningful, but will get you much of the raw data from those locations.
-Mike
From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of Nepal, Santosh
Sent: Thursday, December 17, 2009 2:34 PM
To: msmom@lists.myitforum.com
Subject: [msmom] raw data
Is there a way to get a raw data out of SCOM R2? We have a user who is trying to get access to the raw data instead of the graphs. Thank you.
==============
Missed an email? Check out the list archive:
http://myitforum.com/cs2/blogs/momlist/
==============
Missed an email? Check out the list archive:
http://myitforum.com/cs2/blogs/momlist/
==============
Missed an email? Check out the list archive:
http://myitforum.com/cs2/blogs/momlist/
Trackbacks
No Trackbacks
Comments
No Comments