Re: cfstats - check Read Count per minute

2011-10-03 Thread aaron morton
Other than manually pull them from JMX, not really. Most monitoring templates will grab those stats per cf (and perhaps per ks). Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 3/10/2011, at 3:41 PM, Marcus Both wrote: Hi, I

Re: cfstats - check Read Count per minute

2011-10-03 Thread Chris Goffinet
If he puts the mx4j jar (http://mx4j.sourceforge.net/) in his lib/ folder, he can fetch stats out over HTTP. mx4j is a bridge for JMX-HTTP. On Mon, Oct 3, 2011 at 2:53 AM, aaron morton aa...@thelastpickle.comwrote: Other than manually pull them from JMX, not really. Most monitoring templates

cfstats - check Read Count per minute

2011-10-02 Thread Marcus Both
Hi, I am checking how many Read Count are made per minute as follows way: $ ./nodetool -h 127.0.0.1 cfstats Keyspace: KSTEST Read Count: 412303 (...) sleep 60 $ ./nodetool -h 127.0.0.1 cfstats Keyspace: KSTEST Read Count: 462555 (...) $ echo 462555 - 412303| bc 50252 And then I