get better profileo on worker process
Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
parent
78baa850a8
commit
4acd439e8a
6 changed files with 372 additions and 29 deletions
|
|
@ -27,7 +27,7 @@ trap 'sigint_handler' INT
|
|||
sleep 2
|
||||
|
||||
echo "[+] client making request loop"
|
||||
for iter in {0..999}; do
|
||||
for iter in {0..80}; do
|
||||
((i=i%N)); ((i++==0)) && wait
|
||||
echo "request to $iter"
|
||||
log_request_to "https://kaproxy:8080/$iter" &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue