How to monitor outgoing HTTP calls

Questions about YourKit Java Profiler
Post Reply
yuman
Posts: 16
Joined: Sat Jun 11, 2011 4:49 am

How to monitor outgoing HTTP calls

Post by yuman »

I am looking for something like com.yourkit.probes.builtin.Servlets that monitors web services calls, with counts and timings, but on the way out of an app. I'd like the URLs called, the protocol used, and the location of initiation in the app (the invocation) to be recorded. Maybe this can be accomplished already with the current yjp feature if we can list hotspots by walltime - the outgoing calls take walltime but not cpu time.

Any recommendations will be appreciated.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: How to monitor outgoing HTTP calls

Post by Anton Katilin »

I suggest to add a trigger on method invocation:

http://www.yourkit.com/docs/java/help/triggers.jsp
Post Reply