http - JBoss access log duration -


for jboss's accesslogvalve, have activated optional field,

  • %d - time taken process request, in millis

this has been super-valuable in showing responses took time. need details on how field calculated. specifically, when jboss stop "time taken process..." clock? example, jboss stop when [first segment of the] response given tcp/ip stack transmit client? or when client sends [ack] following last segment? or when network timeout occurs?

knowing me find root causes crazy-long response times in our production access logs.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -