Log response-time in restlet-based webservice

Posted by amarillion on Stack Overflow See other posts from Stack Overflow or by amarillion
Published on 2010-03-04T13:56:56Z Indexed on 2010/03/21 19:31 UTC
Read the original article Hit count: 631

Filed under:
|
|
|

What is the simplest way to log the response-time for a restlet-based webservice?

I want to make sure that our webservice has a reasonable response time. So I want to be able to keep an eye on response times, and do something about the requests that take too long.

The closest thing I could find is this recipe: http://www.naviquan.com/blog/restlet-cookbook-log, it explains how to change the log format. But there doesn't seem to be a parameter for response times, so probably a completely different approach is needed.

© Stack Overflow or respective owner

Related posts about restlet

Related posts about java