Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To build and run benchtool against Fedora 4 (creating 1000 objects with 1KB datastreams using 5 client threads):

Code Block
git clone git@github.com:futures/benchtool.git
cd benchtool
mvn install
java -cp target/bench-tool-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.fcrepo.bench.BenchToolFC4 http://localhost:8080 1000 1024 5

To run against Fedora 3 (creating 1000 objects with 1KB datastreams):

Code Block
java -cp target/bench-tool-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.fcrepo.bench.BenchToolFC3 http://localhost:8983/fedora fedoraAdmin fedoraAdmin 1000 1024

While running benchtool will output a running progress percentage, and then output the time to perform the ingest:

...