users@jersey.java.net

Monitor Jersey

From: Ido Ran <ido.ran_at_gmail.com>
Date: Tue, 13 Oct 2009 10:31:03 +0200

Hi,I have a Jersey RESTful web service which use EJB backend to access a
database.
Some GET operation take very long time, 13-50 seconds while most of the GET
complete in less than 200 milliseconds.
I'm trying to put my finger on the problem but without success.

How can I monitor each step of the RESTful web service and also maybe you
can help me how to monitor the calls into the EJB module as well?

Thank you,
Ido.