Hi Ian, On Tue, Jun 1, 2010 at 9:27 AM, Ian Soboroff <isobor...@gmail.com> 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.