Usually a PC can handle quite a big number of threads without problems but
think about some other effects that might result in wrong measurements of
server response times:

A good idea is to monitor the workload of your CPU. If it is around 100% it
might be to much meaning your CPU is overloaded and the measured response
times might be incorrect.

On the other hand network effects might occur if you run on to much load on
a single PC or a single network. If you produce more network traffic than it
can handle, your measured times will also be incorrect because of network
effect. Just calculate: If you run 1000 threads and the traffic per thread
is just 1 Kbytes per request you have to transfer about 1 Mbytes which might
be to much for your internet/intranet connection.

In former projects we figured out that running jmeter on several PC in best
case on several networks is best practice to measure the "right" response
times

Olav
-----Ursprüngliche Nachricht-----
Von: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 9. Juli 2002 20:42
An: JMeter Users List
Betreff: RE: How many threads from a single machine?


I've executed 100 threads in a single thread group on a Dell laptop with
256M Ram and a 800Mhz processor with no problems.

joe

> -----Original Message-----
> From: Lowe, Jeff [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 09, 2002 6:17 AM
> To: 'JMeter Users List'
> Subject: RE: How many threads from a single machine?
>
>
> Scott,
>
> I just ran 100 threads (10 thread groups / 10 threads each) with
> no apparent
> problem.  The machine has 256M of RAM.
>
> -Jeff
>
> -----Original Message-----
> From: Scott Eade [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 09, 2002 4:06 AM
> To: JMeter Users List
> Subject: How many threads from a single machine?
>
>
> Hi,
>
> I am interested in obtaining some feedback as to the number of
> threads (test
> sessions) I should expect to be able to execute from a single machine.
> Obviously the intensity of the script and the type of machine
> used will have
> a significant impact on this, so I guess some values obtained from
> experience that include a little information about the scripts and the
> machine configuration would be really helpful.
>
> At the very worst, how about just some basic numbers so that I can get an
> idea of the order of magnitude I should expect - i.e. 100, 1000, 2000?
>
> Thanks,
>
> Scott
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to