Skip to content

Sistema CLI em Go para realizar testes de carga em um serviço web

License

Notifications You must be signed in to change notification settings

nagahshi/pos_go_stress_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate limiter

Sistema CLI em Go para realizar testes de carga em um serviço web.

Instalação

download 
ou
git clone git@github.com/nagahshi/pos_go_stress_test
cd pos_go_stress_test

Parâmetros

-h --help:        Ajuda
-u --url:         URL do serviço a ser testado.
-r --requests:    Número total de requests.
-c --concurrency: Número de chamadas simultâneas.

Como usar

local

go run main.go
# ex. go run main.go --url=http://example.com --requests=1000 --concurrency=10

via docker

docker build -t stress .
docker run stress --url=http://example.com --requests=1000 --concurrency=10

About

Sistema CLI em Go para realizar testes de carga em um serviço web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published