here is the environment : 1 server node + 1 client node
executed below code
===================================
IgniteCache<String,String> igniteCache =
igniteSpringBean.getOrCreateCache("HappyFlow");
igniteCache.put("hello", "hello1");
Assert.assertEquals("hello1",igniteCache.get("hello"));
for (int i = 0;i < 100; i ++) {
igniteCache.get("hello");
}
===================================
I got below screenshot in ignitevisorcmd.sh
Hits/Misses/Reads/Writes are zero, is this expected behavior?

--
Sent from:
http://apache-ignite-developers.2346864.n4.nabble.com/