Skip to content

Commit

Permalink
upd: updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkybiz committed Jun 25, 2021
1 parent 2a747f2 commit c030a9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -9,7 +9,7 @@ gen-statsd is an experimental tool written in Go for load and signal testing wit
### Command-line Flags

```
Usage of gen-statsd:
Usage of ./gen-statsd:
-agents=10: max number of agents to run concurrently
-config="": path to config file
-counters=50: number of counters for each agent to hold
Expand All @@ -19,7 +19,7 @@ Usage of gen-statsd:
-run-time=0s: how long to run, 0=forever
-sample-rate=0: sampling rate
-spawn-drift=10: spread new agent generation by 0-n seconds
-statsd-host="localhost:8125:udp": comma separated list of ip:port:proto for statsD host(s)
-statsd-hosts="localhost:8125:udp": comma separated list of ip:port:proto for statsD host(s)
-tag-format="": format of the tags to send. accepted values "datadog" or "influx"
-tags="": list of K:V comma separated tags. Example: key1:tag1,key2:tag2
-timer-samples=10: number of timer samples per iteration
Expand All @@ -42,7 +42,7 @@ Usage of gen-statsd:
|RUN_TIME |how long to run, 0=forever |
|SAMPLE_RATE |sampling rate (default 0) |
|SPAWN_DRIFT |spread new agent generation by 0-n seconds (default 10) |
|STATSD_HOST |comma separated list of ip:port:proto for statsD host(s) |
|STATSD_HOSTS |comma separated list of ip:port:proto for statsD host(s) |
|TAG_FORMAT |format of the tags to send. accepted values "datadog" or "influx |
|TAGS |list of K:V comma separated tags. Example: key1:tag1,key2:tag2 |
|TIMERS |number of timers for each agent to hold (default 20) |
Expand Down

0 comments on commit c030a9e

Please sign in to comment.