mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
ab: update Spanish translation (#14309)
This commit is contained in:
parent
301cf7995a
commit
ec583b64f2
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# ab
|
# 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>.
|
> Más información: <https://httpd.apache.org/docs/current/programs/ab.html>.
|
||||||
|
|
||||||
- Ejecuta 100 solicitudes HTTP GET a una URL dada:
|
- 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:
|
- Establece el máximo número de segundos utilizados para la comparación:
|
||||||
|
|
||||||
`ab -t {{60}} {{url}}`
|
`ab -t {{60}} {{url}}`
|
||||||
|
|
||||||
|
- Escribe los resultados a un archivo CSV:
|
||||||
|
|
||||||
|
`ab -e {{ruta/al/archivo.csv}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue