Details
-
New Feature
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
We developed a ScribeCLIClient which could be used to generate scribe format event for debugging.
Here're the help msg after ScribeCLIClient added:
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
Thanks lohit's work on this feature