You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host=${1-localhost}
port=${2-9500}
actions=("login""logout")
users=("alice""bob")
whiletruedo# Generate a random IP address from a pool of 16
srcip=10.0.0.$((RANDOM%16))
user=${users[$RANDOM % ${#users[@]} ]}
action=${actions[$RANDOM % ${#actions[@]} ]}
echo"user,srcip=$srcip,user=$user action=\"$action\""> /dev/udp/$host/$port
sleep 0.1
done
I've had the following panic:
With the following TICKscript:
The text was updated successfully, but these errors were encountered: