]
Tristan Tarrant updated ISPN-9209:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.0.CR3
(was: 9.4.0.Final)
Resolution: Done
Implement RemoteCache statistics
--------------------------------
Key: ISPN-9209
URL:
https://issues.jboss.org/browse/ISPN-9209
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.4.0.CR3
The Hot Rod client does not expose any local statistics
(RemoteCacheManager.getStatistics() returns the server-side stats).
We should have the following per-cache stats:
- remote hits and hit avg time
- remote misses and miss avg time
- remote removes and remove avg time
- near cache hits and avg time
- near cache miss and avg time
- near cache size