Setup

  1. Version of Fedora
    1. fcrepo-webapp-4.5.2-SNAPSHOT.war built on July 21

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

      JVM_ARGS=-Xmx8G ./jmeter -Dfedora_4_server=129.114.108.100 -Dfedora_4_context=fcrepo/rest -Dfilesize_min=240000000 -Dfilesize_max=250000000 -Dbinary_threads=1 -n -t /home/cc/fcrepo4-jmeter/fedora.jmx >> /home/cc/summary.log;
  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

Test

Command:

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

Results

  • leveldb
    • Length of run: Thu Jul 21 21:46:40 UTC 2016 to Thu Jul 21 23:29:38 UTC 2016
    • Summary:

      summary +     15 in 00:00:33 =    0.4/s Avg:  1102 Min:     1 Max:  4021 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0

      summary =   1018 in 01:42:25 =    0.2/s Avg:  2856 Min:     1 Max:  5160 Err:     0 (0.00%)

      summary +      3 in 00:00:33 =    0.1/s Avg:  7582 Min:  2927 Max: 16890 Err:     1 (33.33%) Active: 0 Started: 1 Finished: 1 

      summary =   1021 in 01:42:57 =    0.2/s Avg:  2870 Min:     1 Max: 16890 Err:     1 (0.10%)  (Out of space - 200GB)

    • Logs: test1.leveldb.tar.gz


  • No labels