Performance Query

SSuhaib

Member
Hi All,

Has any one tried to find out which user and / or which problem is causing bottleneck in OE 10.1c? Which option in Promon or Protop we can find out which line of source code is causing the performance problem.

Thanks in advance
 
IMHO, you won't get much out of your question. Most likely a performance problem is not cause by one single line of code. Plus you won't get such information out of promon.

Generic performance problems can rear their ugly head because of many possible reasons. Since you don't elaborate on what exactly your performance problem is and there is no generic advice it's subject to pure speculation as to what could be the reason for your struggles ...

Is there a specific reason why you don't talk about your Progress/OpenEdge version and the OS you're running on?

Heavy Regards, RealHeavyDude.
 
Thanks RHD,

I read some where in a post that begining with 10.1C we can trace reports or procedure or lines of program that causes performance. I was curious to know where exactly in promon or protop the option to find this. If I recall correctly then in Promon R&D there is the option to see the default lines of code.
 
Client Database-Request Statement Cache - is what shows the line of code currently being executed.
promon R&D -> 1 -> 18
FYI - there are a couple bugs with 10.1C and the statement cache.
 
Back
Top