You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Radim Kolar <hs...@sendmail.cz> on 2011/10/06 14:54:32 UTC

Better CF stats

I need more detailed CF stats. Currently CASS supports Read/write stats 
and cache hit ratio.

I am interested in:

1. key not found: like get cf['non-existent-key']
2. hits to tombstone, row existed but it is tombstoned now

It this easy enough to implement?