Trincazul / stress_test_api

This program is used to test the response time of a server by making repeated HTTP requests. The user can specify the server's URL to be tested and the number of requests to be made. The program sends HTTP requests to the s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stress_test_api

Este programa é usado para testar o tempo de resposta de um servidor ao fazer solicitações HTTP repetidas. O usuário pode especificar a URL do servidor que deseja testar e o número de solicitações que deseja fazer. O programa envia solicitações HTTP para o servidor, mede o tempo que leva para o servidor responder e imprime o tempo de resposta para cada solicitação.

Este programa usa as bibliotecas padrão do Go "net/http" e "time" para fazer solicitações HTTP e medir o tempo de resposta.

About

This program is used to test the response time of a server by making repeated HTTP requests. The user can specify the server's URL to be tested and the number of requests to be made. The program sends HTTP requests to the s


Languages

Language:Go 100.0%