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

Compare with Current View Page History

Version 1 Next »

Setup

  1. Version of Fedora
    1. fcrepo4-fcrepo-4.6.0

  2. Fedora configuration details
    1. postgresql

      JVM_ARGS=-Xmx8G ./jmeter -Dfedora_4_server=192.168.2.85 -Dfedora_4_context=fcrepo/rest -Dfilesize_min=240000000 
      -Dfilesize_max=250000000 -Dbinary_threads=1 -n -t /home/ylchen/fcrepo4-jmeter/fedora.jmx >> /home/ylchen/summary.log;
  3. System details (OS, memory, processors, hardware specs or virtualization, JVM, etc)
    1. CentOS 7

      50GB RAM, 8vCPU
      $ uname -a
      Linux testvm2 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
      
      $ java -version
      java version "1.8.0_101"
      Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
      Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
      
  4. Initial state of the repository
    1. empty
  5. Number of client processes/threads (ideally clients are on a separate machine)
    1. 3 clients
  6. Fedora 
    1. PostgreSQL

Test

Command:

JVM_ARGS=-Xmx8G ./jmeter -Dfedora_4_server=192.168.2.85 -Dfedora_4_context=fcrepo/rest -Dfilesize_min=240000000 -Dfilesize_max=250000000 -Dbinary_threads=1 -n -t /home/ylchen/fcrepo4-jmeter/fedora.jmx >> /home/ylchen/summary.log;

Results

  • PostgreSQL
    • 100795 now.

  • No labels