You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flume.apache.org by "zhenzhao wang (JIRA)" <ji...@apache.org> on 2018/07/14 05:01:00 UTC

[jira] [Created] (FLUME-3258) Add ScribeCLIClient for scribe source

zhenzhao wang created FLUME-3258:
------------------------------------

             Summary: Add ScribeCLIClient for scribe source
                 Key: FLUME-3258
                 URL: https://issues.apache.org/jira/browse/FLUME-3258
             Project: Flume
          Issue Type: New Feature
            Reporter: zhenzhao wang


We developed a ScribeCLIClient which could be used to generate scribe format event for debugging. 

Here're the help msg with ScribeCLIClient added:
{code:java}
usage: flume-ng scribe-client [-e <arg>] [-h] [-m <arg>] [-n <arg>] [-p

       <arg>] [-s <arg>]

-e,--epm <arg>          number of events per minute

-h,--help               display help text

-m,--manual <arg>       manually send specified number of events

-n,--numthreads <arg>   number of worker threads

-p,--port <arg>         port of the scribe source

-s,--server <arg>       hostname of the scribe source

Each thread emits e (events per minute) spread across the minute at 10s

interval. Default numThreads is 1 and default epm is 1M. Use <Ctrl+c> to
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@flume.apache.org
For additional commands, e-mail: issues-help@flume.apache.org