How do I use cURL to perform multiple simultaneous requests? -


i'd use curl test flood handling on server. right i'm using on windows command line:

curl www.example.com 

which get page once. i'd same thing, except instead of 1 request, want generate @ least 10 requests @ once. how this?

while curl useful , flexible tool, isn't intended type of use. there other tools available let make multiple concurrent requests same url.

ab simple yet effective tool of type, works web server (despite introduction focusing on apache server).

grinder more sophisticated tool, can let specify many different urls use in load test. lets mix requests cheap , expensive pages, may more closely resemble standard load website.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -