[
https://issues.apache.org/jira/browse/CASSANDRA-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418756#comment-15418756
]
Stefan Podkowinski commented on CASSANDRA-11404:
------------------------------------------------
I think this ticket can be closed as we now have an [updated metrics
overview|http://cassandra.apache.org/doc/latest/operating/metrics.html] thanks
to [~tjake].
> Document metrics mbeans org.apache.cassandra.metrics
> ----------------------------------------------------
>
> Key: CASSANDRA-11404
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11404
> Project: Cassandra
> Issue Type: Improvement
> Components: Documentation and Website
> Reporter: Michael Schurter
>
> Was bemoaning the lack of documentation for Cassandra's extensive metrics in
> IRC and [~thobbs] told me to file a ticket:
> I started stealing comments from
> {{src/java/org/apache/cassandra/metrics/TableMetrics.java}}:
> ||mbean||description||
> | {{ColumnFamily.$keyspace.$table.MemtableOnHeapSize}} | Total amount of data
> stored in the memtable that resides on-heap, including column related
> overhead and partitions overwritten.
> |
> | {{ColumnFamily.$keyspace.$table.MemtableOffHeapSize}} | Total amount of
> data stored in the memtable that resides off-heap, including column related
> overhead and partitions overwritten. |
> | {{ColumnFamily.$keyspace.$table.CompressionRatio}} | Current compression
> ratio for all SSTables |
> | {{ColumnFamily.$keyspace.$table.Estimated{Partition,Row}SizeHistogram}} |
> Histogram of estimated partition size (in bytes). |
> | {{ColumnFamily.$keyspace.$table.ReadLatency}} | Local read metrics. |
> | {{ColumnFamily.$keyspace.$table.WriteLatency}} | Local Write metrics. |
> | {{ColumnFamily.$keyspace.$table.MemstableLiveDataSize}} | Total amount of
> live data stored in the memtable, excluding any data structure overhead. |
> | {{ColumnFamily.$keyspace.$table.CoordinatorReadLatency}} | Read request
> latency from the perspective of the coordinating node |
> | {{ColumnFamily.$keyspace.$table.CoordinatorScanLatency}} | ??? |
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)