ab: update grammar; update link (#5433)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user