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

Compare with Current View Page History

Version 1 Current »

Setup

  1. Version of Fedora
    1. 4.5.1 Release

  2. Fedora configuration details
    1. /usr/share/tomcat/conf/tomcat.conf

      JAVA_OPTS="-Djava.awt.headless=true -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.home=/mnt/ingest"
  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_77"
      Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
      Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, 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

Test

Command:

date > /home/cc/summary.log; ./jmeter -Dfedora_4_server=localhost -Dfedora_4_context=fcrepo/rest -n -t /root/fcrepo4-jmeter/fedora.jmx >> /home/cc/summary.log; /home/cc/summary.log

Results

 

  • No labels