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 8A3D217A0A for ; Mon, 2 Mar 2015 16:49:12 +0000 (UTC) Received: (qmail 96668 invoked by uid 500); 2 Mar 2015 16:49:06 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 96637 invoked by uid 500); 2 Mar 2015 16:49:06 -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 96625 invoked by uid 99); 2 Mar 2015 16:49:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 16:49:06 +0000 Date: Mon, 2 Mar 2015 16:49:06 +0000 (UTC) From: "Phil Yang (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-8886) nodetool netstats shows the progress of every streaming session MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Phil Yang created CASSANDRA-8886: ------------------------------------ Summary: nodetool netstats shows the progress of every streaming session Key: CASSANDRA-8886 URL: https://issues.apache.org/jira/browse/CASSANDRA-8886 Project: Cassandra Issue Type: Improvement Components: Tools Reporter: Phil Yang Assignee: Phil Yang Now if there is a streaming session in one node, the nodetool netstats only shows how many files and bytes should be sent or received. I think users need to know how many files and bytes have been sent or received, too. It is a very small patch to show the progress of a session. -- This message was sent by Atlassian JIRA (v6.3.4#6332)