Git Product home page Git Product logo

benchttp's Introduction

Benchttp

GoDoc Build Status

Benchttp implements the most commonly used features of ApacheBench.

Benchmarks are limited with either -n number-of-requests or -d total-duration.

Install

go get -u github.com/siadat/benchttp/cmd/benchmark

Usage

Benchmark 1000 requests

benchttp -n 1000 http://localhost:8080

Benchmark 1000 requests with maximum 10 concurrently running requests

benchttp -n 1000 -c 10 http://localhost:8080

Benchmark server for 1s

benchttp -d 1s http://localhost:8080

Benchmark server for 1s with max 10 concurrently running requests

benchttp -d 1s -c 10 http://localhost:8080

Output

 Duration: 2.238s
 Requests: 10000 (4468.7/s)
Responses: 10000 (4468.7/s)
    [200]: 10000

Options

  • -d duration, e.g., -d 10s
  • -n number-of-requests, e.g., -n 1000
  • -c max-concurrent-requests, e.g. -c 100
  • -u admin:pass supply basic authentication
  • -H "key: value" custom header
  • -i do HEAD requests instead of GET

Contribute

Issues and PRs are welcome.

Thanks

Thanks @Deleplace for testing and reviewing the code.

License

MIT

benchttp's People

Contributors

siadat avatar

Watchers

James Cloos 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.