1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

ab: update Spanish translation (#14309)

This commit is contained in:
Darío Hereñú 2024-11-02 01:48:55 -03:00 committed by GitHub
parent 301cf7995a
commit ec583b64f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# ab
> Herramienta comparativa del servidor Apache HTTP.
> Herramienta comparativa (benchmark) del servidor Apache HTTP.
> Más información: <https://httpd.apache.org/docs/current/programs/ab.html>.
- Ejecuta 100 solicitudes HTTP GET a una URL dada:
@ -22,3 +22,7 @@
- Establece el máximo número de segundos utilizados para la comparación:
`ab -t {{60}} {{url}}`
- Escribe los resultados a un archivo CSV:
`ab -e {{ruta/al/archivo.csv}}`