Re: Connection Timed out - Jmeter 2.4

2014-08-11 Thread Philippe Mouawad
Hello, JMeter 2.4 is pretty old now. The first thing you should do is upgrade to 2.11 and use last version of either jdk6 or 7. You error look like server javing issues on SSL , could it be explained by upgrade of server libs ? Try with more recent versions and see.. Read this before: - http://s

jmeter - thread count limit

2014-08-11 Thread Shilpa Kulkarni
Hi I have a question about thread count limit in jmeter. Some of the - slightly older documentation on the internet - lists a number between 200-300 for number of threads. Some docs mention there is no hard & fast rule, it depends on system hardware/software config & how soon the server responds f

Re: Where is the correct place for a synchronizing timer?

2014-08-11 Thread sebb
I've not looked at the post in detail, but would just point out that Timers are executed AFTER every request that is in scope. As such, it does not make sense to say that the timer is "at the top". See: http://jmeter.apache.org/usermanual/test_plan.html#scoping_rules On 11 August 2014 23:15, Pi

Where is the correct place for a synchronizing timer?

2014-08-11 Thread Pickard, Nigel
I was using a synchronizing timer to best mimic a burst of http requests. however, running a test I came across an anomaly that made me think I'm doing it incorrectly. I had a http request to login in users (call it "Login"), then another http request that got something from my web site (ca

Connection Timed out - Jmeter 2.4

2014-08-11 Thread Charles Richard
Hi, I've run into an issue that I'm not really sure how to troubleshoot anymore and any new ideas would be appreciated. I am using Jmeter 2.4 . I'm not sure I am at liberty to send my .jmx script along as it might be too much public information so I'll just try to explain the issue. I have this

RE: case insensitive xpath assertion?

2014-08-11 Thread Masters,Louis
If that doesn't work you can try: translate('some text','abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ') It's an old hack for old xPath. > -Original Message- > From: Peter Peterse [mailto:pe...@peterse-uithuizen.com] > Sent: Sunday, August 10, 2014 2:24 AM > To: user@jmeter.

Help Needed - Wait for response pattern in TCP sampler

2014-08-11 Thread Vinoth raj
Is there a way in Jmeter to wait for a specific response pattern for a TCP request. I created two requests, one for login and one for user status change. For a login request on server side, a response is sent and also other notifications are broadcasted. Issue is that for the second request the res