Skip to content

Commit

Permalink
Add missing -c flag to the stresser command [Fixes #1]
Browse files Browse the repository at this point in the history
  • Loading branch information
krisleech committed Feb 14, 2012
1 parent 36198b3 commit d1ec79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -56,7 +56,7 @@ go directly to the httperf commands.
### Stresstest
You can call stresser from the command line:

$ stresser your_app.conf -o /tmp/stress/result.csv
$ stresser -c your_app.conf -o /tmp/stress/result.csv
... lots of httperf output...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Great, now create a graph with
Expand Down

0 comments on commit d1ec79d

Please sign in to comment.