Skip to the content.

API-GAUGE

Open Source Love MIT Licence


Built with Rust

Functionality :

Measure how your API performs when a lot of concurrent requests are made.

Webpage: api-gauge

How to start

  1. git clone https://github.com/r97draco/api-gauge.git
  2. Run following command to run the code (sends 1 requests by default to https://google.ca/)
    cargo run
  3. Run following in terminal
    cargo run [url_of_site] [number_of_requests]
    Example :
    cargo run https://google.com/ 30

Showcase

alt text

Dependencies

Members:

  1. Jagroop Singh
  2. Harmandeep Singh