Permon counter questions
toad2898
Posts: 41
Hi. I'm trying SQL Monitor out for our company (approx 50 VMs running SQL 2000 through 2012).
As we run vmware and even though they're obviously not SQL counters I would normally monitor various counters under the VM Processor and VM Memory categories.
I see you can create custom metrics but these appear to have to be t-sql based and these counters aren't ever likely to appear in sys.dm_os_performance_counters
Is there a way to include additional machine level perfmon counters without using t-sql?
Thanks
As we run vmware and even though they're obviously not SQL counters I would normally monitor various counters under the VM Processor and VM Memory categories.
I see you can create custom metrics but these appear to have to be t-sql based and these counters aren't ever likely to appear in sys.dm_os_performance_counters
Is there a way to include additional machine level perfmon counters without using t-sql?
Thanks
Comments
I have responded to this via our ticketing system for your reference.
Are you able to let me know how many licenses of SQL Monitor you are planning to use to monitor this environment?
Thanks for your interest in our product.
betweeen 20 and 40 servers.
thanks
Apologies for the delay. We assumed that you received our reply email. You should be able to do this using xp_cmdshell. I have just quickly put an example together.
It is not tested properly so please verify it before you actually use this. Also, if you need to extend your trial then just drop us a line and we would be happy to help you with trial extension.
Thanks,
Priya
Project Manager
Red Gate Software
Here is some feedback.
It does work, I've tested it but it's better for some counters than others, if I can explain:
To add disk level counters, for example PhysicalDisk > Disk Writes/sec. I'd have to set up a separate custom metric for every disk on every server which isn't managable as in my case I'm going to end up with hundreds of custom metrics and you kind of buy these tools so you don't have to do stuff like that.
in addition to that, the show: box under the analysis graph is too small to display the full metric name unless you hover on it which means you always have to think up clever short names for perfmon counters with long ones.
and then there's the use of xp_cmdshell and all the debate that comes along with enabling it.
I guess to summarise it would be:- please can you please put more machine metrics into the core product.
Overall I like the product though and i understand it's not just written for me is it!
Thanks