On 19 Mar 2011, at 13:38, david marion wrote: > For monitoring, anything that you may have already, going through logs at > this scale is tedious. I created a monitor web page that shows the following > for each node: > > Node name, coordinator, transport cluster name, first heard, last > heard, entries, and evictions. > > This will tell me right away how many nodes are up and if they are all using > the same coordinator. I am running Infinispan in an embedded fashion, so it’s > my code that interrogates each cache and reports the information to the > monitor server. It’s actually been pretty handy because we can see the nodes > that either have not started or have not formed one cluster.
Hmm. We do expose a lot of this stuff in JMX (look at the configs [1] to switch this on). If your app is a webapp running in JBoss AS, you can use the JMX console (web based) to attach to it. Or you could use RHQ/JOPR [2]. > Do you have a number for the JIRA issue? I was referring to the original JIRA, ISPN-83. Cheers Manik [1] http://community.jboss.org/wiki/ManagementTooling [2] http://community.jboss.org/wiki/MonitoringInfinispanwithRHQ -- Manik Surtani [email protected] twitter.com/maniksurtani Lead, Infinispan http://www.infinispan.org
_______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
