Pascale, Peter H. wrote:

We are embarking on a short project to validate Axis performance within a
particular web service client application. I've seen a few recent posts that
refer to timing data for web service calls. How are folks getting timing
information? Are you using a third-party tool like JProbe? Relying on
homegrown time-logging approaches? Simply logging call and return times?

I use JUnit for timing information, running loops, so that the webservice is called 10-1000 times. I also just use the elapsed time to determine how long the web service calls take.







Reply via email to