SyntaxFix
Write A Post
Hire A Developer
Questions
Here's a Bash one-liner to hit the same server repeatedly:
for i in {1..1000}; do curl -s -o /dev/null -w "%{time_total}\n" http://server/get_things; done