Can you give a couple examples of Siege tests with parameters you have found useful?
I am looking at ab and Siege output ide by side and trying to interpret what it is telling me.
Thanks
From: Anne Blankert <anne.blankert@xxxxxxxxx>
Reply-To: "users@xxxxxxxxxxxxxxxx" <users@xxxxxxxxxxxxxxxx> Date: Friday, October 16, 2015 5:16 PM To: "users@xxxxxxxxxxxxxxxx" <users@xxxxxxxxxxxxxxxx> Subject: Re: web server load testing Hi,
I happen to find 'siege' a pretty easy to use http load tester.
on Ubuntu:
sudo apt-get install siege
you can run 1 or many different urls using one or many concurrent users and you can set random real world intervals or benchmark (0 sec intervals).
URLs can be loaded from a file or be given on the command line.
The tests run from command line.
Happy loadtesting!
Anne
2015-10-16 23:06 GMT+02:00 Rose, John B
<jbrose@xxxxxxx>:
|