Setup

  1. Version of Fedora
    1. fcrepo-webapp-4.5.2-SNAPSHOT.war built on Jun 28

  2. Fedora configuration details (/usr/share/tomcat/conf/tomcat.conf)
    1. leveldb

      JAVA_OPTS="-Djava.awt.headless=true -XX:+UseG1GC -XX:+DisableExplicitGC -Xms512m -Xmx110g -XX:NewSize=256m -XX:MaxNewSize=2g -XX:MetaspaceSize=64m -XX:MaxMetaspaceSize=2g -Dfile.encoding=UTF-8 -Xloggc:/var/log/tomcat/java-gc.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Dfcrepo.modeshape.configuration=classpath:/config/minimal/repository.json -Dfcrepo.home=/mnt/fedora-data"
    2. MySQL

      JAVA_OPTS="-Djava.awt.headless=true -XX:+UseG1GC -XX:+DisableExplicitGC -Xms512m -Xmx110g -XX:NewSize=256m -XX:MaxNewSize=2g -XX:MetaspaceSize=64m -XX:MaxMetaspaceSize=2g -Dfile.encoding=UTF-8 -Xloggc:/var/log/tomcat/java-gc.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Dfcrepo.modeshape.configuration=classpath:/config/jdbc-mysql/repository.json -Dfcrepo.home=/mnt/fedora-data -Dfcrepo.ispn.mysql.username= -Dfcrepo.ispn.mysql.password= -Dfcrepo.ispn.mysql.host=localhost -Dfcrepo.ispn.mysql.port=3306"

       

    3. PostgreSQL

      JAVA_OPTS="-Djava.awt.headless=true -XX:+UseG1GC -XX:+DisableExplicitGC -Xms512m -Xmx110g -XX:NewSize=256m -XX:MaxNewSize=2g -XX:MetaspaceSize=64m -XX:MaxMetaspaceSize=2g -Dfile.encoding=UTF-8 -Xloggc:/var/log/tomcat/java-gc.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Dfcrepo.modeshape.configuration=classpath:/config/jdbc-postgresql/repository.json -Dfcrepo.home=/mnt/fedora-data -Dfcrepo.ispn.postgresql.username= -Dfcrepo.ispn.postgresql.password= -Dfcrepo.ispn.postgresql.host=localhost -Dfcrepo.ispn.postgresql.port=5432"

       

  3. System details (OS, memory, processors, hardware specs or virtualization, JVM, etc)
    1. CentOS 7

      128GB RAM, 24vCPU
      $ uname -a
      Linux test 3.10.0-327.10.1.el7.x86_64 #1 SMP Tue Feb 16 17:03:50 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
      
      $ java -version
      java version "1.8.0_66"
      Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
      Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
      
  4. Initial state of the repository
    1. empty
  5. Number of client processes/threads (ideally clients are on a separate machine)
    1. 1
  6. Fedora 
    1. leveldb
    2. MySQL
    3. PostgreSQL

Test

Command:

date > /home/cc/summary.log; ./jmeter -Dfedora_4_server=localhost -Dfedora_4_context=fcrepo/rest -Dfilesize_min=0 -Dfilesize_max=4096 -Dbinary_threads=1 -n -t /home/cc/fcrepo4-jmeter/fedora.jmx >> /home/cc/summary.log; 

Results