Capturing Systems Tier wise response time with Your kit?

Questions about YourKit Java Profiler
Post Reply
harika
Posts: 1
Joined: Fri Jan 23, 2015 7:01 am

Capturing Systems Tier wise response time with Your kit?

Post by harika »

Hi Team,

Is it possible to get tier wise response time using your kit tool?

For example: For one transaction i got the average response time as 5 seconds from the Load testing tools(Loadrunner). Out of 5 seconds i would like to know what is the response time breakdown between Client-->Web server, Webserver--> App server , APp server--> DB server.

Capturing these kind of statistics is possible with YourKit? Please assit.

It is possible with Dynatrace tool , just for your reference :http://apmblog.dynatrace.com/2011/04/28 ... ed-system/



Thanks
Harika
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Capturing Systems Tier wise response time with Your kit?

Post by Anton Katilin »

Hi Harika

What you want is rather a monitoring than a profiling task.

Profiling is performed on per-JVM basis. You can identify "incoming" and "outgoing" calls inside each JVM's profiling results, but there is no automatic merge of them.

Best regards,
Anton
Post Reply