gload

command module
v0.0.0-...-4c8d614 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2022 License: MIT Imports: 8 Imported by: 0

README

gload

A very simple load test tool

Usage

gload -s /path/to/scenarios.yml

Scenario file example

CreateUser:
  url: https://api.gloadsys.com/users
  mehotd: POST
  timeout: 5000
  iterations: 50
  processes: 3
  headers:
    Content-Type: application/json
  body: |
    {
      "username": "gloaduser",
      "email": "gload@mail.com"
    }

GetAllGroups:
  url: https://api.gloadsys.com/groups
  mehotd: GET
  timeout: 5000
  iterations: 200
  processes: 10
  headers:
    Content-Type: application/json

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL