Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D01E011F8D for ; Fri, 25 Apr 2014 15:48:18 +0000 (UTC) Received: (qmail 21953 invoked by uid 500); 25 Apr 2014 15:48:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 21909 invoked by uid 500); 25 Apr 2014 15:48:16 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 21679 invoked by uid 99); 25 Apr 2014 15:48:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 15:48:15 +0000 Date: Fri, 25 Apr 2014 15:48:15 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9953) PerformanceEvaluation: Decouple data size from client concurrency 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-9953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-9953: -------------------------------- Attachment: HBASE-9953.01.patch Refreshing patch after a short hiatus. Added description for new --size command to help text. > PerformanceEvaluation: Decouple data size from client concurrency > ----------------------------------------------------------------- > > Key: HBASE-9953 > URL: https://issues.apache.org/jira/browse/HBASE-9953 > Project: HBase > Issue Type: Test > Components: test > Reporter: Nick Dimiduk > Priority: Minor > Attachments: HBASE-9953.00.patch, HBASE-9953.01.patch > > > PerfEval tool provides a {{--rows=R}} for specifying the number of records to work with and requires the user provide a value of N, used as the concurrency level. From what I can tell, every concurrent process will interact with R rows. In order to perform an apples-to-apples test, the user must re-calculate the value R for every new value of N. > Instead, I propose accepting a {{--size=S}} for the amount of data to interact with and let PerfEval divide that amongst the N clients on the user's behalf. -- This message was sent by Atlassian JIRA (v6.2#6252)