Re: Stop vs. shutdown

2006-05-02 Thread sebb
On 02/05/06, Mark McWhinney <[EMAIL PROTECTED]> wrote: What is the difference between those two commands? One is longer than the other, literally and in action: Stop is stop immediate - threads are killed Shutdown means stop gradually - threads exit at next opportunity, ie when current sampl

Stop vs. shutdown

2006-05-02 Thread Mark McWhinney
What is the difference between those two commands?

Re: response times combined for a sequence of HTTP requests

2006-05-02 Thread sebb
In 02/05/06, new2JM <[EMAIL PROTECTED]> wrote: Hi, Is there a way to get combined response times for a consecutive URL requests? eg: +Thread Group ++ Google Home Page ++ Search google for Jmeter ++ Open nabble.com I want the response time combined for "Search Google for Jmeter" and "open nabb

Re: RuntimeController

2006-05-02 Thread sebb
On 02/05/06, bgordon <[EMAIL PROTECTED]> wrote: Ok (I have to admit you had me chuckling with your comment "I had lots of problems trying to get it to work... it did seem to work for me in some cases...".) I think my logic was wrong. If my ThreadGroup had a loop then the RuntimeController wi

response times combined for a sequence of HTTP requests

2006-05-02 Thread new2JM
Hi, Is there a way to get combined response times for a consecutive URL requests? eg: +Thread Group ++ Google Home Page ++ Search google for Jmeter ++ Open nabble.com I want the response time combined for "Search Google for Jmeter" and "open nabble.com". Is there a way Jmeter supports this? Th

Re: RuntimeController

2006-05-02 Thread bgordon
Ok (I have to admit you had me chuckling with your comment "I had lots of problems trying to get it to work... it did seem to work for me in some cases...".) I think my logic was wrong. If my ThreadGroup had a loop then the RuntimeController will only stop the elements nested within it. S

Re: HTTPClient SSL certificates

2006-05-02 Thread Tim Hepner
I don't think I've every successfully imported a certificate. Using keytool(keytool -list -v -keystore cacerts) I listed the contents of java/jre1.5.0_06/lib/security/cacerts. I didn't see the certificate I needed there. Is there another place java could be looking? I'm not sure where to ge

Re: how to achieve to do login and logout only once?

2006-05-02 Thread new2JM
That helped.. Thanks for quick reply -- View this message in context: http://www.nabble.com/how-to-achieve-to-do-login-and-logout-only-once--t1545361.html#a4198660 Sent from the JMeter - User forum at Nabble.com. - To unsubscri

Re: RuntimeController

2006-05-02 Thread sebb
On 02/05/06, bgordon <[EMAIL PROTECTED]> wrote: I've downloaded and tried version jakarta-jmeter-2-1.20060430 and I still have the same error. I want to verify that I'm using RuntimeController properly. I have ThreadGroup "TransactionalRequestor" RuntimeController with Runtime (seconds) s

Re: how to achieve to do login and logout only once?

2006-05-02 Thread sebb
On 02/05/06, new2JM <[EMAIL PROTECTED]> wrote: Hi., I am a new uesr of JMeter. I have the following question. how can I use controllers to acheive the following with my Jmeter script? -- Login to application Once -- Run multimple itarations (Loop Count) -- Logout after the completion of iteratio

Re: Setting up User Parameters - variable logins using CSV

2006-05-02 Thread sebb
On 02/05/06, Brian Childs <[EMAIL PROTECTED]> wrote: Thanks for this! I now understand how a Counter with variables can work. This will be helpful when I have test logins set up. Until then, I have a couple of questions about your reply "replace the Counter with a CSV Data Set.": 1.) Do you

Re: RuntimeController

2006-05-02 Thread bgordon
I've downloaded and tried version jakarta-jmeter-2-1.20060430 and I still have the same error. I want to verify that I'm using RuntimeController properly. I have ThreadGroup "TransactionalRequestor" RuntimeController with Runtime (seconds) set to ${__P(runtimeControllerMaxSeconds,180)}

how to achieve to do login and logout only once?

2006-05-02 Thread new2JM
Hi., I am a new uesr of JMeter. I have the following question. how can I use controllers to acheive the following with my Jmeter script? -- Login to application Once -- Run multimple itarations (Loop Count) -- Logout after the completion of iterations (only once) I figured out that using "once On

Re: HTTPClient SSL certificates

2006-05-02 Thread sebb
On 02/05/06, Tim Hepner <[EMAIL PROTECTED]> wrote: I'm getting the following error when attempting to connect over https using the HttpClient sampler. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCert

HTTPClient SSL certificates

2006-05-02 Thread Tim Hepner
I'm getting the following error when attempting to connect over https using the HttpClient sampler. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certi

Re: RuntimeController

2006-05-02 Thread sebb
On 02/05/06, bgordon <[EMAIL PROTECTED]> wrote: the RuntimeController doesn't seem to stop my jmx scripts. I see that there is http://issues.apache.org/bugzilla/show_bug.cgi?id=35059 Should that be fixed my my 2.1.1 version or do I need to download a newer one? IIRC, I've not made any fixes i

Re: HTTP Request HTTPClient SSL protocol doesn`t work

2006-05-02 Thread sebb
On 02/05/06, Hans L <[EMAIL PROTECTED]> wrote: sebb wrote: > On 01/05/06, Hans L <[EMAIL PROTECTED]> wrote: >> Well, no -- there hadn't been anything interesting in there. There was >> a "No key found" exception, but that didn't seem to be critical to the >> success of the SSL. > > Yes, it seems

RE: Setting up User Parameters - variable logins using CSV

2006-05-02 Thread Brian Childs
Thanks for this! I now understand how a Counter with variables can work. This will be helpful when I have test logins set up. Until then, I have a couple of questions about your reply "replace the Counter with a CSV Data Set.": 1.) Do you think CSV Data Set is preferred to the User Parameters P

RuntimeController

2006-05-02 Thread bgordon
the RuntimeController doesn't seem to stop my jmx scripts. I see that there is http://issues.apache.org/bugzilla/show_bug.cgi?id=35059 Should that be fixed my my 2.1.1 version or do I need to download a newer one? Thanks, Bruce

testing a group of pages

2006-05-02 Thread Mark
Hello. I am just starting out with JMeter and have a questions on its use. I want to perform some scenario testing. I have 2 systems that I want to test, one is servlet based and one is webservice based. What I am looking for is to check the results that come back from a sequence of pages. For

Re: HTTP Request HTTPClient SSL protocol doesn`t work

2006-05-02 Thread Hans L
sebb wrote: On 01/05/06, Hans L <[EMAIL PROTECTED]> wrote: Well, no -- there hadn't been anything interesting in there. There was a "No key found" exception, but that didn't seem to be critical to the success of the SSL. Yes, it seems that can be ignored. The strange thing is that when I cr