Old Release

This documentation covers an old version of Fedora. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Profile for testing the update of objects and datastreams in a repository.

(star) Indicates a timed section.

  1. List 1,000 objects from the repository.
  2. Repeat for each object in random order:
    1. Replace the datastream for that object with new randomly-generated data of the same size. (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 update

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 update
  • No labels