omegadigital Posted January 23, 2012 Posted January 23, 2012 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
Cptrico Posted January 23, 2012 Posted January 23, 2012 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 Cptrico 1
Marius Posted January 25, 2012 Posted January 25, 2012 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.
marinhd Posted January 29, 2012 Posted January 29, 2012 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...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now