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?
...
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.
...
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?
...
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...
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...
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 ...
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 ...
How can you simulate/stress test about 100 users accessing a given shared resource (e.g. Database) in a c# unit test?
...
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 ...
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...
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...
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...
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...