Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created June 9, 2010 17:57
Show Gist options
  • Save ddossot/431871 to your computer and use it in GitHub Desktop.
Save ddossot/431871 to your computer and use it in GitHub Desktop.
$ time for (( i = 0 ; i < 10; i++ )); do curl -d "msg$i" http://localhost:9500/throttler ; done
real 0m0.310s
user 0m0.052s
sys 0m0.020s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment