Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4613A10230 for ; Fri, 29 Nov 2013 02:04:37 +0000 (UTC) Received: (qmail 8429 invoked by uid 500); 29 Nov 2013 02:04:37 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 8406 invoked by uid 500); 29 Nov 2013 02:04:37 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 8397 invoked by uid 99); 29 Nov 2013 02:04:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 02:04:37 +0000 Date: Fri, 29 Nov 2013 02:04:37 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6391) Expose a total memtable size metric for a CF MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835142#comment-13835142 ] Jonathan Ellis commented on CASSANDRA-6391: ------------------------------------------- +1 > Expose a total memtable size metric for a CF > -------------------------------------------- > > Key: CASSANDRA-6391 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6391 > Project: Cassandra > Issue Type: Improvement > Reporter: Nick Bailey > Assignee: Aleksey Yeschenko > Fix For: 2.0.4 > > Attachments: 6391.txt > > > We currently expose the size of the current memtable, but that metric doesn't included memtables that are pending a flush and the memtables for indexes. It would be nice to expose all of these as a single gauge metric to get a picture of a single column families heap usage. -- This message was sent by Atlassian JIRA (v6.1#6144)