Skip to content

Commit

Permalink
Changed display info
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-netlox committed Aug 28, 2024
1 parent 875261b commit bdede42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/tcpkali/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sleep 2

for k in {0..1}
do
echo "${host[k]}: Testing Service IP: $servIP"
echo "${host[k]}: Testing Service IP: $servIP - connections: $conn duration: $time secs"
lcode=0
$hexec ${host[k]} stdbuf -oL tcpkali -c $conn -T $time -w 8 -m "message" -r 2000 $servIP:2020 2> ${host[k]}.log &
done
Expand Down

0 comments on commit bdede42

Please sign in to comment.