Giter Club home page Giter Club logo

load-runner's Introduction

Java CI with Maven Maven

LoadRunner

 -b,--basic <arg>      Use basic authentication user:password - will be
                       encoded.
 -c,--clients <arg>    Amount of concurrent threads to use (default 100)
 -m,--method <arg>     HTTP method to use (GET/POST/PUT).
 -p,--payload <arg>    String payload to send.
 -r,--requests <arg>   Amount of requests to send (default 10.000)
 -u,--url <arg>        URL to load test

Examples

GET on Google

Request

java -jar target/load-runner.jar https://google.de

Result

-- Counters --------------------------------------------------------------------
200.GET.https://google.de
             count = 5881
429.GET.https://google.de
             count = 4119
failed.GET.https://google.de
             count = 0

-- Timers ----------------------------------------------------------------------
GET.https://google.de
             count = 10000
         mean rate = 124,85 calls/second
     1-minute rate = 110,95 calls/second
     5-minute rate = 93,35 calls/second
    15-minute rate = 87,46 calls/second
               min = 88,43 milliseconds
               max = 6727,60 milliseconds
              mean = 832,39 milliseconds
            stddev = 723,81 milliseconds
            median = 661,30 milliseconds
              75% <= 888,01 milliseconds
              95% <= 2183,26 milliseconds
              98% <= 3446,39 milliseconds
              99% <= 4382,18 milliseconds
            99.9% <= 5909,52 milliseconds

POST

java -jar target/load-runner.jar -c 250 -u http://localhost:8080/foo -m post -p "fooooo"

load-runner's People

Contributors

sterlp avatar

Watchers

 avatar  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.