Re: Need information about FunctionStatistics

2017-06-21 Thread Kirk Lund
t; > > > Currently I called above method from ManagementListener.java > > > > case CACHE_SERVER_START: > > > > CacheServer startedServer = (CacheServer) resource; > > > > adapter.handleCacheServerStart(startedServer); > > >

Re: Need information about FunctionStatistics

2017-06-21 Thread Barry Oglesby
onStatistics > > > > Hi Team, > > > > Problem Solved , > > > > Function Stats works fine if function is associated with JVM . else it > will display 0 . > > > > Thanks, > > Dinesh Akhand > > > > From: Dinesh Akhand > &

RE: Need information about FunctionStatistics

2017-06-21 Thread Dinesh Akhand
s, Dinesh Akhand -Original Message- From: Dinesh Akhand Sent: Friday, June 9, 2017 6:44 PM To: dev@geode.apache.org; bogle...@pivotal.io Subject: RE: Need information about FunctionStatistics Hi Team, Problem Solved , Function Stats works fine if function is associated with

RE: Need information about FunctionStatistics

2017-06-09 Thread Dinesh Akhand
Hi Team, Problem Solved , Function Stats works fine if function is associated with JVM . else it will display 0 . Thanks, Dinesh Akhand From: Dinesh Akhand Sent: Friday, June 9, 2017 4:34 PM To: dev@geode.apache.org; 'bogle...@pivotal.io' Subject: RE: Need informa

RE: Need information about FunctionStatistics

2017-06-09 Thread Dinesh Akhand
0 stddev=0 last=0 Can you please confirm function stats values are correct in your case. Thanks, Dinesh Akhand -Original Message- From: Barry Oglesby [mailto:bogle...@pivotal.io] Sent: Thursday, June 8, 2017 10:38 PM To: dev@geode.apache.org Subject: Re: Need informa

Re: Need information about FunctionStatistics

2017-06-08 Thread Barry Oglesby
Dinesh, The FunctionStatistics and FunctionServiceStatistics look to be displaying properly in vsd. Are you not seeing them? Thanks, Barry Oglesby On Thu, Jun 8, 2017 at 9:51 AM, Kirk Lund wrote: > I think we would probably need to introduce a new FunctionServiceMXBean > with these stats as a

Re: Need information about FunctionStatistics

2017-06-08 Thread Kirk Lund
I think we would probably need to introduce a new FunctionServiceMXBean with these stats as attributes or add showFunctionMetrics() operation to MemberMXBean. On Wed, Jun 7, 2017 at 6:32 AM, Dinesh Akhand wrote: > Hi Team, > > Currently I can see Function stats are getting generated . > function