PhilipBauwens
14 years agoNew Contributor
Limitation on open sockets ?
Hi,
Does loadui have some kind of limitation on the number of open sockets ?
I have a simple test, which is generating a soap request to a server and waits for the answer.
I send requests at a rate of 10 with a burst of 10. The value for concurrentSamples is set to 10000.
I can see that the number of running request increases to 1000 and then load ui starts queuing. I would expect this would go up to 10000, before queuing is started.
When checking on the server side, I can see only 503 parallel requests, where I am expecting to see 1000 parallel requests, as indicated by loadui.
Verification (netstat -an | grep -c 80) on the server that is running loadui, shows that I only have 524 sockets open.
The limitations is on the loadui system, because the number of parallel requests on the server under test, increases to 937 when sending loadui traffic from 2 machines.
Does loadui have some limit on the number of open sockets ?
Why is loadui indicating 1000 running samples, when there are only 524 connections open ?
Does loadui have some kind of limitation on the number of open sockets ?
I have a simple test, which is generating a soap request to a server and waits for the answer.
I send requests at a rate of 10 with a burst of 10. The value for concurrentSamples is set to 10000.
I can see that the number of running request increases to 1000 and then load ui starts queuing. I would expect this would go up to 10000, before queuing is started.
When checking on the server side, I can see only 503 parallel requests, where I am expecting to see 1000 parallel requests, as indicated by loadui.
Verification (netstat -an | grep -c 80) on the server that is running loadui, shows that I only have 524 sockets open.
The limitations is on the loadui system, because the number of parallel requests on the server under test, increases to 937 when sending loadui traffic from 2 machines.
Does loadui have some limit on the number of open sockets ?
Why is loadui indicating 1000 running samples, when there are only 524 connections open ?