Jump to content

Recommended Posts

Posted

Is it possible to monitor SQL Server performance as well using the api?

I know it's possible to set this up through C#/WCF as a service but not sure whether the api could handle this.

Thanks

Bert

Posted

Hi Bert,

Yes it is possible. :) create a plugin that monitors the SQL server and run it every 15 seconds and get a notification when any threshold has been violated or the communication is lost.

Have a look at the example plugins from PCM to get an ideer on how easily it is to work with. :)

Best regards

Johnni

Posted

You can monitor the SQL Server using the performance counters page - you simply add the SQL counters you want to be monitored.

As well, you can define rules based on various SQL counters and get notified when the rule condition is true.

Posted

Yes. As simple as mobilepcmonitor looks. It can become quite complex in what it is capable of doing!!!! I also recommend spending some time playing with the performance counters...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...