Re: Monitoring compaction

2010-06-01 Thread Dylan Egan / WildfireApp.com
Hi Ian,

On Tue, Jun 1, 2010 at 9:41 AM, Ian Soboroff  wrote:
> Thanks.  Are folks open to exposing this via nodetool?  I've been trying to
> figure out a decent way to aggregate and expose all this information that is
> easier than nodetool and less noisy than nagios... suggestions appreciated.

You may be interested in the munin plugins written by James Golick and
Jonathan Ellis at
http://github.com/jamesgolick/cassandra-munin-plugins

Cheers,

Dylan.


Re: Monitoring compaction

2010-06-01 Thread Dylan Egan / WildfireApp.com
Hi Ian,

On Tue, Jun 1, 2010 at 9:27 AM, Ian Soboroff  wrote:
> Are stats exposed over JMX for compaction?

You can view them via the
org.apache.cassandra.db:type=CompactionManager MBean. The PendingTasks
attribute might suit you best.

Cheers,

Dylan.