What is a good way to benchmark apache with a delay between requests from a unix command line? The only benchmark tool I know from the command line is ab and it doesn’t support delays.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just love The Grinder, a fully programmable testing tool. Sadly you can’t run it completely from the command line, but I’d really give it a try if I were you.
Failing that, you have httperf which is indeed command line and supports “user sessions” (that is, delays) and many other options.