No, but it's often a good idea to run a transparent reverse proxy in front of MarkLogic: nginx, apache, or whatever you prefer. You can track response times there.
Another solution is to instrument your XQuery by calling xdmp:log whenever xdmp:elapsed-time exceeds some threshold at the end of your request processing. Then you can monitor for these messages, using http://blakeley.com/blogofile/2012/05/17/rsyslog-and-marklogic/ or a similar approach. -- Mike On 3 Oct 2014, at 03:06 , Fahad Khan <[email protected]> wrote: > Hi, > > We are looking at monitoring our App server. We cannot find how to modify the > access log format to contain the time take to serve the request. Is this > possible? > > Regards, > Fahad. > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
