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

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -