Re: JMX metrics for monitoring

2010-11-02 Thread Brandon Williams
On Tue, Nov 2, 2010 at 1:57 PM, hoivan wrote: > > Just as an FYI, Evident ClearStone supports monitoring of Cassandra > clusters > in enterprise and EC2 deployments. > Sending just one of these emails will suffice in future. -Brandon

Re: JMX metrics for monitoring

2010-11-02 Thread hoivan
Just as an FYI, Evident ClearStone supports monitoring of Cassandra clusters in enterprise and EC2 deployments. Evident ClearStone supports various NoSQL products (including Cassandra) and distributed caching technologies. The product supports the aggregation of metrics (from JMX) across all the

Re: JMX metrics for monitoring

2010-05-20 Thread Jonathan Ellis
Here are the basics I discuss in Riptano's training classes: http://github.com/jbellis/cassandra-munin-plugins On Mon, May 17, 2010 at 3:02 PM, Maxim Kramarenko wrote: > Hi! > > Which JMX metrics do you use for Cassandra monitoring ? Which values can be > used for alerts ? > -- Jonathan Ellis

Re: JMX metrics for monitoring

2010-05-17 Thread Ran Tavory
There are many, but here's what I found useful so far: Per CF you have: - Recent read/write latency - PendingTasks - Read/Write count Globally you have, for each of the stages (e.g. org.apache.cassandra.concurrent:type=ROW-READ-STAGE): - PendingTasks - ActiveCount ... and as you go you'll find mo

JMX metrics for monitoring

2010-05-17 Thread Maxim Kramarenko
Hi! Which JMX metrics do you use for Cassandra monitoring ? Which values can be used for alerts ?