[ 
https://issues.apache.org/jira/browse/SLING-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762959#action_12762959
 ] 

Felix Meschberger commented on SLING-1139:
------------------------------------------

Sounds good, how about taking this one step further and format it completely 
different :

     26 2009-10-07 11:11:29 
TIMER_START{org.apache.sling.servlets.get.DefaultGetServlet#0}
     26 2009-10-07 11:11:29 LOG Using 
org.apache.sling.servlets.get.impl.helpers.StreamRendererServlet to render for 
extension=null
     27 2009-10-07 11:11:29 
TIMER_END{org.apache.sling.servlets.get.DefaultGetServlet#0,1}
     27 2009-10-07 11:11:29 TIMER_END{Request Processing,27} Request Processing

three entry types:

   TIMER_START{<name>} <optional message>
   TIMER_END{<name>,<msecs>} <optional message>
   LOG <message>

> Add structure to SlingRequestProgressTracker messages
> -----------------------------------------------------
>
>                 Key: SLING-1139
>                 URL: https://issues.apache.org/jira/browse/SLING-1139
>             Project: Sling
>          Issue Type: Improvement
>    Affects Versions: Engine 2.0.4
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: Engine 2.0.6
>
>
> The SlingRequestProgressTracker messages contain useful timing information, 
> structuring them a bit more would allow for parsing them to generate other 
> representations.
> Here's an example of the current info (from 
> http://localhost:8888/system/console/requests):
> 0 (2009-10-07 11:10:30) Starting Request Processing
>       0 (2009-10-07 11:10:30) Method=GET, PathInfo=/index.html
>       0 (2009-10-07 11:10:30) Starting ResourceResolution
>       6 (2009-10-07 11:10:30) URI=/index.html resolves to 
> Resource=JcrNodeResource, type=nt:file, superType=null, path=/index.html, 
> elapsed = 6ms
>       6 (2009-10-07 11:10:30) Resource Path Info: SlingRequestPathInfo: 
> path='/index.html', selectorString='null', extension='null', suffix='null'
>       6 (2009-10-07 11:10:30) Starting ServletResolution
>       6 (2009-10-07 11:10:30) Starting resolveServlet(JcrNodeResource, 
> type=nt:file, superType=null, path=/index.html)
>       6 (2009-10-07 11:10:30) Using servlet 
> org.apache.sling.servlets.get.DefaultGetServlet, elapsed = 0ms
>       6 (2009-10-07 11:10:30) URI=/index.html handled by 
> Servlet=org.apache.sling.servlets.get.DefaultGetServlet, elapsed = 0ms
>       6 (2009-10-07 11:10:30) Applying request filters
>       6 (2009-10-07 11:10:30) Calling filter: 
> org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter
>       6 (2009-10-07 11:10:30) Starting 
> org.apache.sling.servlets.get.DefaultGetServlet#0
>       6 (2009-10-07 11:10:30) Using 
> org.apache.sling.servlets.get.impl.helpers.StreamRendererServlet to render 
> for extension=null
>       7 (2009-10-07 11:10:30) 
> org.apache.sling.servlets.get.DefaultGetServlet#0, elapsed = 1ms
>       7 (2009-10-07 11:10:30) Request Processing ends, elapsed = 7ms

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to