ab: add Brazilian Portuguese translation (#2941)
This commit is contained in:

committed by
Waldir Pimenta

parent
9efca65921
commit
4d37556881
20
pages.pt-BR/common/ab.md
Normal file
20
pages.pt-BR/common/ab.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# ab
|
||||||
|
|
||||||
|
> Ferramenta da Apache para realizar benchmarking e testes de carga em servidores web.
|
||||||
|
> Página oficial: <https://httpd.apache.org/docs/2.4/programs/ab.html>.
|
||||||
|
|
||||||
|
- Executar 100 requisições HTTP do tipo GET para uma determinada URL:
|
||||||
|
|
||||||
|
`ab -n {{100}} {{url}}`
|
||||||
|
|
||||||
|
- Executar 100 requisições HTTP do tipo GET para uma determinada URL, executando 10 requisições simultâneas de cada vez:
|
||||||
|
|
||||||
|
`ab -n {{100}} -c {{10}} {{url}}`
|
||||||
|
|
||||||
|
- Utilizar a funcionalidade HTTP Keep Alive, permitindo que várias requisições sejam feitas em uma sessão HTTP:
|
||||||
|
|
||||||
|
`ab -k {{url}}`
|
||||||
|
|
||||||
|
- Definir o tempo total do benchmarking, em segundos:
|
||||||
|
|
||||||
|
`ab -t {{60}} {{url}}`
|
Reference in New Issue
Block a user