Skip to content

thekiminlee/http_performace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Description

This is a script that sends GET requests to specified URL and displays performance summary.

Dependencies

  • go
  • github.com/ogier/pflag

To install, run go get github.com/ogier/pflag in root directory.

Usage

parameters:

  • --url: URL to call GET request
  • --profile: number of requests to make in positive int

Running the script without performance summary:

    go run main.go --url="<url>" 

Running the script with performance summary:

    go run main.go --url="<url>" --profile=<num>

Build

    go build main.go
    ./main --url="<url>" 
    ./main --url="<url>" --profile=<num>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages