[infinispan-issues] [JBoss JIRA] (ISPN-3193) Capture time budgeting information

Tristan Tarrant (JIRA) issues at jboss.org
Mon Jan 12 09:17:04 EST 2015


     [ https://issues.jboss.org/browse/ISPN-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant reassigned ISPN-3193:
-------------------------------------

    Assignee:     (was: Mircea Markus)


> Capture time budgeting information
> ----------------------------------
>
>                 Key: ISPN-3193
>                 URL: https://issues.jboss.org/browse/ISPN-3193
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 5.3.0.Final
>            Reporter: Manik Surtani
>            Priority: Minor
>              Labels: diagnostics, performance
>
> 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 was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list