org.fusesource.fabric.stream.log.http-simulator-usage.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stream-log Show documentation
Show all versions of stream-log Show documentation
An executable jar that streams log data received via stdin to ActiveMQ. (powered by Camel)
Usage: (--broker )+ (--destination )+ [other-arguments]
Load Processing Arguments:
--broker
The ActiveMQ broker URL to send events to. If you specify
multiple broker urls, the producers will be evenly distributed
over them. At least one is required.
--destination
The ActiveMQ destination name to send events to. If you specify
multiple destination, the producers will be evenly distributed
over them. At least one is required.
--batch-size
The number bytes to batch up before sending log events to the broker
--batch-timeout
The maximum amount of time we spend trying to build a bigger batch.
--compress
Should the batch be compressed with Snappy?
Load Generation Arguments:
--producers
The number of producers to use
--entries-per-sec
The number of log entries each producers will generate per second.
--entries-per-sec-sd
Randomly varies the the number of log entries per second
each producer generates by the configured standard deviation.
--session-size
The amount of session data to store in the cookie section of the log entry.
--session-size-sd
Randomly varies the amount of session data each producer generates by
the configured standard deviation.
Other Arguments:
--warmup-time
The number of seconds to wait before we start to sample throughput
results. This gives producers time to achieve a steady state.
--sample-time
The number of seconds taken to measure the throughput performance
of the producers.
--help
Displays this help screen.