Nikolay_Miroshnichenko
2009-10-13 21:45:01 UTC
Hi,
we're testing a web site under 1000 users (threads) load.
Currently our servers hold about 500 simultaneous users with great
latencies.
With more users the requests fail. But I'm not sure where the problem
is. Whether it the server declines or JMeter or JVM problem. Looking at
the error messages in responses (see below) I'd say that JVM (or rather
OS, Debian Lenny 64) meets its limits...
*****
Thread Name: NewUsers 1-664
Sample Start: 2009-10-10 22:09:31 MSD
Load time: 0
Latency: 0
Size in bytes: 1279
Sample Count: 1
Error Count: 1
Response code: Non HTTP response code: java.net.SocketException
Response message: Non HTTP response message: Too many open files
*****
And a valid answer looks like this:
****
Thread Name: NewUsers 1-778
Sample Start: 2009-10-10 22:08:33 MSD
Load time: 58159
Latency: 58130
Size in bytes: 611787
Sample Count: 1
Error Count: 0
Response code: 200
Response message: OK
*****
Thanks.
Nikolay Miroshnichenko
we're testing a web site under 1000 users (threads) load.
Currently our servers hold about 500 simultaneous users with great
latencies.
With more users the requests fail. But I'm not sure where the problem
is. Whether it the server declines or JMeter or JVM problem. Looking at
the error messages in responses (see below) I'd say that JVM (or rather
OS, Debian Lenny 64) meets its limits...
*****
Thread Name: NewUsers 1-664
Sample Start: 2009-10-10 22:09:31 MSD
Load time: 0
Latency: 0
Size in bytes: 1279
Sample Count: 1
Error Count: 1
Response code: Non HTTP response code: java.net.SocketException
Response message: Non HTTP response message: Too many open files
*****
And a valid answer looks like this:
****
Thread Name: NewUsers 1-778
Sample Start: 2009-10-10 22:08:33 MSD
Load time: 58159
Latency: 58130
Size in bytes: 611787
Sample Count: 1
Error Count: 0
Response code: 200
Response message: OK
*****
Thanks.
Nikolay Miroshnichenko