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

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

    [ https://issues.apache.org/jira/browse/FLUME-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544008#comment-16544008 ] 

ASF GitHub Bot commented on FLUME-3258:
---------------------------------------

GitHub user JohnZZGithub opened a pull request:

    https://github.com/apache/flume/pull/218

    FLUME-3258: Add ScribeCLIClient for scribe source

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JohnZZGithub/flume FLUME-3258

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/218.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #218
    
----
commit 9787c48f4876f9882e31fb6c9cdf6e2eeab33f0c
Author: JohnZZGithub <jo...@...>
Date:   2018-07-14T05:04:46Z

    FLUME-3258: Add ScribeCLIClient for scribe source

----


> 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
>            Priority: Major
>
> We developed a ScribeCLIClient which could be used to generate scribe format event for debugging. 
> Here're the help msg after 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