Advertisement
Guest User

grzesag

a guest
Mar 7th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. TimeLimit="1"
  2.  
  3. # declare directry and file name to store results returned by openload tool
  4. OutcomeLocation="/home/grzesag/OpenLoad/openload_output.txt"
  5.  
  6. # declare url of website you want to monitor
  7. URL="www.example.com"
  8.  
  9. date >> $OutcomeLocation
  10. openload -l $TimeLimit $URL >> $OutcomeLocation 2>&1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement