Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download / Install JMeter (verified with JMeter 2.13 through 5.3)
    1. Unzip/tar the download
    2. Executable: bin/jmeter
  2. Download Fedora JMeter test scripts
    1. The important files from the clone are:  "fedora.jmx" and "sample.ttl"

      No Format
      git clone https://github.com/fcrepo4-labs/fcrepo4-jmeter.git


  3. Download / Install Fedora
    1. Deploying Fedora - Complete Guide
  4. Run JMeter test(s)
    1. For example:

      No Format
      jmeter -Dfedora_4_username=<default=fedoraAdmin> -Dfedora_4_password=<default=fedoraAdmin> -Dfedora_4_server=<default=localhost> -Dfedora_4_context=<default=rest> -Dfilesize_min=0 -Dfilesize_max=4096 -Dbinary_threads=1 -n -t <path/to/fcrepo4-jmeter>/fedora.jmx


...