From 9730e1349d90ab3fcebb6c31cf7ccf94b2d464e3 Mon Sep 17 00:00:00 2001 From: Michael Gorsuch Date: Wed, 6 Aug 2014 03:27:03 +0000 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe69dc5..7eba448 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ $ haggar -h Usage of haggar: -carbon="localhost:2003": address of carbon host -flush=10000: how often to flush metrics, in millis - -gen=10000: how often to gen new metrics, in millis + -gen=10000: how often to gen new agents, in millis -gen-size=10000: number of metrics to generate per batch + -jitter=10000: max amount of jitter to introduce in between agent launches -prefix="bench": prefix for metrics ```