Skip to content

Instantly share code, notes, and snippets.

@mklooss
Forked from fbrnc/gist:3418992
Created March 3, 2013 17:51
Show Gist options
  • Save mklooss/5077248 to your computer and use it in GitHub Desktop.
Save mklooss/5077248 to your computer and use it in GitHub Desktop.
curl --silent http://example.com/sitemap.xml | xpath -q -e "/urlset/url/loc/text()" > tmp.urls && siege -v -c 1 -r `cat tmp.urls | wc -l` -f tmp.urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment