Re: Re: Need some assistance in creating an IBM-DB2 test

2006-07-12 Thread Frank_Lindner




Hello!

Well one of our developers tested with different JRE Versions.

Works with IBM JVM 1.4 (WSAD 5.1)
Does not work with any SUN JVM (1.4, 1.5)

We think it is a bug in the IBM DB2 Type 4 drivers (using 2.7.72).

I'll try to test with the IBM JVM but i had to remove some parameters from
jmeter.bat.
  rem set NEW=-XX:NewSize=128m -XX:MaxNewSize=128m
  rem set SURVIVOR=-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=50%
  rem set TENURING=-XX:MaxTenuringThreshold=2
  rem set EVACUATION=-XX:MaxLiveObjectEvacuationRatio=20%
  rem set PERM=-XX:PermSize=64m -XX:MaxPermSize=64m

What do they do and are there similar parameter for IBM JVM?

Any help is appreciated.

Best regards
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: Need some assistance in creating an IBM-DB2 test

2006-07-06 Thread Frank_Lindner




I'm using the same class as our development.
It works for our WS environment.

ConnURL:jdbc:db2://:/
Driver Class: com.ibm.db2.jcc.DB2Driver

Frank

"Peter Lin" <[EMAIL PROTECTED]> schrieb am 06/07/2006 16:22:28:

> make sure you're using the right class for the jdbc.
>
> try looking at the official Db2 jdbc docs for the correct class to use.
>
> peter
>
> On 7/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> > Ok, I got a little further.
> >
> > Now I get the following error message:
> >
> > 2006/07/06 11:55:24 ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler:
> > Error
> > in JDBC sampling com.ibm.db2.jcc.a.SqlException: unsupported encoding
> > Cp273
> > for result set column
> >   at com.ibm.db2.jcc.a.j.a(j.java:426)
> >   at com.ibm.db2.jcc.b.kc.a(kc.java:2366)
> >   at com.ibm.db2.jcc.b.jb.a(jb.java:3244)
> >   at com.ibm.db2.jcc.b.jb.a(jb.java:1774)
> >   at com.ibm.db2.jcc.b.jb.a(jb.java:1701)
> >   at com.ibm.db2.jcc.b.jb.n(jb.java:620)
> >   at com.ibm.db2.jcc.b.jb.j(jb.java:257)
> >   at com.ibm.db2.jcc.b.jb.c(jb.java:57)
> >   at com.ibm.db2.jcc.b.w.c(w.java:42)
> >   at com.ibm.db2.jcc.b.cc.h(cc.java:177)
> >   at com.ibm.db2.jcc.a.pf.p(pf.java:1252)
> >   at com.ibm.db2.jcc.a.pf.a(pf.java:1930)
> >   at com.ibm.db2.jcc.a.pf.a(pf.java:519)
> >   at com.ibm.db2.jcc.a.pf.executeQuery(pf.java:503)
> >   at
> > org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(
> > JDBCSampler.java:98)
> >   at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
> >   at java.lang.Thread.run(Unknown Source)
> >
> > Has anybody a solution?
> > A develloper told me normaly this could not happen. Because JAVA
supports
> > all Codepages.
> > I'm using DB2 Type 4 Driver.
> >
> > Best regards
> >   Frank
> >
> >
> > [EMAIL PROTECTED] schrieb am 04/07/2006 11:03:53:
> >
> > >
> > >
> > >
> > >
> > > Greetings,
> > >
> > > I hope somebody can help me.
> > > I need to create a JMeter test for an IBM-DB2 Database connection.
> > >
> > > Has anybody some experience how to start?
> > > The manual only lists MySQL, PostgreSQL, Oracle and Ingres (2006)
> > > connection strings.
> > >
> > > I just need the correct setup for the connection configuration.
> > >
> > > Thank you.
> > >
> > > Best regards
> > > Frank
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need some assistance in creating an IBM-DB2 test

2006-07-06 Thread Frank_Lindner




Ok, I got a little further.

Now I get the following error message:

2006/07/06 11:55:24 ERROR - jmeter.protocol.jdbc.sampler.JDBCSampler: Error
in JDBC sampling com.ibm.db2.jcc.a.SqlException: unsupported encoding Cp273
for result set column
  at com.ibm.db2.jcc.a.j.a(j.java:426)
  at com.ibm.db2.jcc.b.kc.a(kc.java:2366)
  at com.ibm.db2.jcc.b.jb.a(jb.java:3244)
  at com.ibm.db2.jcc.b.jb.a(jb.java:1774)
  at com.ibm.db2.jcc.b.jb.a(jb.java:1701)
  at com.ibm.db2.jcc.b.jb.n(jb.java:620)
  at com.ibm.db2.jcc.b.jb.j(jb.java:257)
  at com.ibm.db2.jcc.b.jb.c(jb.java:57)
  at com.ibm.db2.jcc.b.w.c(w.java:42)
  at com.ibm.db2.jcc.b.cc.h(cc.java:177)
  at com.ibm.db2.jcc.a.pf.p(pf.java:1252)
  at com.ibm.db2.jcc.a.pf.a(pf.java:1930)
  at com.ibm.db2.jcc.a.pf.a(pf.java:519)
  at com.ibm.db2.jcc.a.pf.executeQuery(pf.java:503)
  at
org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.java:98)
  at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
  at java.lang.Thread.run(Unknown Source)

Has anybody a solution?
A develloper told me normaly this could not happen. Because JAVA supports
all Codepages.
I'm using DB2 Type 4 Driver.

Best regards
  Frank


[EMAIL PROTECTED] schrieb am 04/07/2006 11:03:53:

>
>
>
>
> Greetings,
>
> I hope somebody can help me.
> I need to create a JMeter test for an IBM-DB2 Database connection.
>
> Has anybody some experience how to start?
> The manual only lists MySQL, PostgreSQL, Oracle and Ingres (2006)
> connection strings.
>
> I just need the correct setup for the connection configuration.
>
> Thank you.
>
> Best regards
> Frank
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need some assistance in creating an IBM-DB2 test

2006-07-04 Thread Frank_Lindner




Greetings,

I hope somebody can help me.
I need to create a JMeter test for an IBM-DB2 Database connection.

Has anybody some experience how to start?
The manual only lists MySQL, PostgreSQL, Oracle and Ingres (2006)
connection strings.

I just need the correct setup for the connection configuration.

Thank you.

Best regards
Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reporting tool for JMeter

2005-08-17 Thread Frank_Lindner




Hello Peter,

count me in for testing.
I'm very interested in your tool.

Best regards
  Frank

Peter Lin <[EMAIL PROTECTED]> schrieb am 17/08/2005 17:41:47:

> My apologies to the users for accidentally hijacking the VM thread.
> I'm reposting it under a new topic for those interested in hearing
> about the reporting feature I'm working on.
>
> I posted a message to jmeter-dev a few weeks back about reporting tool
> for jmeter. I guess now is as good of time as any to let others know.
> I am currently working on a reporting tool for jmeter.
>
> I have a need for test and report automation, so I am writing a new
> GUI to design reports and an engine that can run in GUI or console
> mode for generating the reports. Right now, my feature list is the
> following. Keep in mind, there's no gaurantee this will be the final
> thing, but they are on my list.
>
> 1. new gui for designing reports
> 2. run in GUI or console mode
> 3. report plan - may contain 1 or more report pages
> 4. report page - may contain 1 or more charts or tables with
> statistics like the aggregate listener
> 5. report header/footer - so users can point to a server side include
> like .shtml or paste in the HTML directly
> 6. stylesheet - a link to the stylesheet
> 7. report writers - initially I plan to write HTML and Text report writer
> 8. charts - simple bar graphs
> 9. tables - simple table similar to aggregate listener
> 10. be able to process multiple files
> 11. be able to aggregate multiple files
>
> I don't know how many features I'll be able to implement, but that's
> my goal at the moment.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Survey: JMeter OS/JVM platform usage

2005-08-17 Thread Frank_Lindner




JMeter 2.0.3
WinXP Pro SP1
JVM 1.4.2_07
(still got Problems with 1.5.0_04)


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Are there known bugs with JMeter and Java 1.5

2005-08-05 Thread Frank_Lindner




Nope.

I enabled a direct http access.
If I try the same recording without 1.5 installed it works well.

Frank

Michael Stover <[EMAIL PROTECTED]> schrieb am 05/08/2005 17:38:52:

> I have done this just recently, and it worked fine.  It worked both via
> JMeter's recording proxy and via Badboy's recorder and JMeter export.
>
> Are you trying to record https?
>
> -Mike
>
> On Fri, 2005-08-05 at 17:39 +0200, [EMAIL PROTECTED] wrote:


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Are there known bugs with JMeter and Java 1.5

2005-08-05 Thread Frank_Lindner




Hmm... did I mention that I'm trying to record a page needing a basic
authentication?
Don't answer this question, I didn't. ;-)

Could you please try, if you can record a page taht needs an
authentication?

Thank you in advance.

Best regards
  Frank



   
 sebb  
 <[EMAIL PROTECTED] 
 >  An 
JMeter Users List  
 05/08/2005 17:22  
 Kopie 
   
  Bitte antwortenThema 
an  Re: Are there known bugs with  
   "JMeter UsersJMeter and Java 1.5
   List"   
 <[EMAIL PROTECTED] 
  rta.apache.org>  
   
   
   




As I said, it works for me - by which I meant that I could record
using the proxy.

Might be worth trying with a different browser.

BTW, I've since discovered that the "Cannot process" messages can be
ignored (they should noty have been generated).

S.
On 05/08/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi Sebb,
>
> So you were able to record a script?
>
> Everything else in JMeter works very well with 1.5 only the recording
> (using the builtin proxy) didn't work for any page I was trying.
>
> Best Regards
>  Frank
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Are there known bugs with JMeter and Java 1.5

2005-08-05 Thread Frank_Lindner




Hi Sebb,

So you were able to record a script?

Everything else in JMeter works very well with 1.5 only the recording
(using the builtin proxy) didn't work for any page I was trying.

Best Regards
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Are there known bugs with JMeter and Java 1.5

2005-08-04 Thread Frank_Lindner




Hi,

I had a strange behaviour of JMeter 2.0.3 in correlation with JRE 1.5_04.

With 1.5 installed it was no more possible to record scripts.
After I uninstalled 1.5_04 and went back to 1.4.2_07 it's back to normal.

Does anyoneface a similar problem?

Error Message I got:
java.io.IOException: Stream closed at
java.io.BufferedInputStream.getInIfOpen(Unknown Source) at
java.io.BufferedInputStream.read1(Unknown Source) at
java.io.BufferedInputStream.read(Unknown Source) at
java.io.FilterInputStream.read(Unknown Source) at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:263)
 at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:496)
 at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:590)
 at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:117)

Logfile says:
2005/08/04 17:19:28 INFO  - jmeter.JMeter: Version 2.0.3
2005/08/04 17:19:28 INFO  - jmeter.JMeter: java.version=1.5.0_04
2005/08/04 17:19:28 INFO  - jmeter.JMeter: Copyright (c) 1998-2005 The
Apache Software Foundation
2005/08/04 17:19:32 INFO  - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are END times
2005/08/04 17:19:32 INFO  - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1
2005/08/04 17:20:15 INFO  - jmeter.protocol.http.proxy.Daemon: Proxy: OK
2005/08/04 17:20:15 INFO  - jmeter.protocol.http.proxy.Daemon: Creating
Daemon Socket... on port 8080
2005/08/04 17:20:16 INFO  - jmeter.protocol.http.proxy.Daemon: Proxy up and
running!
2005/08/04 17:20:37 ERROR - jmeter.protocol.http.sampler.HTTPSampler:
java.io.IOException: Server returned HTTP response code: 401 for URL:
http://vws2c-intranet-test.idg.de/Advisor/startgkc.htm
2005/08/04 17:20:37 ERROR - jmeter.protocol.http.proxy.gui.ProxyControlGui:
Cannot process http://vws2c-intranet-test.idg.de/Advisor/startgkc.htm

Any comment is apreciated.

Best regards
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Is JMeter capable of executing parallel requests

2005-06-27 Thread Frank_Lindner




I want Jmeter not to wait for results.
It should request several requests without waiting for any answer.

It is a differnet way of working either
request, answer, request, answer or
request, request, request, answer, answer, answer

This is how the Users work, they request all 6 Pages at the same time and
dont have to wait for the data returned.
I know it stresses the appserver much more, but this is intended.
Development expects a bug there.

Frank



   
 Sonam Chauhan 
 <[EMAIL PROTECTED] 
 .com.au>   An 
JMeter Users List  
 28/06/2005 03:02  
 Kopie 
   
  Bitte antwortenThema 
an  RE: Is JMeter capable of executing 
   "JMeter Usersparallel requests  
   List"   
 <[EMAIL PROTECTED] 
  rta.apache.org>  
   
   
   




If you're referring to Mozilla style 'middle-mouse-button' tabs, you don't
need to simulate the user returning to view those tabs. As Mike said, you
need to load pages sequentially. Perhaps appropriately varying delays is
what you need to simulate your user.

Something like this?
--
Large delay -- applies to samplers at this level below
Load page1
Simple Controller1
   Small delay -- overrides earlier delay on "load tabs" samplers below
   Load tab1
   Load tab2
   Load tab3
Load page2 from page1
Load page3 from tab1
--

Sonam


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, 27 June 2005 11:46 PM
To: JMeter Users List
Subject: Is JMeter capable of executing parallel requests





Hello,

I need the following:
A User has the possibity to request 6 pages at the same time and does not
wait for responses. Instead he returns to the pages when data is retrieved.
Example:
  Load Main-Page (with 6 tabbed sub-pages)
load Tab 1
load Tab 2
load Tab 3
.
return to Tab 1 to view Data
return to Tab 2 to view Data
return to Tab 3 to view Data
.

Is JMeter capable to simulate this behaviour?

Thank you in advance.
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Is JMeter capable of executing parallel requests

2005-06-27 Thread Frank_Lindner




Hello,

I need the following:
A User has the possibity to request 6 pages at the same time and does not
wait for responses. Instead he returns to the pages when data is retrieved.
Example:
  Load Main-Page (with 6 tabbed sub-pages)
load Tab 1
load Tab 2
load Tab 3
.
return to Tab 1 to view Data
return to Tab 2 to view Data
return to Tab 3 to view Data
.

Is JMeter capable to simulate this behaviour?

Thank you in advance.
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need help with For Each Controller

2005-02-25 Thread Frank_Lindner




Sorry for multiple posts seems there was a relay problem.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need help with For Each Controller

2005-02-24 Thread Frank_Lindner




Hello,

I need help with the ForEach Controller.

I need to test the following:
The application returns a JScript tree.
My first ForEach Controller extracts all links of this tree and requests
all pages.
There can be further links an the recieved pages.
A second ForEach Controller should follow these links. I know that the
following page would create another JScript tree. So, I'd need a third
ForEach Controller.

But my Problem is, that the second ForEach Controller doesn't seem to work
as expected.

I checked the RegEx, I checked the inputvar2_1 all are filled well.

Scematic of my script:

- Thread Group
+ - User Parameter
+ - Uniform Random Timer
+ - HTTP Cookie Manager
+ - HTTP Authorization Manager
+ - Request: startpage
+ - Request: page with customer details
+ - Request: page with JScript tree
+ + - RegEx: all Links in JScript tree (inlinks1)
+ - ForEach 1: inlinks1; outlinks1
+ + - Request: page outlinks1
+ + + - RegEx: possible Links on page (inlinks2)
+ + - ForEach 1.1: inlinks2; outlinks2
+ + + - Display of variables inlinks2_1 and outlinks2
+ + + - Request: page with second JScript tree
< does not work
+ + + + - RegEx: all links in JScript


Thanks in advance for your help
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need help with For Each Controller

2005-02-24 Thread Frank_Lindner




Hello,

I need help with the ForEach Controller.

I need to test the following:
The application returns a JScript tree.
My first ForEach Controller extracts all links of this tree and requests
all pages.
There can be further links an the recieved pages.
A second ForEach Controller should follow these links. I know that the
following page would create another JScript tree. So, I'd need a third
ForEach Controller.

But my Problem is, that the second ForEach Controller doesn't seem to work
as expected.

I checked the RegEx, I checked the inputvar2_1 all are filled well.

Scematic of my script:

- Thread Group
+ - User Parameter
+ - Uniform Random Timer
+ - HTTP Cookie Manager
+ - HTTP Authorization Manager
+ - Request: startpage
+ - Request: page with customer details
+ - Request: page with JScript tree
+ + - RegEx: all Links in JScript tree (inlinks1)
+ - ForEach 1: inlinks1; outlinks1
+ + - Request: page outlinks1
+ + + - RegEx: possible Links on page (inlinks2)
+ + - ForEach 1.1: inlinks2; outlinks2
+ + + - Display of variables inlinks2_1 and outlinks2
+ + + - Request: page with second JScript tree
< does not work
+ + + + - RegEx: all links in JScript


Thanks in advance for your help
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need help with For Each Controller

2005-02-24 Thread Frank_Lindner




Hello,

I need help with the ForEach Controller.

I need to test the following:
The application returns a JScript tree.
My first ForEach Controller extracts all links of this tree and requests
all pages.
There can be further links an the recieved pages.
A second ForEach Controller should follow these links. I know that the
following page would create another JScript tree. So, I'd need a third
ForEach Controller.

But my Problem is, that the second ForEach Controller doesn't seem to work
as expected.

I checked the RegEx, I checked the inputvar2_1 all are filled well.

Scematic of my script:

- Thread Group
+ - User Parameter
+ - Uniform Random Timer
+ - HTTP Cookie Manager
+ - HTTP Authorization Manager
+ - Request: startpage
+ - Request: page with customer details
+ - Request: page with JScript tree
+ + - RegEx: all Links in JScript tree (inlinks1)
+ - ForEach 1: inlinks1; outlinks1
+ + - Request: page outlinks1
+ + + - RegEx: possible Links on page (inlinks2)
+ + - ForEach 1.1: inlinks2; outlinks2
+ + + - Display of variables inlinks2_1 and outlinks2
+ + + - Request: page with second JScript tree
< does not work
+ + + + - RegEx: all links in JScript


Thanks in advance for your help
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Antwort: urgent: regex function does not seem to behave as it shud!??

2004-08-11 Thread Frank_Lindner




Hi nicole,

maybe try using ".*No options acailable.*" instead.

Best Regards
  Frank



|-+>
| |   nlunebur |
| |   <[EMAIL PROTECTED]|
| |   t.com>   |
| ||
| |   11.08.2004 08:33 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   [EMAIL PROTECTED]  
 |
  |   Kopie:   
  |
  |   Thema:urgent: regex function does not seem to behave as it shud!??   
  |
  
>--|




hi all!

i have the following regex function in a 'http request':

NAMEVALUE
somename${__regexFunction("*No options
available*",somevalue1,ALL,,somevalue2,)}

therefore if the text 'No options available' is anywhere in the response
of the previous request,
it should send a request like:
http://blahblah/?somename=somevalue1

otherwise send a request like: http://blahblah/?somename=somevalue2


my regex function works if i test for another text in the response such
as "*My Home*", but for some reason when i have
"*No options available*" it does not work. i have tried "*No*", which
works, but doesnt work if i try "*options*" or "*available*".

i have checked that this is the exact text in the response, and that the
case matches, however it keeps sending 'somevalue2' all the time!!!

can anyone help me out on this?

thanku!
nicole


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: Help on Reg exp please'Viren geprueft!'

2004-07-28 Thread Frank_Lindner




Hi RD,

normaly I work with the RegExtractor-Controller not with the
RegExtractor-Function.
But I experimented a bit:
/AKFrame;jsessionid=${__regexFunction(jsessionid=(\S+)"\s,$1$,1,,hilfe,jsessionid)}

You can use the function in the following Request after you get your
bookingID

For you it should look something like this:
${__regexFunction(name="bookingID"
value="(\d+)",$1$,1,,noIDfound,bookingID)}

Put it in where you want to use it first all subsequent calls can be with
${bookingID}.
You'll have to use the __regex every time you want to read a new bookingID.
I can't tell you how to avoid getting allways the same bookingID (if more
than one is available).

Hope this helps you a bit further.

Greetings
  Frank



|-+>
| |   "rita danger"|
| |   <[EMAIL PROTECTED]|
| |   mail.com>|
| ||
| |   21.07.2004 17:08 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   [EMAIL PROTECTED]  
 |
  |   Kopie:   
  |
  |   Thema:Re: Help on Reg exp please'Viren geprueft!'
  |
  
>--|





Hi nlunebur,

YES I have tried that, I've tried the obviouse things but it still does not

work.
I'm not sure if this is correct
${__regexFunction(.*,BookingID%3DBookingID%3D)}.
can you help figure that out

Thank you
RD

>From: nlunebur <[EMAIL PROTECTED]>
>Reply-To: "JMeter Users List" <[EMAIL PROTECTED]>
>To: JMeter Users List <[EMAIL PROTECTED]>
>Subject: Re: Help on Reg exp please
>Date: Wed, 21 Jul 2004 08:42:14 +0930
>
>hi rita.
>i've never used the regexFunction before but according to the manual it
>says "The __regexFunction stores values for future use".
>
>where do u enter it in the test?
>i would assume in the field where you are actually using the value you
want
>to use at a future time. have u tried this?
>
>rita danger wrote:
>
>>Yes I have had a look at the jmeter manuel, its confusing
>>I used the function helper and got
>>${__regexFunction(.*,BookingID%3DBookingID%3D)}.
>>Is this correct ?
>>Where do I enter it on the test?
>>
>>Regular expression used to search results from previous request - .*
>>
>>Template for the replacement string, using groups from the regular
>>expression.  Format is $[group]$.  Example $1$.  - $12345$
>>
>>Which match to use.  An integer 1 or greater, RAND to indicate JMeter
>>should
>>randomly choose, A float, or ALL indi
>>
>>Between text.  If ALL is selected, the between text will be used to
>>generate
>>the results
>>
>>Default text.  Used instead of the template if the regular expression
>>finds
>>no matches
>>
>>Name of function.  Used to store values for use elsewhere in the
testplan.
>>BookingID
>>
>>Once I have these entered in the Function helper where do I enter it in
>>the
>>actual test.
>>
>>Thank you for you help
>>RD
>>
>>
>>
>>>From: nlunebur <[EMAIL PROTECTED]>
>>>Reply-To: "JMeter Users List" <[EMAIL PROTECTED]>
>>>To: JMeter Users List <[EMAIL PROTECTED]>
>>>Subject: Re: Help on Reg exp please
>>>Date: Tue, 20 Jul 2004 10:12:23 +0930
>>>
>>>have u looked in the jmeter manuals?
>>>there shud be info there on how to use reg exp.
>>>
>>>rita danger wrote:
>>>
Hello
How do you use Reg exp ?
I want to run jmeter to create a booking but when its created its given

an bookingID and views that booking via the ID.

I have installed 2.0.1 jmeter but it does not run, so if I use 1.8.1
what do I need to enter to get a booking ref ?

Thank
Rita

_
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

>>>
>>>
>>>-
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>
>>_
>>It's fast, it's easy and

RE: RE: RE: when response code is 302'Viren geprueft!'

2004-07-27 Thread Frank_Lindner




Did you check the sent Data information?
Does it look right?
If possible give all Informations, what data is to be sent, what did jmeter
sent and what was the result.

Greetings
  Frank


|-+>
| |   "Grace Li"   |
| |   <[EMAIL PROTECTED]|
| |   roup.com>|
| ||
| |   27.07.2004 16:55 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   "JMeter Users List" <[EMAIL PROTECTED]>
 |
  |   Kopie:   
  |
  |   Thema:RE: RE: when response code is 302'Viren geprueft!' 
  |
  
>--|




Thanks Frank. It works after activating the hook 'follow redirect'.

Now another problem blocking me is:
I try to use 'POST' to do a login with right username and password, but
always get login failure result.

Any clues are appreciated.

Grace
 -Original Message-
From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:Tuesday, July 27, 2004 11:26 AM
To:  JMeter Users List
Subject:   RE: RE: when response code is 302'Viren geprueft!'





Hi Grace,

the Response Code 302 is a redirect. You can remove these Response Codes
and get your message body by activating the hook for 'Follow Redirect'.
You'll then see that one request initiates multiple requests and finaly
gets your http body.

Best regards
  Frank



|-+>
| |   "Grace Li"   |
| |   <[EMAIL PROTECTED]|
| |   roup.com>|
| ||
| |   27.07.2004 15:00 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>

>--|

  |
|
  |   An:   "JMeter Users List" <[EMAIL PROTECTED]>
|
  |   Kopie:
|
  |   Thema:RE: when response code is 302'Viren geprueft!'
|

>--|





Thanks.

Besides these, I still need to know the following message body and check
the content of the body. Only knowing the response code is 302 is not
enough.

Thanks,
Grace

 -Original Message-
From:  nlunebur [mailto:[EMAIL PROTECTED]
Sent:Monday, July 26, 2004 7:22 PM
To:  JMeter Users List
Subject:   Re: when response code is 302

hi grace
you can see the 302 responses in your 'view results tree' listener. its
under the 'Sampler result' tab. i am using JMeter 2.0.1 by the way, but
i am sure previous version should have this as well.

to use the response assertion, under 'Response Field to Test' select the
'Response Code' and check for the '302' response.

hope this helps.

Grace Li wrote:

> Hi all,
>
> In my web application, the http response codes are all 302 for any
> successful requests. But I can't see response data in jmeter 'view
> results tree'. Does jmeter receive the response data when response
> code is 302? How can I set 'response assertion' for the request which
> get response code 302.
>
> thanks in advance.
> GL
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE

RE: RE: when response code is 302'Viren geprueft!'

2004-07-27 Thread Frank_Lindner




Hi Grace,

the Response Code 302 is a redirect. You can remove these Response Codes
and get your message body by activating the hook for 'Follow Redirect'.
You'll then see that one request initiates multiple requests and finaly
gets your http body.

Best regards
  Frank



|-+>
| |   "Grace Li"   |
| |   <[EMAIL PROTECTED]|
| |   roup.com>|
| ||
| |   27.07.2004 15:00 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   "JMeter Users List" <[EMAIL PROTECTED]>
 |
  |   Kopie:   
  |
  |   Thema:RE: when response code is 302'Viren geprueft!' 
  |
  
>--|




Thanks.

Besides these, I still need to know the following message body and check
the content of the body. Only knowing the response code is 302 is not
enough.

Thanks,
Grace

 -Original Message-
From:  nlunebur [mailto:[EMAIL PROTECTED]
Sent:Monday, July 26, 2004 7:22 PM
To:  JMeter Users List
Subject:   Re: when response code is 302

hi grace
you can see the 302 responses in your 'view results tree' listener. its
under the 'Sampler result' tab. i am using JMeter 2.0.1 by the way, but
i am sure previous version should have this as well.

to use the response assertion, under 'Response Field to Test' select the
'Response Code' and check for the '302' response.

hope this helps.

Grace Li wrote:

> Hi all,
>
> In my web application, the http response codes are all 302 for any
> successful requests. But I can't see response data in jmeter 'view
> results tree'. Does jmeter receive the response data when response
> code is 302? How can I set 'response assertion' for the request which
> get response code 302.
>
> thanks in advance.
> GL
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: Re: Can we use USER variable in Regular expression.'Viren geprueft!'

2004-07-23 Thread Frank_Lindner




Hi,

my pleasure.. :)

Well think we found kinda Bug, did we?
Hope it gets or is already fixed.

Best regards
  Frank



|-+>
| |   shambu pujar |
| |   <[EMAIL PROTECTED]|
| |   com> |
| ||
| |   23.07.2004 11:24 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:Re: Re: Can we use USER variable in Regular expression.'Viren 
geprueft!' |
  
>--|




hi
Frank from the regular expression u  have used one thing i came to know
that if u put ur parameter at starting or at last ,value gets substituted.

I tried with
below expression and it worked for me
${RepName}','(\d+)'\)

So it is that, the  parameter should either be first ,as in my case or last
as in frank's reg expression ,of the pattern u want to match , then the
expression works.Jmeter seems to be not substituting if parameter is
middle.Is this taken care of in Jmeter 2.0???

Frank thanks for your inputs!

regards
shambu



[EMAIL PROTECTED] wrote:




I can only say it worked for me.
I used a .CSV file with numbers and used the 'User Parameter'-Controler to
read them 1by1 ${__CSVRead(user.txt,0)}${__CSVRead(user.txt,next)}.

Then I used a RegExtractor with a realy anoying RegEx:
name="Selektion" value="(\d+)">\W\W\W\W\Wnowrap>\W\W+width="100%"
height="100%">\W\Wclass="Attribut.">\W${AntragsNr}

You see the last ist my number and I read the value. I'm using JMeter 1.9
so it works in this version.
I tried to do a RegEx with a variable that I RegEx'ed in the same request
but this didn't work the way I planned.

Regards
Frank



|-+>
| | shambu pujar |
| | | | com> |
| | |
| | 23.07.2004 05:16 |
| | Bitte antworten |
| | an "JMeter Users |
| | List" |
| | |
|-+>
>--|

| |
| An: JMeter Users List |
| Kopie: |
| Thema: Re: Can we use USER variable in Regular expression.'Viren
geprueft!' |
>--|







[EMAIL PROTECTED] wrote:
Hi

Exactly! I wanted to search with given or parametised name.

setReport\('(\S+)','(\d+)'\)
does not work for me as its give more than one matches and i would not
able extract the same value that the thread earlier had been using it.


But the expression
setReport\('${RepName}','(\d+)'\)

which searches for parameter RepName(what i wanted to happen ) is not
working.It gives default value failed.

Is it really that we can search for parameter or search using parameter in
regular expression??

Regards
Shambu


Hi,

try this Expression:
setReport\('(\S+)','(\d+)'\)

$1$ should give you the name while $2$ should give you the number.
If you want to search with a given (parameterized) name you can put the
variable in there
setReport\('${RepName}','(\d+)'\)

Hope it helps.

Sidenote: For testing regular expressions I use this little WinProg
http://weitz.de/regex-coach/
Maybe you want give it a try.

Best Regards
Frank



|-+>
| | shambu pujar |
| | | | com> |
| | |
| | 22.07.2004 07:57 |
| | Bitte antworten |
| | an "JMeter Users |
| | List" |
| | |
|-+>
>--|


| |
| An: [EMAIL PROTECTED] |
| Kopie: |
| Thema: Can we use USER variable in Regular expression.'Viren geprueft!' |
>--|






Hi,
Here i m extratcing a value which represents ID .
Snippet from which i am extracting is below

onClick="setReport('study01','29')">class="navLinkSmall">study01


The value i am extracting is in Bold.It is number "29". and the "study01"
coresponding text.. "study01" is from a parameter .So for second user it
will be "study02" and Html re

Re: Re: Can we use USER variable in Regular expression.'Viren geprueft!'

2004-07-23 Thread Frank_Lindner




I can only say it worked for me.
I used a .CSV file with numbers and used the 'User Parameter'-Controler to
read them 1by1 ${__CSVRead(user.txt,0)}${__CSVRead(user.txt,next)}.

Then I used a RegExtractor with a realy anoying RegEx:
name="Selektion" value="(\d+)">\W\W\W\W\W\W\W+\W\W\W${AntragsNr}

You see the last ist my number and I read the value. I'm using JMeter 1.9
so it works in this version.
I tried to do a RegEx with a variable that I RegEx'ed in the same request
but this didn't work the way I planned.

Regards
  Frank



|-+>
| |   shambu pujar |
| |   <[EMAIL PROTECTED]|
| |   com> |
| ||
| |   23.07.2004 05:16 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:Re: Can we use USER variable in Regular expression.'Viren 
geprueft!' |
  
>--|






[EMAIL PROTECTED] wrote:
Hi

Exactly! I wanted to search with given or parametised name.

setReport\('(\S+)','(\d+)'\)
does  not work for me as its give more than one matches and i would not
able extract the same value that the thread earlier had been using it.


But the expression
setReport\('${RepName}','(\d+)'\)

which searches for parameter RepName(what i wanted to happen ) is not
working.It gives default value failed.

Is it really that we can search for parameter or search using parameter in
regular expression??

Regards
Shambu


Hi,

try this Expression:
setReport\('(\S+)','(\d+)'\)

$1$ should give you the name while $2$ should give you the number.
If you want to search with a given (parameterized) name you can put the
variable in there
setReport\('${RepName}','(\d+)'\)

Hope it helps.

Sidenote: For testing regular expressions I use this little WinProg
http://weitz.de/regex-coach/
Maybe you want give it a try.

Best Regards
Frank



|-+>
| | shambu pujar |
| | | | com> |
| | |
| | 22.07.2004 07:57 |
| | Bitte antworten |
| | an "JMeter Users |
| | List" |
| | |
|-+>
>--|

| |
| An: [EMAIL PROTECTED] |
| Kopie: |
| Thema: Can we use USER variable in Regular expression.'Viren geprueft!' |
>--|





Hi,
Here i m extratcing a value which represents ID .
Snippet from which i am extracting is below

onClick="setReport('study01','29')">class="navLinkSmall">study01


The value i am extracting is in Bold.It is number "29". and the "study01"
coresponding text.. "study01" is from a parameter .So for second user it
will be "study02" and Html response for second user will be something like

"setReport('study02','30')">study01


since the value "study01" is from parameter RepName can i substitute this
parameter into regular expression
if i can what's is syntax???
and i hv used following regular expression and it is not working.
setReport\(\'${RepName}\'\,\'(.*?)\'\)

plz help me

regards
shambu



-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can we use USER variable in Regular expression.'Viren geprueft!'

2004-07-22 Thread Frank_Lindner




Hi,

try this Expression:
setReport\('(\S+)','(\d+)'\)

$1$ should give you the name while $2$ should give you the number.
If you want to search with a given (parameterized) name you can put the
variable in there
setReport\('${RepName}','(\d+)'\)

Hope it helps.

Sidenote: For testing regular expressions I use this little WinProg
http://weitz.de/regex-coach/
Maybe you want give it a try.

Best Regards
  Frank



|-+>
| |   shambu pujar |
| |   <[EMAIL PROTECTED]|
| |   com> |
| ||
| |   22.07.2004 07:57 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   [EMAIL PROTECTED]  
 |
  |   Kopie:   
  |
  |   Thema:Can we use USER variable in Regular expression.'Viren geprueft!'   
  |
  
>--|




Hi,
Here i m extratcing a value which represents ID .
Snippet from which i am extracting is  below

 study01
  

The value i am extracting is in Bold.It is  number "29". and the  "study01"
coresponding text.. "study01" is from a parameter  .So for second user it
will be "study02" and Html response for second user will be something like

 study01
  

since the value "study01" is from parameter RepName  can i substitute this
parameter into regular expression
if i can what's is syntax???
and i hv used following regular expression and it is not  working.
  setReport\(\'${RepName}\'\,\'(.*?)\'\)

plz help me

regards
shambu



-
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: Re: Re: Help please urgent! Is it possible to write graph data after run!'Viren geprueft!'

2004-07-20 Thread Frank_Lindner




Hi Peter,

yeah, that's what I expected Jmeter to do.
Would be great if somebody could fix it.

I'll fill in a bugzilla soon.

Frank



|-+>
| |   Peter Lin|
| |   <[EMAIL PROTECTED]|
| |   m>   |
| ||
| |   20.07.2004 18:50 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:Re: Re: Re: Help please urgent! Is it possible to write graph data 
after run!'Viren geprueft!'   |
  
>--|




hi frank,


can you file a bugzilla entry. hopefully one of us will get to it in
the next couple weeks and fix that.

I'm guessing the ideal behavior is even if you give it a non-existent
directory, jmeter should create the directory.  Is that what you were
thinking of?

peter


On Tue, 20 Jul 2004 19:28:19 +0100, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
>
> Doesn't help me much.
> My run is complete (using JMeter 1.9 2003/12/10) and I missed creating
the
> correct directory. I told JMeter to log to a file, but since the
directory
> wasn't allocated => no file.
> So I need information, if there is a possibility to dump the data (I need
> the raw data not an image) out of JMeter?
>
> If possible it would be great if JMeter would allocate the directory if
not
> existant.
>
> Frank
>
> |-+>
> | |   Peter Lin|
> | |   <[EMAIL PROTECTED]|
> | |   m>   |
> | ||
> | |   20.07.2004 18:17 |
> | |   Bitte antworten  |
> | |   an "JMeter Users |
> | |   List"|
> | ||
> |-+>
>
>--|

>  |
|
>  |   An:   JMeter Users List <[EMAIL PROTECTED]>
|
>  |   Kopie:
|
>  |   Thema:Re: Help please urgent! Is it possible to write graph
data after run!'Viren geprueft!'   |
>
>--|

>
> if you download the nightly build, it now has a save graph feature.
> you can save any graph jmeter renders, include the new distribution
> graph.
>
> the format it uses is png
>
> I hope that helps. I still haven't written any documentation for it,
> so if you get lost, just post a email.
>
> peter
>
> On Tue, 20 Jul 2004 19:08:50 +0100, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi everybody,
> >
> > I hope someone can help me. I'm using JMeter 1.9 and need to save my
> Graph
> > result to a file.
> > Since JMeter did not create the given Directory where to store the file
> > (Bug?), I don't have any data to work with. I need those Graph result
> data.
> > Jmeter must have it in Memory but didn't write it.
> >
> > Is it possible to write the Data to a file after the run is completed?
> > Or am I lost with an unusable Testrun?
> >
> > Thanks in advance
> >  Frank
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: Help please urgent! Is it possible to write graph data after run!'Viren geprueft!'

2004-07-20 Thread Frank_Lindner




Doesn't help me much.
My run is complete (using JMeter 1.9 2003/12/10) and I missed creating the
correct directory. I told JMeter to log to a file, but since the directory
wasn't allocated => no file.
So I need information, if there is a possibility to dump the data (I need
the raw data not an image) out of JMeter?

If possible it would be great if JMeter would allocate the directory if not
existant.

Frank



|-+>
| |   Peter Lin|
| |   <[EMAIL PROTECTED]|
| |   m>   |
| ||
| |   20.07.2004 18:17 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:Re: Help please urgent! Is it possible to write graph data after 
run!'Viren geprueft!'   |
  
>--|




if you download the nightly build, it now has a save graph feature.
you can save any graph jmeter renders, include the new distribution
graph.

the format it uses is png

I hope that helps. I still haven't written any documentation for it,
so if you get lost, just post a email.

peter


On Tue, 20 Jul 2004 19:08:50 +0100, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
>
> Hi everybody,
>
> I hope someone can help me. I'm using JMeter 1.9 and need to save my
Graph
> result to a file.
> Since JMeter did not create the given Directory where to store the file
> (Bug?), I don't have any data to work with. I need those Graph result
data.
> Jmeter must have it in Memory but didn't write it.
>
> Is it possible to write the Data to a file after the run is completed?
> Or am I lost with an unusable Testrun?
>
> Thanks in advance
>  Frank
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Help please urgent! Is it possible to write graph data after run!

2004-07-20 Thread Frank_Lindner




Hi everybody,

I hope someone can help me. I'm using JMeter 1.9 and need to save my Graph
result to a file.
Since JMeter did not create the given Directory where to store the file
(Bug?), I don't have any data to work with. I need those Graph result data.
Jmeter must have it in Memory but didn't write it.

Is it possible to write the Data to a file after the run is completed?
Or am I lost with an unusable Testrun?

Thanks in advance
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: RE: Antwort: Help on Reg exp please'Viren geprueft!'

2004-07-19 Thread Frank_Lindner




I haven't tried 1.8.1 but has it got the ConfigElement Regular
ExpressionExtraktor (it's under Post Processors)?
Try attaching it to the Request that brings up your bookingID and add the
folloeing RegEx;
  name="bookingID" value="(\S+)"
This will extract the ID and you can use it in the following Request.

I don't know how it works without the Config Element so sorry if you can't
use it.

Best regards
  Frank



|-+>
| |   "rita danger"|
| |   <[EMAIL PROTECTED]|
| |   mail.com>|
| ||
| |   19.07.2004 17:16 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   [EMAIL PROTECTED]  
 |
  |   Kopie:   
  |
  |   Thema:RE: Antwort: Help on Reg exp please'Viren geprueft!'   
  |
  
>--|




I am using 1.8.1

This is the html which is created and I want to pull ot the bookingID









>From: [EMAIL PROTECTED]
>Reply-To: "JMeter Users List" <[EMAIL PROTECTED]>
>To: "JMeter Users List" <[EMAIL PROTECTED]>
>Subject: Antwort: Help on Reg exp please'Viren geprueft!'
>Date: Mon, 19 Jul 2004 17:51:00 +0100
>
>
>
>
>
>Hello rita,
>
>I can't help you on the JMeter 2.0.1 Problem.
>Try this in your Script for the bookingID
>
>   -Thread
> -Request that shows the ID
> -RegEx with following Parameters
> Reference Name=bookingID
> Regular Expression=bookingID=(\S+)
> Template=$1$
> Match=1
> Default Value=anything you want
>-Request that uses the grabbed ID (this is how it's used:
>${bookingID})
>
>Notice that the expression is wildly guessed so you have to work out one
>that works for you.
>Look at this Thread for more Information on RegEX
>http://www.mail-archive.com/[EMAIL PROTECTED]/msg04879.html
>
>I put here a Screenshot how it could look like (hope this gets through)
>(Embedded image moved to file: pic19187.jpg)
>
>Hope it helps a bit!
>
>
>Greetings
>   Frank
>
>
>|-+>
>| |   "rita danger"|
>| |   <[EMAIL PROTECTED]|
>| |   mail.com>|
>| ||
>| |   19.07.2004 16:32 |
>| |   Bitte antworten  |
>| |   an "JMeter Users |
>| |   List"|
>| ||
>|-+>
>
>
>--|

>   |

>   |
>   |   An:   [EMAIL PROTECTED]

>   |
>   |   Kopie:

>   |
>   |   Thema:Help on Reg exp please'Viren geprueft!'

>   |
>
>
>--|

>
>
>
>
>Hello
>How do you use Reg exp ?
>I want to run jmeter to create a booking but when its created its given an
>bookingID and views that booking via the ID.
>
>I have installed 2.0.1 jmeter but it does not run, so if I use 1.8.1 what
>do
>I need to enter to get a booking ref ?
>
>Thank
>Rita
>
>_
>It's fast, it's easy and it's free. Get MSN Messenger today!
>http://www.msn.co.uk/messenger
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

_
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger


-
To

Antwort: Help on Reg exp please'Viren geprueft!'

2004-07-19 Thread Frank_Lindner




Hello rita,

I can't help you on the JMeter 2.0.1 Problem.
Try this in your Script for the bookingID

  -Thread
-Request that shows the ID
-RegEx with following Parameters
Reference Name=bookingID
Regular Expression=bookingID=(\S+)
Template=$1$
Match=1
Default Value=anything you want
   -Request that uses the grabbed ID (this is how it's used:
${bookingID})

Notice that the expression is wildly guessed so you have to work out one
that works for you.
Look at this Thread for more Information on RegEX
http://www.mail-archive.com/[EMAIL PROTECTED]/msg04879.html

I put here a Screenshot how it could look like (hope this gets through)
(Embedded image moved to file: pic19187.jpg)

Hope it helps a bit!


Greetings
  Frank


|-+>
| |   "rita danger"|
| |   <[EMAIL PROTECTED]|
| |   mail.com>|
| ||
| |   19.07.2004 16:32 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   [EMAIL PROTECTED]  
 |
  |   Kopie:   
  |
  |   Thema:Help on Reg exp please'Viren geprueft!'
  |
  
>--|




Hello
How do you use Reg exp ?
I want to run jmeter to create a booking but when its created its given an
bookingID and views that booking via the ID.

I have installed 2.0.1 jmeter but it does not run, so if I use 1.8.1 what
do
I need to enter to get a booking ref ?

Thank
Rita

_
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: RE: RE: Antwort: Session ID help..'Viren geprueft!'

2004-07-19 Thread Frank_Lindner




Have you filled in the values in the Cookie Manager?
Name=JSESSIONID
Path=/



|-+>
| |   Adam Smith   |
| |   <[EMAIL PROTECTED]|
| |   .com>|
| ||
| |   19.07.2004 16:16 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:RE: RE: Antwort: Session ID help..'Viren geprueft!'
  |
  
>--|




OK.  I've cut out everything relating to rewriting and just trying with a
blank (i.e. no hardcoded cookies) cookie manager.

However it does not seem to retain the cookie.  Bear in mind I have 3
consecutive http samplers, the first one returns a cookie, the next one
obviously is not using the same cookie as it is returning a different
session id.

This did work when I had a single user, I added a cookie in to the manager
and it all worked.  But in this instance I want to maintain a different
session for each thread.

Thanks!
Adam

 -Original Message-
From:  Michael Stover [mailto:[EMAIL PROTECTED]
Sent:19 July 2004 16:11
To:  JMeter Users List
Subject:   RE: RE: Antwort: Session ID help..'Viren geprueft!'

> Load time: 16
> HTTP response code: 200
> HTTP response message: OK
>
> HTTP response headers:
> HTTP/1.1 200 OK
> Server: Microsoft-IIS/5.0
> Date: Fri, 16 Jul 2004 13:48:24 GMT
> Pragma: No-cache
> Cache-Control: no-cache
> Expires: Thu, 01 Jan 1970 01:00:00 GMT
> Set-Cookie: JSESSIONID=3B4828D5880BEE2A528F185888686983; Path=/; Secure

That's a cookie - use the Cookie Manager.

-Mike

> Content-Type: text/html;charset=UTF-8
> Content-Length: 3640
>
>
> Any ideas?
>
> Ta
> adam
>
>  -Original Message-
> From:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent:19 July 2004 16:15
> To:JMeter Users List
> Subject: Re: RE: Antwort: Session ID help..'Viren geprueft!'
>
>
>
>
>
> Hi Adam,
>
> http://weitz.de/regex-coach/ here is a little Tool I use to test my
RegEx.
>
> I wonder why the Cookie Manager shouldn't work.
> But anyways, if you post how the Response with yout SessionId looks like,
I
> can create a RegEx statement for you.
>
> Greetings
>   Frank
>
>
>
> |-+>
> | |   Adam Smith   |
> | |   <[EMAIL PROTECTED]|
> | |   .com>|
> | ||
> | |   19.07.2004 15:01 |
> | |   Bitte antworten  |
> | |   an "JMeter Users |
> | |   List"|
> | ||
> |-+>
>
>
>---

> ---|
>   |
> |
>   |   An:   JMeter Users List <[EMAIL PROTECTED]>
> |
>   |   Kopie:
> |
>   |   Thema:RE: Antwort: Session ID help..'Viren geprueft!'
> |
>
>
>---

> ---|
>
>
>
>
> Hi Frank,
>
> I want to simultaneously login as 10 different users, with different
> jsessionid's - so I don't think I can do this with a Cookie Manager (I
have
> tried..).
>
> I just tried that regex, I think you are right, I need to change it a
bit!
> Does anyone have a link to anything on the web that can help me?
>
> Thanks
> Adam
>
>  -Original Message-
> From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent:19 July 2004 15:20
> To:  JMeter Users List
> Subject:   Antwort: Session ID help..
>
>
>
>
>
> Hi Adam,
>
> first of all it looks strange. It says your sessionId is saved in the
> cookie, yet you use a URL-Rewriting Method. Is this intentionally?
> Maybe you just need a CookieManager.
> But I had to grab a SessionId myself lately and used this RegEx:
> jsessionid=(\S+)"\s
> Maybe you have to change it a bit.
>
> Tell me if it helped.
>
> Greetings
>   Frank
>
>
>
> |-+

RE: RE: RE: Antwort: Session ID help..'Viren geprueft!'

2004-07-19 Thread Frank_Lindner




Try this RegEx JSESSIONID=(\S+);
But you need to RegEx on the Header. As far as I know this was implemented
in JMeter 2.0.0, so if your using any older version there's only the way
with the Cookie Manager.

My Scripts all look like this:
-HTTP request defaults
-Cookie Manager
-Assertion results
-View results tree
-Thread group
 -Simple controller
 -HTTP sampler
 -Response Assertion
 -Regex extractor
 -HTTP sampler
 -HTTP sampler
And it works for me.
As far as I know the response assertion always looks for the string and
can't do a RegEx.
So it is quite obvious why you get an assertion.

Hope this helps a bit further.

Greetings
Frank



|-+>
| |   Adam Smith   |
| |   <[EMAIL PROTECTED]|
| |   .com>|
| ||
| |   19.07.2004 15:45 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:RE: RE: Antwort: Session ID help..'Viren geprueft!'
  |
  
>--|




Ah, that is better, I found some useful info on these site as well:

http://www.regular-expressions.info/tutorial.html
http://tlc.perlarchive.com/articles/perl/pm0001_perlretut.shtml

Now I have a regex that works in the regex coach: JSESSIONID=(\w*);

So I've added this as a response assertion set to CONTAINS and TEXT
RESPONSE
(I've tried some other settings with the same result).  However the
assertion result each time is: Test failed, text expected to contain
/JSESSIONID=(\w*);/

:(

The response text I'm getting is:

Load time: 16
HTTP response code: 200
HTTP response message: OK

HTTP response headers:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Fri, 16 Jul 2004 13:48:24 GMT
Pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 01:00:00 GMT
Set-Cookie: JSESSIONID=3B4828D5880BEE2A528F185888686983; Path=/; Secure
Content-Type: text/html;charset=UTF-8
Content-Length: 3640


Any ideas?

Ta
adam

 -Original Message-
From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:19 July 2004 16:15
To:  JMeter Users List
Subject:   Re: RE: Antwort: Session ID help..'Viren geprueft!'





Hi Adam,

http://weitz.de/regex-coach/ here is a little Tool I use to test my RegEx.

I wonder why the Cookie Manager shouldn't work.
But anyways, if you post how the Response with yout SessionId looks like, I
can create a RegEx statement for you.

Greetings
  Frank



|-+>
| |   Adam Smith   |
| |   <[EMAIL PROTECTED]|
| |   .com>|
| ||
| |   19.07.2004 15:01 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>

>---

---|
  |
|
  |   An:   JMeter Users List <[EMAIL PROTECTED]>
|
  |   Kopie:
|
  |   Thema:RE: Antwort: Session ID help..'Viren geprueft!'
|

>---

---|




Hi Frank,

I want to simultaneously login as 10 different users, with different
jsessionid's - so I don't think I can do this with a Cookie Manager (I have
tried..).

I just tried that regex, I think you are right, I need to change it a bit!
Does anyone have a link to anything on the web that can help me?

Thanks
Adam

 -Original Message-
From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:19 July 2004 15:20
To:  JMeter Users List
Subject:   Antwort: Session ID help..





Hi Adam,

first of all it looks strange. It says your sessionId is saved in the
cookie, yet you use a URL-Rewriting Method. Is 

Re: RE: Antwort: Session ID help..'Viren geprueft!'

2004-07-19 Thread Frank_Lindner




Hi Adam,

http://weitz.de/regex-coach/ here is a little Tool I use to test my RegEx.

I wonder why the Cookie Manager shouldn't work.
But anyways, if you post how the Response with yout SessionId looks like, I
can create a RegEx statement for you.

Greetings
  Frank



|-+>
| |   Adam Smith   |
| |   <[EMAIL PROTECTED]|
| |   .com>|
| ||
| |   19.07.2004 15:01 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:RE: Antwort: Session ID help..'Viren geprueft!'
  |
  
>--|




Hi Frank,

I want to simultaneously login as 10 different users, with different
jsessionid's - so I don't think I can do this with a Cookie Manager (I have
tried..).

I just tried that regex, I think you are right, I need to change it a bit!
Does anyone have a link to anything on the web that can help me?

Thanks
Adam

 -Original Message-
From:  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:19 July 2004 15:20
To:  JMeter Users List
Subject:   Antwort: Session ID help..





Hi Adam,

first of all it looks strange. It says your sessionId is saved in the
cookie, yet you use a URL-Rewriting Method. Is this intentionally?
Maybe you just need a CookieManager.
But I had to grab a SessionId myself lately and used this RegEx:
jsessionid=(\S+)"\s
Maybe you have to change it a bit.

Tell me if it helped.

Greetings
  Frank



|-+>
| |   Adam Smith   |
| |   <[EMAIL PROTECTED]|
| |   .com>|
| ||
| |   19.07.2004 14:05 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>

>---

---|
  |
|
  |   An:   [EMAIL PROTECTED]
|
  |   Kopie:
|
  |   Thema:Session ID help..
|

>---

---|




Hi,

The site I am trying to test uses a jsessionid to maintain a session
instance.  I'm trying to set up a test that uses 10 threads, and 10 unique
users to log in to a site and access three pages.  My understanding of my
project is as follows:

-HTTP request sampler makes GET call (all of this is via HTTP
incidentally):  GET   (e.g. URL)
-The response includes a JSESSIONID in the Sampler Result
-There is a HTTP URL Re-writing modifier which should parse the
JSESSIONID, it has a session argument name "jsessionid"
-Another HTTP request samples makes a get call and appears to
add the
jsessionid on the end - POST
<
https://test.zoo-tech.com:443/j_security_check;jsessionid=2AFA71B5A32F6C331
BF7EED0142F4A5E>.  Note that the response does NOT include the jsessionid
again...
-So all good so far!
-Then I have another HTTP sampler, however, the request looks
like
this POST =

So, I am guessing that the re-writing modifier needs the param to be
returned every time?  I tried to use a regex extractor instead by adding
this to the first samples.  However, I cannot get this to work either...
Although this is my first attempt at regex, I am using
jsessionid=([0-9A-Z]); to try and parse from:

Load time: 16
HTTP response code: 200
HTTP response message: OK

HTTP response headers:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 19 Jul 2004 09:27:26 GMT
Pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 01:00:00 GMT
Set-Cookie: JSESSIONID=FAE7EDC8E0F20B552BAF99EFF4552D70; Path=/; Secure
Content-Type: text/html;charset=UTF-8
Content-Length: 3640

At the end of this my node tree is looking like this:

Antwort: Session ID help..

2004-07-19 Thread Frank_Lindner




Hi Adam,

first of all it looks strange. It says your sessionId is saved in the
cookie, yet you use a URL-Rewriting Method. Is this intentionally?
Maybe you just need a CookieManager.
But I had to grab a SessionId myself lately and used this RegEx:
jsessionid=(\S+)"\s
Maybe you have to change it a bit.

Tell me if it helped.

Greetings
  Frank



|-+>
| |   Adam Smith   |
| |   <[EMAIL PROTECTED]|
| |   .com>|
| ||
| |   19.07.2004 14:05 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   [EMAIL PROTECTED]  
 |
  |   Kopie:   
  |
  |   Thema:Session ID help..  
  |
  
>--|




Hi,

The site I am trying to test uses a jsessionid to maintain a session
instance.  I'm trying to set up a test that uses 10 threads, and 10 unique
users to log in to a site and access three pages.  My understanding of my
project is as follows:

-HTTP request sampler makes GET call (all of this is via HTTP
incidentally):  GET   (e.g. URL)
-The response includes a JSESSIONID in the Sampler Result
-There is a HTTP URL Re-writing modifier which should parse the
JSESSIONID, it has a session argument name "jsessionid"
-Another HTTP request samples makes a get call and appears to
add the
jsessionid on the end - POST
<
https://test.zoo-tech.com:443/j_security_check;jsessionid=2AFA71B5A32F6C331
BF7EED0142F4A5E>.  Note that the response does NOT include the jsessionid
again...
-So all good so far!
-Then I have another HTTP sampler, however, the request looks
like
this POST =

So, I am guessing that the re-writing modifier needs the param to be
returned every time?  I tried to use a regex extractor instead by adding
this to the first samples.  However, I cannot get this to work either...
Although this is my first attempt at regex, I am using
jsessionid=([0-9A-Z]); to try and parse from:

Load time: 16
HTTP response code: 200
HTTP response message: OK

HTTP response headers:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Mon, 19 Jul 2004 09:27:26 GMT
Pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 01:00:00 GMT
Set-Cookie: JSESSIONID=FAE7EDC8E0F20B552BAF99EFF4552D70; Path=/; Secure
Content-Type: text/html;charset=UTF-8
Content-Length: 3640

At the end of this my node tree is looking like this:

-Thread group
 -HTTP request defaults
 -Simple controller
 -HTTP sampler
 -Response Assertion
 -Regex extractor
 -Assertion results
 -HTTP sampler
 -HTTP sampler
 -View results tree
 -HTTP URL re-writing modifier
 -HTTP Header manager


Any help anyone can give would be very much appreciated!

Thanks,
adam


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Hi any one pls help me

2004-07-15 Thread Frank_Lindner




Hi,

maybe you want to try this in a Regular Expression Extractor: sid=(\S+)
supposed the String is only one line.

I use a little Win Prog for testing RegExpression maybe it wil help you
too. http://weitz.de/regex-coach/

Kind Regards
  Frank



|-+>
| |   Michael Stover   |
| |   <[EMAIL PROTECTED]|
| |   org> |
| ||
| |   15.07.2004 14:25 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   JMeter Users List <[EMAIL PROTECTED]>  
 |
  |   Kopie:   
  |
  |   Thema:Re: Hi any one pls help me 
  |
  
>--|




The problem is your regular expression.  .* will grab the whole page.

you'd be better off with something like

sid="?([[^ ]*)

But, I can only guess since I don't really know the nature of your sid
values.

-Mike

On Wed, 2004-07-14 at 22:28, Krishna, Raj wrote:
> Hi there,
>
>
>
> I am not able to capture and httprequest  attribute value
>
>
>
> sid=1401bc9b1cca027f83343a68204d8c9cce9f1f93c3d0a0acf90e8e2a1fef4adc2760
> 2f2e64092a65e8bda1c329e3c8f4ddd4ebb994c0cca5686a5c555a73bff1ba6ad6f4a4c1
> b3d3fd936fbd5a7c200b
>
>
>
> I have used the Regular Expression Extractor but in vain.
>
>
>
> This is what I have used.
>
>
>
> Regular expression :sid=(.*)
>
>
>
> And I tired this
>
>
>
> Regular expression :sid=(*)
>
>
>
> I am not able to capture this long length of number and letters. Pls if
> any one how to pls let me know.
>
>
>
> Cheers
>
> Raj
>
>
>
>
>
>
>
--
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JMeter 2.0.1 only returns Error Message'Viren geprueft!'

2004-07-13 Thread Frank_Lindner




Hi,

I tried current Version 2.0.1 but my Testscript only returns: Error 500:
String index out of range: -4

Under Version 1.9.1 or Nightly from 2003-12-10 everything works perfect.

Any help for this problem?

Thank You and kind regards
  Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Cascading of RegExtractors'Viren geprueft!'

2004-07-13 Thread Frank_Lindner




Hi,

I need to do the following

My last Pagerequest returned a HTML something like this:






  

20040706EL079







  

20040706EL080







  

20040706EL081



On the next Request I need the value of Radiobutton Selektion.

Now I need two Regular Expressions one searching for the last selected
Radiobutton
I used this: class="Attribut2">${AntrNr_alt}<(.*?)value="(\d+)">
For the first time it is called or if it fails finding the AntrNr_alt it
shall return 0. So that the first line will be selected.

The second Regular expression has to fill the AntrNr_alt (i.e the one i
will select on the next page). Because each line must only be selected one
time but will apear until the script has finished it's iteration.
I used this: name="Selektion"
value="${selektion}"(.*?)class="Attribut2">(\S+)

As u see the second RegEx uses the first RegEx as a Variable. Furthermore I
need this Variable to be Global for all Threads.

I have only 1 Real User but 250 Threads so all Threads will see all not yet
completed lines.

Any help will be apreciated.

Best regards
Frank


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: RE: RE: Re: Where to find nightly builds?

2004-06-22 Thread Frank_Lindner

Well thank you anyway.

Then I'll stick with official release 2.0.1 or any older that works for me.
Thought I could use some newer features.

Frank



|-+->
| |   "BAZLEY, Sebastian"   |
| |   <[EMAIL PROTECTED]|
| |   origin.com>   |
| | |
| |   22.06.2004 14:25  |
| |   Bitte antworten an|
| |   "JMeter Users List"   |
| | |
|-+->
  
>--|
  |
  |
  |   An:   'JMeter Users List' <[EMAIL PROTECTED]>
 |
  |   Kopie:   
  |
  |   Thema:RE: Antwort: Re: Where to find nightly builds? 
  |
  
>--|




If there are no files, then it means that one or more other projects that
JMeter depends on failed to build, or there's a general problem with the
build system.

Either try again, or have a look at some earlier builds, see for example:

http://gump.covalent.net/jars/2004-06-17/jakarta-jmeter/  etc

Also, JMeter 2.0 branch builds are at

http://gump.covalent.net/jars/latest/jakarta-jmeter-20/
and
http://gump.covalent.net/jars/2004-06-17/jakarta-jmeter-20/  etc

Sorry, but if there are no builds on covalent, there's nowhere else that
producee them currently.

S.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 22 June 2004 09:56
To: JMeter Users List
Subject: Antwort: Re: Where to find nightly builds?



Hi,

thanks Sebastian, but I tried this link
http://gump.covalent.net/jars/latest/jakarta-jmeter/ and found no files.
Yesterday (04/06/21) I found only a _api.zip but no _bin.zip.

Are there any alternative links/pages?

Thank you and greetings
  Frank



|-+>
| |   "Sebastian   |
| |   Bazley"  |
| |   <[EMAIL PROTECTED]>|
| ||
| |   22.06.2004 00:59 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>

>
---
---|
  |
|
  |   An:   "JMeter Users List" <[EMAIL PROTECTED]>
|
  |   Kopie:
|
  |   Thema:Re: Where to find nightly builds?
|

>
---
---|




The JMeter Home page (http://jakarta.apache.org/jmeter/) has a link
entitled
"Nightly Builds" which leads to:

http://jakarta.apache.org/jmeter/nightly.html

where you can find the links to the jars, as well as some instructions.
[The second link no longer works]

Please note that there are no guarantees that these builds will work
properly, or at all.

S.
- Original Message -
From: "Remedy QA" <[EMAIL PROTECTED]>
To: "JMeter Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 21, 2004 11:28 PM
Subject: Re: Where to find nightly builds?


> http://gump.covalent.net/jars/
>
> There are two builds of JMeter
>
> jakarta-jmeter: main line
> jakarta-jmeter-20
>
> [EMAIL PROTECTED] wrote:
>
> Hi,
>
> where can I find the latest nightly builds? The links at the Homepage
don't
> show a .bin file.
>
> Thanks
> Frank
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> Do you Yahoo!?
> Yahoo! Mail - Helps protect you from nasty viruses.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


___

This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destro

Antwort: Re: Where to find nightly builds?

2004-06-22 Thread Frank_Lindner

Hi,

thanks Sebastian, but I tried this link
http://gump.covalent.net/jars/latest/jakarta-jmeter/ and found no files.
Yesterday (04/06/21) I found only a _api.zip but no _bin.zip.

Are there any alternative links/pages?

Thank you and greetings
  Frank



|-+>
| |   "Sebastian   |
| |   Bazley"  |
| |   <[EMAIL PROTECTED]>|
| ||
| |   22.06.2004 00:59 |
| |   Bitte antworten  |
| |   an "JMeter Users |
| |   List"|
| ||
|-+>
  
>--|
  |
  |
  |   An:   "JMeter Users List" <[EMAIL PROTECTED]>
 |
  |   Kopie:   
  |
  |   Thema:Re: Where to find nightly builds?  
  |
  
>--|




The JMeter Home page (http://jakarta.apache.org/jmeter/) has a link
entitled
"Nightly Builds" which leads to:

http://jakarta.apache.org/jmeter/nightly.html

where you can find the links to the jars, as well as some instructions.
[The second link no longer works]

Please note that there are no guarantees that these builds will work
properly, or at all.

S.
- Original Message -
From: "Remedy QA" <[EMAIL PROTECTED]>
To: "JMeter Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 21, 2004 11:28 PM
Subject: Re: Where to find nightly builds?


> http://gump.covalent.net/jars/
>
> There are two builds of JMeter
>
> jakarta-jmeter: main line
> jakarta-jmeter-20
>
> [EMAIL PROTECTED] wrote:
>
> Hi,
>
> where can I find the latest nightly builds? The links at the Homepage
don't
> show a .bin file.
>
> Thanks
> Frank
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> Do you Yahoo!?
> Yahoo! Mail - Helps protect you from nasty viruses.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Where to find nightly builds?

2004-06-21 Thread Frank_Lindner

Hi,

where can I find the latest nightly builds? The links at the Homepage don't
show a .bin file.

Thanks
  Frank



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Antwort: Web Test---Error

2004-02-19 Thread Frank_Lindner

Hello,

take a look at the "Browser Header" Information for each Request. Maybe
there ist a Hostvariable you hae to change as well.

Greets
  Frank



|-+--->
| |   jayanthi.chakravarth|
| |   [EMAIL PROTECTED] |
| |   |
| |   28.01.2004 21:44|
| |   Bitte antworten an  |
| |   "JMeter Users List" |
| |   |
|-+--->
  
>--|
  |
  |
  |   An:   [EMAIL PROTECTED]  
 |
  |   Kopie:   
  |
  |   Thema:Web Test---Error   
  |
  
>--|




> Hello,
> I am a new user to jmeter. I am trying to simulate an HTTP test on one of
> my web server. I am using the 1.9.1 version of jmeter. In the demo
> documentation it was mentioned that, for all the Test Plan that we are
> building, all HTTP requests will be sent to the same Web server,
> jakarta.apache.org.
> But then, when I change the server name to customize to my situation, I
> encountered  a   java.net error  , saying "Hostname exception"
Please let me know the fix


> Thank you,
>
>
> regards,
>
> CHAKRAVARTHY Jayanthi
>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ISt it possible to Log/Print/Display the outcome of a RegEx?

2004-02-06 Thread Frank_Lindner
Hi,

I need to know the outcome of RegEx. How can I print it to a Log or display
it?

Thanks in advance



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How do you manipulate a counter?

2004-01-08 Thread Frank_Lindner

I need to manipulate a counter, how can i do this?
I need the counter as a control parameter.

My testscript should do something like that:

Login

Loop: (for i=0;1000;1)
  http://server/presentationframe?counter=i
  http://server/presentationframe?counter=i+1
  http://server/presentationframe?counter=i+2
  http://server/presentationframe?counter=i+3

Logout

Thanks in advance
  Frank



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Dynamical Ramp Up/Ramp Down

2003-12-11 Thread Frank_Lindner
Hello,

I'm new to JMeter and this Mailing List but I sincerely need some
assistance.

I need to create the following:

The TestPlan should start with 'x' user (e.g. x=7) then it should run for a
couple of minutes.
After this period there should start 3 additional users every 3 minutes.
This will continue until 'y' users are runnnig (e.g. y=40).
Now all 3 Minutes the 3 longest running users should stop running.

Is this possible to create? I hope I made myself clear.

Thank you in advance.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]