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 60A93200CE7 for ; Thu, 3 Aug 2017 05:14:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5EFFF16AB9D; Thu, 3 Aug 2017 03:14:25 +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 A41CF16AB9C for ; Thu, 3 Aug 2017 05:14:24 +0200 (CEST) Received: (qmail 66081 invoked by uid 500); 3 Aug 2017 03:14:23 -0000 Mailing-List: contact jira-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@kafka.apache.org Delivered-To: mailing list jira@kafka.apache.org Received: (qmail 66070 invoked by uid 99); 3 Aug 2017 03:14:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2017 03:14:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0A203C1A05 for ; Thu, 3 Aug 2017 03:14:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DxJDe45_sheA for ; Thu, 3 Aug 2017 03:14:12 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2FF985FE66 for ; Thu, 3 Aug 2017 03:14:08 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D64E1E0D45 for ; Thu, 3 Aug 2017 03:14:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 85F9924654 for ; Thu, 3 Aug 2017 03:14:00 +0000 (UTC) Date: Thu, 3 Aug 2017 03:14:00 +0000 (UTC) From: "huxihx (JIRA)" To: jira@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (KAFKA-2360) The kafka-consumer-perf-test.sh script help information print useless parameters. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 03 Aug 2017 03:14:25 -0000 [ https://issues.apache.org/jira/browse/KAFKA-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huxihx reassigned KAFKA-2360: ----------------------------- Assignee: huxihx (was: jin xing) > The kafka-consumer-perf-test.sh script help information print useless parameters. > --------------------------------------------------------------------------------- > > Key: KAFKA-2360 > URL: https://issues.apache.org/jira/browse/KAFKA-2360 > Project: Kafka > Issue Type: Bug > Components: tools > Affects Versions: 0.8.2.1 > Environment: Linux > Reporter: Bo Wang > Assignee: huxihx > Priority: Minor > Labels: newbie > Original Estimate: 24h > Remaining Estimate: 24h > > Run kafka-consumer-perf-test.sh --help to show help information, but found 3 parameters useless : > --batch-size and --batch-size --messages > That is producer of parameters. > bin]# ./kafka-consumer-perf-test.sh --help > Missing required argument "[topic]" > Option Description > ------ ----------- > --batch-size Number of messages to write in a > single batch. (default: 200) > --compression-codec supported codec: NoCompressionCodec (default: 0) > as 0, GZIPCompressionCodec as 1, > SnappyCompressionCodec as 2, > LZ4CompressionCodec as 3> > --date-format The date format to use for formatting > the time field. See java.text. > SimpleDateFormat for options. > (default: yyyy-MM-dd HH:mm:ss:SSS) > --fetch-size The amount of data to fetch in a > single request. (default: 1048576) > --messages The number of messages to send or > consume (default: > 9223372036854775807) -- This message was sent by Atlassian JIRA (v6.4.14#64029)