Skip to content

Instantly share code, notes, and snippets.

@paulsmith
Created February 11, 2010 19:15
Show Gist options
  • Save paulsmith/301825 to your computer and use it in GitHub Desktop.
Save paulsmith/301825 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e -x
export DEBIAN_FRONTEND=noninteractive
apt-get update && apt-get install -y siege
siege -c 100 --time=10m --user-agent="Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100207 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre" http://ec2-174-129-96-143.compute-1.amazonaws.com/index.html
shutdown -h now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment