forked from TrueCloudLab/s3-tests
Typo.
This commit is contained in:
parent
81be846c3c
commit
012b94f8ee
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def main():
|
||||||
It writes a list of URLS to those objects to ./urls.txt.
|
It writes a list of URLS to those objects to ./urls.txt.
|
||||||
|
|
||||||
Once you have objcts in your bucket, run the siege benchmarking program:
|
Once you have objcts in your bucket, run the siege benchmarking program:
|
||||||
siege -rc ./siege.conf -r 5
|
siege --rc ./siege.conf -r 5
|
||||||
|
|
||||||
This tells siege to read the ./siege.conf config file which tells it to
|
This tells siege to read the ./siege.conf config file which tells it to
|
||||||
use the urls in ./urls.txt and log to ./siege.log. It hits each url in
|
use the urls in ./urls.txt and log to ./siege.log. It hits each url in
|
||||||
|
|
Loading…
Reference in a new issue