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.blank...@geodan.nl<mailto:anne.blank...@geodan.nl>> Reply-To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" <users@httpd.apache.org<mailto:users@httpd.apache.org>> Date: Friday, October 16, 2015 5:16 PM To: "users@httpd.apache.org<mailto:users@httpd.apache.org>" <users@httpd.apache.org<mailto:users@httpd.apache.org>> Subject: Re: [users@httpd] 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 <jbr...@utk.edu<mailto:jbr...@utk.edu>>: Does anyone have personal experience, or have heard anything, about any of these load testing apps? Soasta Cloudtest http://www.soasta.com/cloudtest/ HP Stormrunner (Cloud) http://www8.hp.com/us/en/software-solutions/stormrunner-load-agile-cloud-te sting/ HP Loadrunner (Locally installed) http://www8.hp.com/us/en/software-solutions/loadrunner-load-testing/ Flood I/O https://flood.io<https://flood.io/> Blazemeter https://blazemeter.com<https://blazemeter.com/> Blazemeter Chrome extension https://chrome.google.com/webstore/detail/blazemeter-the-load-testi/mbopgmd npcbohhpnfglgohlbhfongabi?hl=en Loadimpact https://loadimpact.com<https://loadimpact.com/> Nouvola http://www.nouvola.com Thanks