]
Pedro Zapata updated ISPN-5763:
-------------------------------
Component/s: Console
(was: JMX, reporting and management)
Cache detail - page
-------------------
Key: ISPN-5763
URL:
https://issues.jboss.org/browse/ISPN-5763
Project: Infinispan
Issue Type: Sub-task
Components: Console
Reporter: Pedro Zapata
Assignee: Vladimir Blagojevic
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/pzapata/infinispan-console-mockup/master/cache-status....
https://rawgit.com/pzapata/infinispan-console-mockup/master/cache-nodes.html