-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
Create page to display the following information related to a cache:
- Name and status
- All its properties -> mode: Local/Replicated/Distributed/Invalidation, nodes on which the cache resides, associated cache loader/store, write-through/write-behind, isolation level, eviction/passivation, expiration configuration, cross-site replication
- Statistics -> average time for reads, average times for writes, total number of entries, average size of entry (in bytes), total number of reads, total number of failed reads, total number of writes, total number of failed writes (Note: these statistics are aggregated across all nodes on which the cache resides.)
- Information about the nodes this cache resides in
Use the following mockup as a guideline:
https://rawgit.com/infinispan/infinispan-console-mockup/master/cache-status.html
https://rawgit.com/infinispan/infinispan-console-mockup/master/cache-nodes.html