[infinispan-issues] [JBoss JIRA] (ISPN-3193) Capture time budgeting information
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 06:57:20 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786872#comment-12786872 ]
Mircea Markus commented on ISPN-3193:
-------------------------------------
indeed it looks very helpful.
> Capture time budgeting information
> ----------------------------------
>
> Key: ISPN-3193
> URL: https://issues.jboss.org/browse/ISPN-3193
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core API
> Affects Versions: 5.3.0.Final
> Reporter: Manik Surtani
> Assignee: Mircea Markus
> Priority: Minor
> Labels: diagnostics, performance
> Fix For: 6.0.0.Alpha1, 6.0.0.Final
>
>
> Should be most recent timing for each major subsystem for each type of call. E.g.,
> PUT: 10ms (locking), 10ms (datacontainer), 20ms (RPC), 30ms (CacheStore).
> GET: 0ms (locking), 5ms (datacontainer), 0ms (RPC), 10ms (CacheStore).
> etc.
> Could be implemented as a simple ringbuffer, in a specific component (TimeBudgetMonitor?) just storing the most recent N calls and that's it. Cheap to capture, cheap to store.
> This data could then be made available via a JMX operation on TimeBudgetMonitor. This is extremely valuable for tuning and debugging perf issues.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list