You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Anshuk Pal Chaudhuri <an...@sify.com> on 2005/04/18 07:26:29 UTC

Time Analysis

I am invoking external web service from my Axis Client.Now what i want to do is that is to analyze the performance of the web service from the time analysis point of view.
Say the the total time (T)= Service Time(S)+ MessageTime(M)+Waiting Time (W)

How do i Do that?

Thanks in advance.
Anshuk