[infinispan-issues] [JBoss JIRA] (ISPN-12219) Change the Operations Performance Metrics values
Diego Lovison (Jira)
issues at jboss.org
Tue Aug 11 12:36:00 EDT 2020
Diego Lovison created ISPN-12219:
------------------------------------
Summary: Change the Operations Performance Metrics values
Key: ISPN-12219
URL: https://issues.redhat.com/browse/ISPN-12219
Project: Infinispan
Issue Type: Enhancement
Components: Console
Reporter: Diego Lovison
When Infinispan REST API Return
{noformat}
average_read_time: 0
average_read_time_nanos: 367312
average_remove_time: 0
average_remove_time_nanos: 0
average_write_time: 93
average_write_time_nanos: 93738739
{noformat}
The UI will show
{noformat}
0 Avg Reads
93 Avg Writes
0 Avg Removes
{noformat}
It seems to me that no reads where performed in the cache.
We should instead of display 0 converts from nanos to ms
For example:
{noformat}
0,36 Avg Reads
93 Avg Writes
0 Avg Removes
{noformat}
Also, I don't know what means 93 or 0,36. We should add the time unit.
For example:
{noformat}
0,36ms Avg Reads
93ms Avg Writes
0ms Avg Removes
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list