Performance metrics in an ABL application

Posted by jsandrea on 09-May-2018 17:41

Hi, I would like to know if already exist some tool for retrieve performance metrics in an ABL application.

Thank you all.

Posted by Patrick Tingen on 10-May-2018 08:07

The profiler is now part of Developer Studio (starting from 11.6 at least). With that you can set up a test for a specific program. When finished, the profiler will show you exactly how many calls to an internal procedure / function you did and how much time each statement took. Valuable information for speeding up you application and finding bottlenecks

More info: www.progress.com/.../using-profiling-to-develop-better-abl-code

All Replies

Posted by Irfan on 09-May-2018 21:09

Can you please elaborate what you mean by an "ABL Application". Is that related to PASOE ABL Application metrics or something else ?

Posted by Patrick Tingen on 10-May-2018 08:07

The profiler is now part of Developer Studio (starting from 11.6 at least). With that you can set up a test for a specific program. When finished, the profiler will show you exactly how many calls to an internal procedure / function you did and how much time each statement took. Valuable information for speeding up you application and finding bottlenecks

More info: www.progress.com/.../using-profiling-to-develop-better-abl-code

Posted by jsandrea on 10-May-2018 08:56

Thank you, this is what I wanted.

Posted by Jeff Ledbetter on 10-May-2018 09:03

Another option.. the practical DBA has a good session-tracing tool here:

practicaldba.com/dlmain.html

Posted by jsandrea on 10-May-2018 11:05

Excellent Thank you!

This thread is closed