GithubHelp home page GithubHelp logo

rhi's Introduction

rhi (WIP)

rhi 0.0.2
lafolle
HTTP load generator (like hey by @rakyll)

USAGE:
    rhi [FLAGS] [OPTIONS] <url>

FLAGS:
        --disable-compression    Disable compression.
        --disable-keepalive      Disable keep-alive, prevents re-use of TCP connections between
                                 different HTTP requests.
    -h, --help                   Prints help information
    -V, --version                Prints version information

OPTIONS:
    -H <H>...                Custom HTTP header. You can specify as many as needed by repeating the
                             flag.
    -a <a>                   Basic authentication, username:password.
    -c <c>                   Number of requests to run concurrently. Total number of requests cannot
                             be smaller than the concurrency level. [default: 50]
    -d <d>                   HTTP request body.
    -m, --method <method>    HTTP method for requests [default: GET]  [values: GET, POST, PUT,
                             DELETE, HEAD, OPTIONS]
    -n <n>                   Number of requests to run. [default: 200]
    -q <q>                   Rate limit, in seconds (QPS) [default: 1]
    -t <t>                   Timeout for each request in seconds. Use 0 for infinite. [default: 20]

ARGS:
    <url>    url to hit

INSTALL

Install rust: https://www.rust-lang.org/en-US/install.html

git clone [email protected]:lafolle/rhi.git && cd rhi && cargo build

To run binary (from rhi directory): ./target/debug/rhi

rhi's People

Contributors

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