]
Tristan Tarrant updated ISPN-9209:
----------------------------------
Summary: Implement RemoteCache statistics (was: Implement RemoteCachestatistics)
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
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