Giter VIP home page Giter VIP logo

tests's Introduction

Tests

High level tests on dojot

Jmeter Test properties

  1. SERVER - back end server ( default: localhost)
  2. PORT - back end server port (default: 8000)
  3. PROTOCOL - protocol (default: http)
  4. THREADS - number of parallel threads (default: 1)
  5. LOOPS - number of loops in a thread (default: 1)

Performance test:

  1. remove the kong api rate limit
    1. file kong.config.sh: rate plugin limit to avoid brute-force atacks
  2. start the test configuring the THREADS property (default: 2), for example:
    1.    docker run --name jmeter-test -i -v ${PWD}:${PWD} -w ${PWD} dojot/docker-jmeter:latest -n -t crud-perf.jmx -l run-crud.xml -e -o run-crud -Jserver=10.202.1.1
    2.    ./run.sh -n -t crud-perf.jmx -l run-crud.xml -e -o run-crud -Jserver=10.202.1.1
    3.    ./run.sh -n -t crud-perf.jmx -l run-crud.xml -e -o run-crud -JTHREADS=5 -Jserver=10.202.1.1
  3. cleanup before next run:
    1. bash sudo rm -rf run-crud* jmeter.log
  4. Note: Jserver must be an IP reached by the jmeter container

Functional test:

  1. start the test configuring the LOOPS property (default: 1), for example:
    1.    docker run --name jmeter-test -i -v ${PWD}:${PWD} -w ${PWD} dojot/docker-jmeter:latest -n -t crud.jmx -l run-crud.xml -e -o run-crud -Jserver=10.202.1.1
    2.    ./run.sh -n -t crud.jmx -l run-crud.xml -e -o run-crud -Jserver=10.202.1.1
    3.    ./run.sh -n -t crud.jmx -l run-crud.xml -e -o run-crud -Jloops=5 -Jserver=10.202.1.1
  2. cleanup before next run:
    1. bash sudo rm -rf run-crud* jmeter.log
  3. Note: Jserver must be an IP reached by the jmeter container

tests's People

Contributors

manuelgavidia avatar mmagr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.