From 07bf319972f6b87a0100a4e4b341fb348342d3bb Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 1 Sep 2015 17:43:35 -0700 Subject: [PATCH] Add new usage output to readme --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index 6fbff0f..230a2d8 100644 --- a/README.adoc +++ b/README.adoc @@ -15,13 +15,20 @@ reports it to statsd. % java -jar verspaetung-*-all.jar --help usage: verspaetung + -d,--delay Seconds to delay between reporting metrics to + the metrics receiver (defaults: 5s) -H,--statsd-host Hostname for a statsd instance (defaults to localhost) -n,--dry-run Disable reporting to a statsd host -p,--statsd-port Port for the statsd instance (defaults to 8125) + --prefix Prefix all metrics with PREFIX before they're + reported (e.g. PREFIX.verspaetung.mytopic) -s,--storm Watch Storm KafkaSpout offsets (under /kafka_spout) + -x,--exclude Regular expression for consumer groups to + exclude from reporting (can be declared + multiple times) -z,--zookeeper Comma separated list of Zookeeper hosts (e.g. localhost:2181)