Hi,
1. When starting ignitevisorcmd.sh, is there a option to provide the configuration file in the command prompt when starting. 2. When ignitevisorcmd is started and open command is given it is not listing the configuration files which are kept outside IGNITE_HOME. Should all the xmls be copied in $IGNITE_HOME/config folder to be listed or is there any way to get them also listed? 3. Twenty entries are populated in employee cache. When listed in visor it is showing total as 40. Heap size 20 and off-heap size 20. Can someone please explain? Employee cache is partitioned cache without any backup configured. visor> cache -a Time of the snapshot: 07/07/17, 17:49:22 +==================================================================================================================+ | Name(@) | Mode | Nodes | Entries (Heap / Off-heap) | Hits | Misses | Reads | Writes | +==================================================================================================================+ | Employee(@c0) | PARTITIONED | 1 | min: 40 (20 / 20) | min: 0 | min: 0 | min: 0 | min: 0 | | | | | avg: 40.00 (20.00 / 20.00) | avg: 0.00 | avg: 0.00 | avg: 0.00 | avg: 0.00 | | | | | max: 40 (20 / 20) | max: 0 | max: 0 | max: 0 | max: 0 | +------------------------------------------------------------------------------------------------------------------+ Cache 'Employee(@c0)': +-----------------------------------------------+ | Name(@) | Employee(@c0) | | Nodes | 1 | | Total size Min/Avg/Max | 40 / 40.00 / 40 | | Heap size Min/Avg/Max | 20 / 20.00 / 20 | | Off-heap size Min/Avg/Max | 20 / 20.00 / 20 | +-----------------------------------------------+ Nodes for: Employee(@c0) +=============================================================================================================+ | Node ID8(@), IP | CPUs | Heap Used | CPU Load | Up Time | Size | Hi/Mi/Rd/Wr | +=============================================================================================================+ | 25F9F385(@n0), 10.2.0.160 | 32 | 3.10 % | 0.23 % | 01:03:30:527 | Total: 40 | Hi: 0 | | | | | | | Heap: 20 | Mi: 0 | | | | | | | Off-Heap: 20 | Rd: 0 | | | | | | | Off-Heap Memory: 0 | Wr: 0 | +-------------------------------------------------------------------------------------------------------------+ 'Hi' - Number of cache hits. 'Mi' - Number of cache misses. 'Rd' - number of cache reads. 'Wr' - Number of cache writes. Thanks, Priya
