Skip to content

Instantly share code, notes, and snippets.

@vguerra
Created May 23, 2012 09:27
Show Gist options
  • Save vguerra/2774209 to your computer and use it in GitHub Desktop.
Save vguerra/2774209 to your computer and use it in GitHub Desktop.
Collecting stats
#!/bin/sh
i=0
while [ $i -lt 1 ]
do
sleep 5
wget -q -O - tlftest.wu.ac.at:8000/stats
echo ""
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment