Re: Timer

2005-11-25 Thread sebb
On 24/11/05, Christian Sterzl <[EMAIL PROTECTED]> wrote: > Hello > > I have problems using timer. > > In my Application I need to need measure response time of a certain > transaction > called T (5 Transactions) when 100 user are logged in. T should be started by > 50 > Users in a Minute (T start

RE: How to use constant timer only once ?

2005-11-25 Thread Bruno Charloup
OK, I must add "User Defined variables" item (from Config Element menu) under my http sampler. Thanks. -Message d'origine- De : Noam Paz [mailto:[EMAIL PROTECTED] Envoyé : vendredi 25 novembre 2005 17:57 À : JMeter Users List Objet : RE: How to use constant timer only once ? Bruno,

RE: How to use constant timer only once ?

2005-11-25 Thread Noam Paz
Bruno, just set a second value to the same variable under the second request... Best regards / Viele Grüße Noam Paz

RE: How to use constant timer only once ?

2005-11-25 Thread Bruno Charloup
Seb, Thanks for this answer How to change the value of a variable in a test plan ? (I know how to define it, but no how to change it) -Message d'origine- De : sebb [mailto:[EMAIL PROTECTED] Envoyé : vendredi 25 novembre 2005 17:17 À : JMeter Users List Objet : Re: How to use constant tim

Re: How to use constant timer only once ?

2005-11-25 Thread sebb
On 25/11/05, Bruno Charloup <[EMAIL PROTECTED]> wrote: > Hi all, > I try to create a scenario with the following kind of sequence : > > http_request_1 > http_request_2 (with wait 10 secondes the 1st time (the 1st loop), and only > 2 secondes next times) > http_request_3 > > Then I make the followin

How to use constant timer only once ?

2005-11-25 Thread Bruno Charloup
Hi all, I try to create a scenario with the following kind of sequence : http_request_1 http_request_2 (with wait 10 secondes the 1st time (the 1st loop), and only 2 secondes next times) http_request_3 Then I make the following thing : simple controller |- http_request_1 simple controller |-

Re: SAP Portal load Testing

2005-11-25 Thread sebb
On 25/11/05, Shaik Afgal Bhasha <[EMAIL PROTECTED]> wrote: > Thanks Sebb, > > But I didn't get the last statement > > "The browser and JMeter need to talk to different proxies." See the diagram. For recording (only), the browser needs to talk to the JMeter internal proxy, and you need to start th

RE: SAP Portal load Testing

2005-11-25 Thread Shaik Afgal Bhasha
Thanks Sebb, But I didn't get the last statement "The browser and JMeter need to talk to different proxies." Does this means, if you are already behind a proxy, Proxy recording won't work if the 'Application'/ 'Web' server is not hosted on same machine where JMeter is running. 1. The problem i

Re: SAP Portal load Testing

2005-11-25 Thread sebb
I think my previous reply was incomplete: On 22/11/05, sebb <[EMAIL PROTECTED]> wrote: > On 22/11/05, Shaik Afgal Bhasha <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > We tried Proxy to record the HTTP sessions following the guide lines > > mentioned in the user manual. > > > > As we are behind th

AW: want to list all foreign links of a page - or IF Controller and Regular Expressions

2005-11-25 Thread Baumgartner, Christian
Indeed it does ;) I'll try that out. Very thanks, I really think this could work. fg Christian -Ursprüngliche Nachricht- Von: sebb [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. November 2005 20:23 An: JMeter Users List Betreff: Re: want to list all foreign links of a page - or IF C

Re: SAP Portal load Testing

2005-11-25 Thread Shabana Shabana
Yep u r going right. I don't understand why do u require a HTTP Request defaults because what you browse is recorded by your proxy server correct me if i am wrong. Please do go thru the link which i had sent you as that explains how a jmeter proxy server works. Regards, Shabana On 11/25/05, Sh

RE: SAP Portal load Testing

2005-11-25 Thread Shaik Afgal Bhasha
:-( No Luck. We are going by your previous mail. As you mentioned if it hosted at Jakarta we need to give proxy server address as Jakarta (IP Address). In our scenario assume the IP of server where application is hosted is XXX.XX.XX.X and port is 5. Now I changed my browser settings Proxy

Re: SAP Portal load Testing

2005-11-25 Thread Shabana Shabana
Hi, You need to provide the ipaddress wherever ur application is running for ex: if its hosted at jakarta you give jakarta:808 or what ever the port number for that at ipaddress is. I had similar issues this is how it was rectified. http://javaboutique.internet.com/tutorials/JMeter/index-7.htm

Re: Proxy Recording -- Firewall

2005-11-25 Thread Shabana Shabana
Hi, You can go thru this Article http://javaboutique.internet.com/tutorials/JMeter/ Quite informative Regards, Shabana On 11/22/05, Shaik Afgal Bhasha <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Could anyone let us know how to do Proxy recording (if one is using > proxy/behind firewall to acc

Timer

2005-11-25 Thread Christian Sterzl
Hello I have problems using timer. In my Application I need to need measure response time of a certain transaction called T (5 Transactions) when 100 user are logged in. T should be started by 50 Users in a Minute (T starts when T1 is called. I have to measure response times of T1 to T5). So I ma