Jump to content

Recommended Posts

Posted

I was wondering if Autoit would be capable of enterprise application response monitoring? My idea is the following:

1. have autoit open an application.

2. have autoit run some sort of query in the application.

3 time the query response time.

4. Send the response time to a network monitoring application (ie nagios) via SNMP.

What do you think? Would autoit have the tools to do that kind of work?

Thanks for any advice the community might have.

Jonathan

Posted

I was wondering if Autoit would be capable of enterprise application response monitoring? My idea is the following:

1. have autoit open an application.

2. have autoit run some sort of query in the application.

3 time the query response time.

4. Send the response time to a network monitoring application (ie nagios) via SNMP.

What do you think? Would autoit have the tools to do that kind of work?

Thanks for any advice the community might have.

Jonathan

IMO very probably yes.

Steps 2 and 3 depend on what the application is, how you have to query it and how you measure the response.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Posted

IMO very probably yes.

Steps 2 and 3 depend on what the application is, how you have to query it and how you measure the response.

An example of an application and querry is we have a home grown application that has a large of amount of user info in it. The idea would be open the application have autoit run a script that would do some general user based tasks and time the responsiveness of the application.
  • 2 months later...
Posted

An example of an application and querry is we have a home grown application that has a large of amount of user info in it. The idea would be open the application have autoit run a script that would do some general user based tasks and time the responsiveness of the application.

I've been using AutoIt in this way for a while now, and it works very well.

As far as a monitoring framework, -IMO- don't reinvent the wheel. Try something like Polymon. It already has the db structure, and all the code to "fire" various agents on a schedule to record status. I use PSTools to run my AutoIT-based "Timed activity" monitors.

It does require SQLServer2005, but you can use the free/express version for limited installations.

Bob

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...