Inder,

since you already have your own modules it would be very easy to take
the timestamp of the incoming message and save it into the op. context
(not the message context, because the out message context differs!) and
take it again when the processing is finished (i.e. during the out
phase).


HTH,
Michele


On Wed, 2007-06-06 at 16:54 -0300, Inder Dhillon wrote:
> Hello 
> 
> Thanks for all of your comments. But my question was that how can we measure
> the time taken by axis2 engine to process both incoming and outgoing soap
> messages. Actually am just running a simple example and have developed some
> custom handlers and modules, so now I wanted to see how much delay it takes
> during the invocation of those custom handlers. 
> 
> I'll really appreciate if someone can help me on this.
> 
> Thanks
> Inder
> 
> -----Original Message-----
> From: Paul Fremantle [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 06, 2007 5:43 AM
> To: [email protected]
> Subject: Re: Axis2: How to measure the time taken by Axis2 engine to process
> the request/reply SOAP messages
> 
> Interesting blog! Thanks for the pointer. I'm not sure I understand
> the comment about single threading. Certainly AB allows you to send
> multiple simultaneous requests. If its singlethreaded then its pretty
> cunning about it.
> 
> Anyway, part of the HTTPCore project in Apache has a multi-threaded
> Java version of AB. This also supports chunking and HTTP1.1 keepalive.
> Unfortunately there isn't a build yet, but we've used it to test
> Synapse.
> https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-al
> pha4/contrib/src/main/java/org/apache/http/contrib/benchmark/
> 
> We will take a look at hosting a build on wso2.org.
> 
> Paul
> 
> On 6/6/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
> > Paul,
> >
> > maybe ab is not the best tool to use...
> > http://weblogs.java.net/blog/sdo/archive/2007/03/ab_considered_h.html
> >
> >
> > Michele
> >
> > On Wed, 2007-06-06 at 08:47 +0100, Paul Fremantle wrote:
> > > We did some benchmarking of Axis2 here
> > > http://wso2.org/library/91
> > >
> > > We used ab which is part of the Apache HTTPD project.
> > >
> > > Paul
> > >
> > > On 6/6/07, Inder Dhillon <[EMAIL PROTECTED]> wrote:
> > > >
> > > >
> > > >
> > > >
> > > > Hello
> > > >
> > > >
> > > >
> > > > I'll really appreciate if someone can suggest me how to measure the
> time
> > > > taken by Axis2 engine to process the messages?
> > > >
> > > >
> > > >
> > > > Thanks
> > > >
> > > > Inder
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to