Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55A5F10283 for ; Tue, 8 Sep 2015 16:45:48 +0000 (UTC) Received: (qmail 75830 invoked by uid 500); 8 Sep 2015 16:45:48 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 75727 invoked by uid 500); 8 Sep 2015 16:45:48 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 75570 invoked by uid 99); 8 Sep 2015 16:45:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 16:45:48 +0000 Date: Tue, 8 Sep 2015 16:45:48 +0000 (UTC) From: "stack (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-6215) per-request profiling 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/HBASE-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-6215. -------------------------- Resolution: Incomplete Lets go HTrace route for this (no progress on a native hbase per-request tracking). Resolving as incomplete > per-request profiling > --------------------- > > Key: HBASE-6215 > URL: https://issues.apache.org/jira/browse/HBASE-6215 > Project: HBase > Issue Type: New Feature > Reporter: Kannan Muthukkaruppan > Assignee: Aurick Qiao > > Add ability to get HBase metrics back from an individual request. Apps can use this to track fine-grained metrics (such as server-side latency, block cache access/hit count; sync latency; append latency; etc.) on a per-API call basis. Also, enhance HBase shell to support this feature. [For example, if in the shell we turn profiling on, for all subsequent requests the profiling stats will be pretty printed, or optionally written to a file.] -- This message was sent by Atlassian JIRA (v6.3.4#6332)