Archived

If you are looking for the last documentation in the 4.x series, see 4.7.5. Looking for another version? See all documentation.

Profile for testing the retrieval of containers and binaries in a repository.

(star) Indicates a timed section.

  1. List 1,000 containers from the repository.
  2. Repeat for each container in random order:
    1. Retrieve container metadata. (star)
    2. Retrieve binary metadata. (star)
    3. Retrieve binary content. (star)

Benchtool Command

Fedora 3:

java -Drandom.impl=java.util.Random -cp benchtool/target/bench-tool-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.fcrepo.bench.BenchToolFC3 http://lib-devsandbox1.ucsd.edu:8080/fedora fedoraAdmin fedoraAdmin 1000 52428800 read

Fedora 4:

java -Drandom.impl=java.util.Random -cp benchtool/target/bench-tool-0.0.1-SNAPSHOT-jar-with-dependencies.jar org.fcrepo.bench.BenchToolFC4 http://lib-devsandbox1.ucsd.edu:8080 1000 52428800 1 read
  • No labels