pages*: update outdated pages (#11821)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
||||
`ab -n {{100}} -c {{10}} {{url}}`
|
||||
|
||||
- Sende 100 HTTP POST Anfragen mit der in der angegebenen Datei gespeicherten Payload an eine URL:
|
||||
|
||||
`ab -n {{100}} -T {{application/json}} -p {{pfad/zu/datei.json}} {{url}}`
|
||||
|
||||
- Wach halten:
|
||||
|
||||
`ab -k {{url}}`
|
||||
@@ -18,7 +22,3 @@
|
||||
- Lege die maximale Anzahl an Sekunden fest, die das Benchmarking dauern darf:
|
||||
|
||||
`ab -t {{60}} {{url}}`
|
||||
|
||||
- Sende 100 HTTP POST Anfragen an eine URL, wobei eine JSON Belastung aus einer Datei verwendet wird:
|
||||
|
||||
`ab -n {{100}} -T {{application/json}} -p {{pfad/zu/datei.json}} {{url}}`
|
||||
|
Reference in New Issue
Block a user