• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Hi All, In my script for some request web_url...

R

Ragul Gupta

Guest
Hi All, In my script for some request web_url is taking more time. What can be the problem can it be my script problem or application. If it is script how to resolve that and if it is application issue how to fix that.
 
if a perticular req is causing d delay den it is appln prob if all req r delayd it is n/w prob
 
Thanks for your NaResh VaRma.. So if it is application problem than how to detect what part of the application is causing the delay.
 
daynatrace provides code level profiling u can see which line of code is causing d delay
 
Thanks NaResh VaRma.......Can i monitor using JCONSOLE as well if it is JAVA based application.
 
Since you are using LoadRunner then you may want to see if your employer or customer has HP Diagnostics which can also get into the J2EE stack. You would be able to see method-level detail. I will warn you that if you don't have some development background any of the products mentioned here can be very challenging to use and learn.
 
Also if you describe the kind of load you are putting on the AUT with the scripts in your scenario that would help. Have you been monitoring the AUT? If CPU, RAM, and disk are at capacity then there probably isn't a need to get into the methods. Hardware could be the problem in your test environment.
 
BTW, you can try the HP Diagnostics profiler at no cost. Visit hp.com/go/diagnostics
 
Back
Top