Fixing issue with readme

This commit is contained in:
gary-hessler 2014-04-09 10:28:50 -06:00
parent 6ccbdf92cd
commit e744ffa377
1 changed files with 3 additions and 1 deletions

View File

@ -9,10 +9,12 @@ sudo easy_install dogstatsd-python
## Usage
### To run the generator:
```
1) edit the config file (generator.conf) and set the target host, port, number of
iterations and delay (in seconds) between iterations.
2) cd to the statsd-gen directory
3) Type ./generator.py
4) The tool will send 4 different types of dogstatsd messages and then sleep for
the duration of the delay and then will continue to the next iteration until the
number of iterations is reached.
number of iterations is reached.
```