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: [email protected]
For additional commands, e-mail: [email protected]