| Author |
Message |
david.hicks
Joined: 24 Aug 2012 Posts: 3 Location: Dallas, TX
|
Posted: Fri Aug 24, 2012 12:38 am Post subject: Custom RDL's |
|
|
Hello,
I'm interested in creating some custom rdl's that would display the same data found under the Analysis counters. My goal is to circumvent the 'export' process as well as capture multiple counters (those particularly desired by my management chain) into one report rdl.
My obstacle, granted i'm only a couple weeks into ownership of SQL Monitor, is my inability to interpret some of the data i have located via a trace while quering counters. I was able to identify the utils.tickstodatetime function to convert my dates but interpreting the counter data has been more of a challenge.
Take the following view for example; data.cluster_sqlserver_process_unstablesamples_view
How can I translate or convert the cluster_sqlserver_process_cumulativetime column (or the other similar bigint columns here) into usable data that my chart would use? I'd essentially be copying exactly what the SQL Server: processor time chart shows in the Analysis tab of SQL Monitor but not exactly sure which field and the conversion necessary.
Thanks for your advice. _________________ David |
|
| Back to top |
|
 |
chriskelly
Joined: 19 Apr 2010 Posts: 251 Location: Cambridge, UK
|
Posted: Fri Aug 24, 2012 4:23 pm Post subject: |
|
|
I have had to ask a member of the development team for help with your question and this was the answer fro the column [Cluster_SqlServer_Process_CumulativeUserTime]
In the case of the data.cluster_sqlserver_process_unstablesamples_view the CumulativeUserTime is the amount of time the process has spent in ‘user mode’ (as opposed to kernel, or privileged mode). If you compare the cumulative user time from one second to the next, you can work out how much time the process has been working for. So if the difference was 0.75 seconds between 1 second pollings, you’d know it has been using 75% of the CPU (although this is offset by multi core, etc, etc.).
So, I'm not really sure if that helps at all? _________________ Chris Kelly
Technical Support Engineer |
|
| Back to top |
|
 |
david.hicks
Joined: 24 Aug 2012 Posts: 3 Location: Dallas, TX
|
Posted: Fri Aug 24, 2012 9:52 pm Post subject: |
|
|
Thanks for the reply Chris.
I am conducting some additional research at this point and hope to follow up here with my code to help others that may be interested (granted RedGate does offer a few unsupported rdl's that may accomplish the same thing). _________________ David |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group