singrdk/base/Distro/Scripts/webstress.script

15 lines
260 B
Plaintext
Raw Permalink Normal View History

2008-11-17 18:29:00 -05:00
echo 'Starting DHCP'
sleep '5'
ipconfig '@dhcp' '/dev/nic0' start
# Waste some time, for the dhcp request to complete
sleep '20'
ipconfig '@show'
# cause the IP address to appear in the debugger
testutil
echo 'Starting WebStress'
webserver &