Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EC526200B2A for ; Fri, 10 Jun 2016 18:25:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EAE97160A38; Fri, 10 Jun 2016 16:25:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 34699160A15 for ; Fri, 10 Jun 2016 18:25:22 +0200 (CEST) Received: (qmail 36164 invoked by uid 500); 10 Jun 2016 16:25:21 -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 36140 invoked by uid 99); 10 Jun 2016 16:25:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2016 16:25:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2FD6F2C1F54 for ; Fri, 10 Jun 2016 16:25:21 +0000 (UTC) Date: Fri, 10 Jun 2016 16:25:21 +0000 (UTC) From: "Ryan Svihla (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-11992) Consistency Level Histograms MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Jun 2016 16:25:23 -0000 Ryan Svihla created CASSANDRA-11992: --------------------------------------- Summary: Consistency Level Histograms Key: CASSANDRA-11992 URL: https://issues.apache.org/jira/browse/CASSANDRA-11992 Project: Cassandra Issue Type: New Feature Reporter: Ryan Svihla Priority: Minor It would be really handy to diagnose data inconsistency issues if we had a counter for how often a given consistency level was attempted on coordinators (could be handy cluster wide too) on a given table. nodetool clhistogram foo_keyspace foo_table CL READ/WRITE ANY 0/1 ONE 0/0 TWO 0/100 THREE 0/0 LOCAL_ONE 0/1000 LOCAL_QUORUM 1000/2000 QUORUM 0/1000 EACH_QUORUM 0/0 ALL 0/0 Open to better layout or better separator, this is just off the top of my head. -- This message was sent by Atlassian JIRA (v6.3.4#6332)