stress-test

Do you have data how Alfresco Community behaves with many users connected? (100>)

Hello My company is going to use Alfresco as a intranet. I think it's not fastest application and wonder if it can work with few hundred users expected. Do you have any experience using it with such or larger group? ...

load test / stress test web services

Hi, Does anyone know of a good tool to test load and stress on webservices? I've been looking at Watir and Selenium, but there more web page centered. Thanks in advance. ...

Stress testing web services - best approach

Hey, I have several web services I need to create for them some testing mechanism and to use it as a tool for stress testing. What's the best way to tackle this? ...

What is a good benchmark test for load testing a production system running IIS?

I've noticed a few posts regarding stress testing IIS, but I'm more interested in knowing a good way to establish a bench mark of what my physical web server can handle. I'm working on a production system right now that seems to be slowing to a near halt on a daily basis, and no one can seem to figure out what is causing the issue. Thi...

Tools to Replay Load on a SQL Server

Has anyone come across any good tools (preferably but not necessarily FOSS) that can read a SQL Server (2005/2008) trace file and execute the commands against another database. We are attempting to perform some performance testing on our SQL servers and would like to replicate an actual load. I have come across but not yet used: JMet...

sporadic behavior by the machines in stress

hi, we are doing some java stress runs (involving network IO). Initially things are all fine and the system responds very fast (avg latency in test 2ms). But hours later when i redo the same test i observe the performace goes down (20 - 60ms). Its the same Jar files, same JVM, and the same LAN over which the stress is runnig. i am not ...

Stress Test tool for Password Protected Website

We need to run a stress test on a password protection section of a website we host. What tool (paid or free) would be best for us to use for this? We'd like to be able to create several 'scripts' and then have the stress test simulate X number of users. Each script will have us login as a specific user and then click on some links and ...

C# Stress Test - Simulate multiple access to a given shared resource

How can you simulate/stress test about 100 users accessing a given shared resource (e.g. Database) in a c# unit test? ...

Load and stress testing a network app

A client has a piece of hardware - it doesn't really matter what it does. 150 of them can connect to a PC and up to 150 PCs can interface to the single server. These are his figures and I and not sure if I want to query them. At his premises he has a largish room with 150 h/w devices mounted on the walls - and testing consists of a lot ...

Any suggestions for good automated web load testing tool?

What are some good automated tools for load testing (stress testing) web applications, that do not use record and replay of HTTP network packets? I am aware that there are numerous load testing tools on the market that record and replay HTTP network packets. But these are unsuitable for my purpose, because of this: The HTTP packet for...

SQL Server Stress Test Tools?

I am looking for a stress tool for SQL Server. I've seen a lot of suggestions on Google. But nothing of what I really need. I look for: I really look for a tool that could run a list of stored procedures in parallel to see how much contention on resources. The collect and reporting feature is not that important. But I also want somethi...

How to stress test a telnet server application?

We have a Unix application that is essentially a glorified telnet server. We have no access to the Unix server, yet we need to do load/stress testing. We really need to be able to simulate a few hundred user sessions logging in and performing certain actions. I thought I could perhaps use a terminal emulator that performs these action...

IIS 7.0 large file transfer : Unable to read data from the transport connection: The connection was closed.

Assume an ASP.NET page with these lines of code: while (true) { byte[BUFFER_SIZE] buffer; // Fill buffer with pseudo data Response.OutputStream.Write(buffer, 0, buffer.Length); Response.Flush(); } And a test application for above page with these lines of code: while (readBytes != 0) { byte[BUFFER_SIZE] buffer; readB...