ab: update grammar; update link (#5433)

This commit is contained in:
bl-ue
2021-03-13 16:44:59 -05:00
committed by GitHub
parent 8c8445aca4
commit 8f2ed246f7
7 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
# ab
> Apache Benchmarking Tool. Das einfachste Tool um eine Belastungsprobe durchzuführen.
> Mehr Informationen: <https://httpd.apache.org/docs/2.4/programs/ab.html>.
> Mehr Informationen: <https://httpd.apache.org/docs/current/programs/ab.html>.
- Sende 100 HTTP GET Anfragen an eine gegebene URL:
@@ -21,4 +21,4 @@
- Sende 100 HTTP POST Anfragen an eine gegebene URL, wobei eine JSON Belastung aus einer Datei verwendet wird:
`ab -n {{100}} -T {{application/json}} -p {{daten.json}} {{url}}`
`ab -n {{100}} -T {{application/json}} -p {{pfad/zu/datei.json}} {{url}}`