Siege, an open source regression test and benchmark utility that can stress a single URL with a user-defined number of simulated users, is now at version 3.0.0 Beta 3.
Siege 3.0.0 Beta 3 reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status.
using ubuntu minimal install, with the following packages installed:
software-properties-common
kde-plasma-desktop
xorg
nvidia-current
kmix
synaptic
chromium
ark
Where can I find Siege 2.74 deb or a ppa to install on ubuntu?
sudo apt-get install siege, installs 2.70
I would like to try 2.74, there was a bugfix that should hopefully solve my problem.
Is my only option to com
---- edit: Problem solved. Somehow my provider seems to block tests to the internet. Tests from a remote machine succeeded with 1k r/s ---
I am running a fresh compiled version of Apache 2.2.1 on ubuntu 10.04.03 LTS. The root-server has 32GB RAM and is a i7-2600k.
I am running a fresh compiled version of Apache 2.2.1 on ubuntu 10.04.03 LTS. The root-server has 32GB RAM and is a i7-2600k. The about same hardware and software is available for testing inside a virtual box on the intranet.
While the test server works great, serving about 800 concurent transactions/sec the "real" server on the internet just serves about 15 transactions per/second.
I am getting started using Apache Bench and Siege. I would like to provide a list of URLs and organize the results based on which pages have the worst performance. I assume I need to write a shell script or do some fancy piping or something to be able to do this. How can I do this?
I try to serve an index page with nginx, using it's proxy_cache functionality. Everything works fine regards ordinary browsing with broswers. But when I try to get page's content with curl or when I use siege on the index page, nginx begins to work not as I have expected.
I get the follow error in the nginx log
[error] 17734#0: *6643 recv() failed (104: Connection reset by peer)
while reading response header from upstream, client: [cut],
server: [cut], request: "GET /venues HTTP/1.1", upstream:
"fastcgi://127.0.0.1:9000", host: "[cut]"
I have a dedicated box with 8 gb ram, quad core chip.
When ever I try to load test a site that is load balanced on EC2 I get the following message:
ab -n 20 -c 20 http://www.somesite.com/
Benchmarking www.somesite.com (be patient)...Send request failed!
apr_socket_recv: Connection reset by peer (54)
Any sites that are hosted on EC2 without the load balancer can be load tested successfully, so I figure it's not related to the security group I have
After installing an SSL certificate on a LAMP stack, the site doesn't seem to load for Internet Explorer, but has no issues in other browsers.