Re: [Discuss] FunctionStats over the JMX [GEODE-3462]

2017-08-22 Thread Kirk Lund
I just ran across a test in Geode which manipulates similar APIs for Client stats on the CacheServerMXBean: String[] clientIds = cacheServerMXBean.getClientIds(); ClientHealthStatus clientStatus1 = cacheServerMXBean.showClientStats(clientIds[0]); ClientHealthStatus clientStatus2 =

Re: [Discuss] FunctionStats over the JMX [GEODE-3462]

2017-08-22 Thread Kirk Lund
Hi Dinesh, Check out this project by Charlie Black: https://github.com/charliemblack/geode-exposing-metrics-via-JMX We currently have no plans to introduce out-of-the box Geode MXBeans for every Function or for all stats. When you combine this with federating of MBeans to the JMX Manager(s), it

[Discuss] FunctionStats over the JMX [GEODE-3462]

2017-08-21 Thread Dinesh Akhand
Hi Team, We are looking for implementing the function stats over JMX. Currently Function Stats are not part of JMX. We can't see them on JMX server. Can you please assist what is the correct way to implementing it. We have many function which are instanceOf FunctionAdapter. We want to monitor