User Tools
Writing /app/www/public/data/meta/testing/simple_bash_curl_load_testing.meta failed
testing:simple_bash_curl_load_testing
Differences
This shows you the differences between two versions of the page.
| testing:simple_bash_curl_load_testing [2017/09/27 17:44] – created mzubal | testing:simple_bash_curl_load_testing [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Following script has been used to quickly do some loadtesting of EMS. It is not intended to be used for ' | ||
| + | Script: | ||
| + | <code bash> | ||
| + | for i in {1..50}; do curl -s -w " | ||
| + | </ | ||
| + | |||
| + | In the start of the script you can set the concurrent requests (50 in this sample). The curl part except for //-s -w " | ||
| + | |||
| + | {{: | ||