Re: What is the meaning of low totalHitCount and high totalMissCount

2015-08-11 Thread Manuel David
using CacheLoaders? As typically a low hitCount could mean that >>>> the data that is being looked up is not within Geode and one is trying to >>>> load it (read-through) from a data source. Or it could mean that some one >>>> is trying to look up keys that don&#x

Re: What is the meaning of low totalHitCount and high totalMissCount

2015-08-10 Thread arghya sadhu
not within Geode and one is trying to >>> load it (read-through) from a data source. Or it could mean that some one >>> is trying to look up keys that don't exist within your Region. >>> >>> How are you using/interacting with Geode? >>> >&g

Re: What is the meaning of low totalHitCount and high totalMissCount

2015-08-10 Thread Swapnil Bawaskar
gt;> load it (read-through) from a data source. Or it could mean that some one >> is trying to look up keys that don't exist within your Region. >> >> How are you using/interacting with Geode? >> >> --Udo >> >> On 08/10/2015 04:53 PM, arghya sadhu wr

Re: What is the meaning of low totalHitCount and high totalMissCount

2015-08-10 Thread arghya sadhu
. > > How are you using/interacting with Geode? > > --Udo > > On 08/10/2015 04:53 PM, arghya sadhu wrote: > >> Hi All, >> >> What is the meaning of low totalHitCount and high totalMissCount while >> running show metrics in gfsh console.In my appli

Re: What is the meaning of low totalHitCount and high totalMissCount

2015-08-10 Thread Udo Kohlmeyer
some one is trying to look up keys that don't exist within your Region. How are you using/interacting with Geode? --Udo On 08/10/2015 04:53 PM, arghya sadhu wrote: Hi All, What is the meaning of low totalHitCount and high totalMissCount while running show metrics in gfsh console.

What is the meaning of low totalHitCount and high totalMissCount

2015-08-09 Thread arghya sadhu
Hi All, What is the meaning of low totalHitCount and high totalMissCount while running show metrics in gfsh console.In my application I am seeing low totalHitCount and high totalMissCount.Hence i want to know if this is ok or something to worry about? Thanks, Arghya