get better profileo on worker process

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-10-06 16:19:20 +00:00
parent 78baa850a8
commit 4acd439e8a
6 changed files with 372 additions and 29 deletions

View file

@ -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" &