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

Version 1 Next »

Platform Profile: 

Repository Profile:

Setup Profile:

Workflow Profiles:

Benchtool

The ingest benchmarking tool is available on github: https://github.com/futures/benchtool

Create 10,000 objects with a 1MB datastream using 1 client thread:

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 10000 1048576 1 ingest

 

Ingest Test Matrix

ThreadsObjects

Datastream
Size

AuthZ Time (ms)

No AuthZ Time (ms)
110,0001MB  
210,0001MB  
410,0001MB  
810,0001MB  

Read Test Matrix

ThreadsObjects

Datastream
Size

AuthZ Time (ms)

No AuthZ Time (ms)
110,0001MB  
210,0001MB  
410,0001MB  
810,0001MB  

Update Test Matrix

ThreadsObjects

Datastream
Size

AuthZ Time (ms)

No AuthZ Time (ms)
110,0001MB  
210,0001MB  
410,0001MB  
810,0001MB  

Delete Test Matrix

ThreadsObjects

Datastream
Size

AuthZ Time (ms)

No AuthZ Time (ms)
110,0001MB  
210,0001MB  
410,0001MB  
810,0001MB  
  • No labels