RE: JDBC listener

2004-12-07 Thread Stedham, Richard
Thanks I searched the list for JDBC not database. I have found the thread to mentioned. Richard Stedham -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 17:22 To: JMeter Users List Subject: Re: JDBC listener *** WARNING *** This mail has

regular extractor problem.!!!

2004-12-07 Thread Raminder Singh
hi all, I'm new at this group and currently working in JMeter. I'm facing a problem. While getting a response, i have to extract value of fareindex=0(it keep on 1,2,3... as multiple fareindex exits in response) i'm using regular expression extractor with: Reference Name:FD Regular Expression:(\d+?)

confusion of regex

2004-12-07 Thread Liao, Avian
Hi, All, I used to confused of the fields of Regular Expressions Extractor, and with help from Kyle, I get it resolved, and hope my mistake won't repeat in your case. Regular Expression Extractor: Reference Name: >>You can name whatever name you like (myName) Regular Expressions: >>> This

RE: Can regular expression extract the value between

2004-12-07 Thread Liao, Avian
Kyle, Thanks for the suggestion, and I do believe that regular expressions is main key for my testing. I bought a book of regular expression from O'reilly, however, my reading speed cannot catch my working schedule, and I am totally new to Jmeter and regular expressions, so that makes frustrat

RE: Can regular expression extract the value between

2004-12-07 Thread Kyle McAbee
Dear Avian Liao and JMeter Users List: A regular expression can extract the value between "" and "". That is one of the commonest tasks we can use regular expressions for. To extract " Avian's testing " or "Today " from the examples in Avian's message: Target: target_text Regex: ]+>([^<]+) No

Can regular expression extract the value between

2004-12-07 Thread Liao, Avian
Hi, all, If I need to extract the value after "_object_Event_var = " and also belong to hyperlink "Avian's testing" , can Jmeter's regular expression extractor do it? In my page, the value after "_object_Event_Var" change every time when I execute this page, so I need to use regular expression

Can Only Access Local Web Services?

2004-12-07 Thread Dana Kaufman
I downloaded and configured JMeter 2.0.2 to call a simple Web service. It works and I get test results if my Web service is on a local machine. If I try to test a Web service running on another computer it fails. I have tried this on two computers with the same results. How can I test against r

RE: perl and regular expressions

2004-12-07 Thread Liao, Avian
Hi, Sebb, I try to use beanshell sampler to : 1. try to access all the variables or data that Jmeter extractwhen I needed 2. may need to use beanshell to work around with regular expression, when needed Foe exapmple, when I use View Result in Tree listenser, I saw all the reponse data, and

RE: WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here

2004-12-07 Thread Liao, Avian
Hi, Peter, My test script works fine, and you can use your time in other more important issues. Thanks! -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:20 AM To: JMeter Users List Subject: Re: WARN - jmeter.gui.tree.JMeterTreeListener: Sh

RE: The Regular Expressions Extractor problem

2004-12-07 Thread Liao, Avian
Hi, Kyle, Now, I know what confused me and my computer. Thanks for clearing that out. And hope it won't happen to other people. Avian -Original Message- From: Kyle McAbee [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:20 AM To: Liao, Avian Subject: RE: The Regular Expressi

RE: question of Regular Expressions

2004-12-07 Thread Liao, Avian
Hi, Sebb, The page looks like this: https://erfx.uat.enporion.com/instance/processPost?_processid=3FFBB12D-AEB8-84B4-4995-B648B69EC797&_component=Main_Page&_selfLoadingURL=%2Fdcmenus%2FMain_Page%2Fmenugui.jsp"; (first Page) I need to extract the value after _processid=, so I use regular expres

Re: WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here

2004-12-07 Thread Peter Lin
there's many unknowns :) As long as JMeter works reliably and consistently for you, that's what matters. If it didn't I'd be concerned and try to figure out why. peter On Tue, 7 Dec 2004 12:53:00 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, Sebb, > > You are right, it doesn't matter to

RE: WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here

2004-12-07 Thread Liao, Avian
Hi, Sebb, You are right, it doesn't matter to my execution, and if the reason is unknown, then I will just leave it that way. AL -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 2:53 AM To: JMeter Users List Subject: Re: WARN - jmeter.gui.tree.J

Re: JDBC listener

2004-12-07 Thread sebb
On Tue, 07 Dec 2004 15:22:08 +, Stedham, Richard <[EMAIL PROTECTED]> wrote: > > Has anybody thought about a JDBC listener so that the results can be > inserted into a database for reporting purposes? I realise the XML can be > parsed and inserted into a database but having JMeter do this would

Resolved: RegEx Extractor Question

2004-12-07 Thread Guy
After much trial and error, I resolved this problem. I extract into regExApplicationId, using Match No. 1 and this regex: APPLICATIONID=(\d+) Later in the test plan I place it under "Send Parameters with the Request" as: Name = APPLICATIONID Value = ${regExApplicationId_g1} The para

X-Login-SID

2004-12-07 Thread Andre Ricardo Corneta
What is this? "X-Login-SID" Thank's André. -Mensagem original- De: CABOU Carl [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 7 de dezembro de 2004 14:52 Para: '[EMAIL PROTECTED]' Assunto: Calling stored procedure Hi all !! I'm using Jmeter 2.0.2 to perform load tests on an Ora

Calling stored procedure

2004-12-07 Thread CABOU Carl
Hi all !! I'm using Jmeter 2.0.2 to perform load tests on an Oracle database. How can I call an Oracle stored procedure using a jdbc sampler ? Best regards. Carl.

RE: question of Regular Expressions

2004-12-07 Thread Kyle McAbee
Dear Avian Liao and JMeter users: Try putting your regular expression and web page text in a regular expression tester. Test the regular expression to make sure it matches the target string in the web page. Suggestions that do not matter for your central problem: You can simplify the expressio

JDBC listener

2004-12-07 Thread Stedham, Richard
Has anybody thought about a JDBC listener so that the results can be inserted into a database for reporting purposes? I realise the XML can be parsed and inserted into a database but having JMeter do this would be easier. Not sure what the performance implications are, just sounding out the idea

RegEx Extractor Question

2004-12-07 Thread Guy
Folks, I cannot get a RegEx to extract properly in JMeter, although it works fine in other RegEx testers. I have a response page that includes this text: APPLICATIONID=12210380 This occurs on the page multiple times, but the digits are always the same, so I don't care which one I extract.

Re: Bean Shell : keeping variables state between iteration.

2004-12-07 Thread sebb
Try it in the startup script, which is processed once for each instance. S. On Tue, 07 Dec 2004 14:53:42 +, Eric Laverge <[EMAIL PROTECTED]> wrote: > Hello again Sedd. > > For my variable initialization problem, there is something I dont get. I > did a simple Test : > > Object myObj

RE: BeanShell and Calendar

2004-12-07 Thread Paul Kronquist
Yep, that worked. Thanks for your help! Paul Kronquist -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 5:01 PM To: JMeter Users List Subject: Re: BeanShell and Calendar On Fri, 3 Dec 2004 14:07:40 -0600, Paul Kronquist <[EMAIL PROTECTED]> wrote:

Re: Bean Shell : keeping variables state between iteration.

2004-12-07 Thread Eric Laverge
Hello again Sedd. For my variable initialization problem, there is something I dont get. I did a simple Test : Object myObj = null; // Will be reset avery iteration. Where should I put this line ? if(myObj == null) { myObj = "random_" + new Object().hashCode();

Re: JMeter jmx File Format

2004-12-07 Thread Peter Lin
one of these days we need to get out a 2.1 release with a ton of changes and updates. the new format you see was done by mike using XStream. Not only does it load faster, but it has the benefit of being easier to read. peter On Tue, 7 Dec 2004 09:07:22 +0100 (CET), [EMAIL PROTECTED] <[EMAIL PROT

Re: question of Regular Expressions

2004-12-07 Thread sebb
On Mon, 6 Dec 2004 16:47:09 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, > > I try to use regular Expression Extractor to catch the following: > > "3FFBE12D-AA29-B37B-4612-8173B7C2CCE7" > > and I use the Regular Expression Extractor: > Reference Name: AAA > Regular Expression: AAA = (\w*-

Re: WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here

2004-12-07 Thread sebb
On Mon, 6 Dec 2004 18:07:48 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, > > In my Log file, I keep having the following message: > > " WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here " I think this has been seen before, but the cause is unknown. > Should I put the listene

Re: perl and regular expressions

2004-12-07 Thread sebb
On Mon, 6 Dec 2004 18:20:38 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, All, > > It's me again. Can I write regular expressions in Perl? If I can, where > should I put it? Beanshell sampler? JMeter uses Apache ORO for processing regular expressions - see http://wiki.apache.org/jakarta-jm

Re: JMeter jmx File Format

2004-12-07 Thread sebb
On Tue, 7 Dec 2004 09:07:22 +0100 (CET), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi!! > > I have a question regarding to the jmx xml-file format. In a nightly build > in the past, there was the file format easier to understand and to write. > But now, the newest jmeter version cannot read

JMeter jmx File Format

2004-12-07 Thread icq
Hi!! I have a question regarding to the jmx xml-file format. In a nightly build in the past, there was the file format easier to understand and to write. But now, the newest jmeter version cannot read such testplans in the new file format. Have anyone furhter information? Best regards, Carsten