I'm attempting to plot how "busy" the node is doing compactions but there
seems to only be a few metrics reported that might be suitable:
CompletedTasks, PendingTasks, TotalBytesCompacted,
TotalCompactionsCompleted.
It's not clear to me what the difference between CompletedTasks and
TotalCompactio
I have not looked at this JMX object in a while, however the
compaction manager can support multiple threads. Also it moves from
0-filesize each time it has to compact a set of files.
That is more useful for showing current progress rather then lifetime history.
On Fri, Oct 5, 2012 at 7:27 PM,