Skip to content

Instantly share code, notes, and snippets.

@terrancesnyder
Created October 24, 2012 21:28
Show Gist options
  • Save terrancesnyder/3949017 to your computer and use it in GitHub Desktop.
Save terrancesnyder/3949017 to your computer and use it in GitHub Desktop.
Apache Bench w/ Extract Cookie
ab -v 2 -c 30 -n 100 "http://www.yourdomain.com/" | grep -ohE "Set-Cookie: jspsession=..........................."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment