Monitor SQL Table growth

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
ehughes
Posts: 9
Joined: Thu Nov 02, 2006 11:28 am

Monitor SQL Table growth

Post by ehughes »

Need help figuring out how to monitor this.

I'm runing a simple script to figure out how many rows are in a certain table to make sure it is growing as expected.

select count (*) from cabinet..pagescorrected and I get a result of let's say 1000

I want to be alerted if for some reason the table stops growing.

It should grow about 1000 records or so an hour.

is there any way to do this?

Thanks,
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

You may use "Active Script" test method to run your script. "Active Script" test method allows you to compare certain value with the Reply value, that was set by previous test execution. You just should slightly adjust your script to fit the "Active script" requirements: http://www.ks-soft.net/hostmon.eng/mfra ... htm#script

Please, see the script examples, located in "Examples\Scripts" subfolder of the HostMonitor's folder.

Regards,
Max
Post Reply