]
Vladimir Blagojevic updated ISPN-7768:
--------------------------------------
Git Pull Request:
Average stats should be expressed in Nanoseconds
------------------------------------------------
Key: ISPN-7768
URL:
https://issues.jboss.org/browse/ISPN-7768
Project: Infinispan
Issue Type: Enhancement
Components: JMX, reporting and management
Affects Versions: 9.0.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.1.0.Alpha1
Currently the cache stats average-read-time, average-write-time and average-remove-time
are measured in milliseconds, however it is often the case that these operations are less
than one milliseconds and so these averages regularly return 0. We should change
measurement format to Nanoseconds so this information is not lost.