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

Justin Edelson commented on SLING-1476:
---------------------------------------

Committed a very rough first iteration in r1138159

I used Commons Math's statistics support, but I made the import optional. If it 
isn't available, the MBean just isn't visible. The whole statistics object is 
thread-safe, but I put updates to it in a separate thread so that they wouldn't 
block the current request thread.

Seems to work for me. Needs some more testing for sure, but I wanted to get 
something in SVN so as to clarify things.

> provide number of processed requests
> ------------------------------------
>
>                 Key: SLING-1476
>                 URL: https://issues.apache.org/jira/browse/SLING-1476
>             Project: Sling
>          Issue Type: New Feature
>          Components: Engine
>    Affects Versions: Engine 2.0.6
>            Reporter: Jörg Hoh
>            Priority: Minor
>         Attachments: org.apache.sling.jmx.zip
>
>
> For status monitoring it would be useful to have the number of total 
> processed requests since restart of the JVM. Is it possible to have a 
> "statistics" component which could provide such numbers?
> (The "manual" way to do it would be writing a very simple RequestFilter which 
> just increments a counter and expose this object as OSGI component.)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to