Giter VIP home page Giter VIP logo

loadr's Introduction

Loadr

A lightweight REST load testing tool with robust support for different verbs, token auth, and performance reports.

Example using source

  1. go run main.go -rate=20 -max=100 -url=https://api.example.com/resource -type=POST -json=./data.json -token=YourBearerTokenHere

Example using binary

  1. go build
  2. ./loadr -rate=20 -max=100 -url=https://api.example.com/resource -type=POST -json=./data.json -token=YourBearerTokenHere

Flags

  • -v or `-version: Prints the version of Loadr.
  • -rate: Number of requests per second. Default is 10.
  • -max: Maximum number of requests to send. Must be a non-zero integer. Default is 50.
  • -url: The URL to make requests to. Default is "https://example.com".
  • -type: Type of HTTP request. Can be GET, POST, PUT, DELETE, etc. Default is "GET".
  • -json: Path to the JSON file with request data. If not provided, no data is sent with the requests.
  • -token: Bearer token for authorization. If not provided, no Authorization header is sent with the requests.

Reports

Reports are logged at the end of a test run. They are also saved in a directory called .reports. All reports are saved as text files with names corresponding to the unix timestamp of when they were completed.

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.