Re: Cassandra Statistics and Metrics

2011-06-16 Thread Héctor Izquierdo Seliva
This is what I use: http://code.google.com/p/simple-cassandra-monitoring/ Disclaimer: I did it myself, don't expect too much :P El jue, 16-06-2011 a las 19:35 +0300, Viktor Jevdokimov escribió: > There's possibility to use command line JMX client with standard > Zabbix agent to request JMX count

Re: Cassandra Statistics and Metrics

2011-06-16 Thread Viktor Jevdokimov
There's possibility to use command line JMX client with standard Zabbix agent to request JMX counters without incorporating zapcat into Cassandra or another Java app. I'm investigating this feature right now, will post results when finish. 2011/6/15 Viktor Jevdokimov > http://www.kjkoster.org/za

Re: Cassandra Statistics and Metrics

2011-06-14 Thread Viktor Jevdokimov
http://www.kjkoster.org/zapcat/Zapcat_JMX_Zabbix_Bridge.html 2011/6/14 Marcos Ortiz > Where I can find the source code? > > El 6/14/2011 10:13 AM, Viktor Jevdokimov escribió: > > We're using open source monitoring solution Zabbix from > http://www.zabbix.com/ using zapcat - not only for Cassand

Re: Cassandra Statistics and Metrics

2011-06-14 Thread Marcos Ortiz
We are thinking a Web 2.0 application, so Munin was not built with these thougths in mind. I will be reviewing the datadoghq site. Regards El 6/14/2011 10:23 AM, Dan Kuebrich escribió: Here's what people usually monitor from munin (and how they get at it): https://github.com/jbellis/cassandra-m

Re: Cassandra Statistics and Metrics

2011-06-14 Thread Dan Kuebrich
Here's what people usually monitor from munin (and how they get at it): https://github.com/jbellis/cassandra-munin-plugins . Sounds a lot like what these guys are doing (even the stack?): http://datadoghq.com/ On Tue, Jun 14, 2011 at 10:13 AM, Viktor Jevdokimov wrote: > We're using open source m

Re: Cassandra Statistics and Metrics

2011-06-14 Thread Marcos Ortiz
Where I can find the source code? El 6/14/2011 10:13 AM, Viktor Jevdokimov escribió: We're using open source monitoring solution Zabbix from http://www.zabbix.com/ using zapcat - not only for Cassandra but for the whole system. As MX4J tools plugin is supported by Cassandra, support of zapcat

Re: Cassandra Statistics and Metrics

2011-06-14 Thread Viktor Jevdokimov
We're using open source monitoring solution Zabbix from http://www.zabbix.com/ using zapcat - not only for Cassandra but for the whole system. As MX4J tools plugin is supported by Cassandra, support of zapcat in Cassandra by default is welcome - we have to use a wrapper to start zapcat agent. 201

Cassandra Statistics and Metrics

2011-06-14 Thread Marcos Ortiz
Regards to all. My team and me here on the University are working on a generic solution for Monitoring and Capacity Planning for Open Sources Databases, and one of the NoSQL db that we choosed to give it support is Cassandra. Where I can find all the metrics and statistics of Cassandra? I'm thi