Skip to content

Commit

Permalink
Merge pull request #21 from slovdahl/master
Browse files Browse the repository at this point in the history
Fix replay command parameter name
  • Loading branch information
danielfireman authored Sep 28, 2017
2 parents 805d1b1 + 3c20449 commit b5d492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following command runs a load test based on the passed in specification. All
current directory (`$PWD`) and statistics will be collected each second from http://localhost:9200.

```bash
cat poisson.loadspec.json | ./esperf replay --mon_addr=http://localhost:9200 --mon_interval=1s --results_path=$PWD
cat poisson.loadspec.json | ./esperf replay --mon_host=http://localhost:9200 --mon_interval=1s --results_path=$PWD
```

### Hit count
Expand Down

0 comments on commit b5d492d

Please sign in to comment.