Writing response to file based on Regex Extractor Result?

2007-04-30 Thread Marc Anthony Winoto
I have: TCP Sampler Regular Expression Extractor +- the regex is: (-\d+). I am trying to match on negative numbers. The variable name is failed. If Controller +- if "${failed}" == "-1" +-- Save Responses to a file (this doesn't work) I am pretty sure the If Controller and regex work as I had a

jmeter/ssl problem

2007-04-30 Thread David Rafkind
Hello, I am running JMeter 2.2 (with jdk1.5.0) with the following command line: ./jmeter -n -t script.jmx -Jjmeter.save.saveservice.output_format=xml - Jjmeter.save.saveservice.saveout=true - Jjmeter.save.saveservice.assertion_results_failure_meassage=true - Jjmeter.save.saveservice.data_type=tr

Re: Regexp

2007-04-30 Thread lists
ah ha, excellent thanks! Dan > See > > http://wiki.apache.org/jakarta-jmeter/RegularExpressions > > for links to RE testers > > On 30/04/07, Matthew Coventon <[EMAIL PROTECTED]> wrote: >> This is kind of a hack, but what I do is run my sampler in JMeter with >> View >> Results Tree Listener. The

Re: Regexp

2007-04-30 Thread sebb
See http://wiki.apache.org/jakarta-jmeter/RegularExpressions for links to RE testers On 30/04/07, Matthew Coventon <[EMAIL PROTECTED]> wrote: This is kind of a hack, but what I do is run my sampler in JMeter with View Results Tree Listener. Then I cut and paste the response data to JEdit. JEd

RE: Regexp

2007-04-30 Thread Matthew Coventon
This is kind of a hack, but what I do is run my sampler in JMeter with View Results Tree Listener. Then I cut and paste the response data to JEdit. JEdit has Search/Find using regex. I experiment in JEdit until I get it to work and then put the regex into JMeter (remembering to escape any comma's

Regexp

2007-04-30 Thread lists
Hi all, I'm having some hassles getting a regexp working. Is there an easy way i can test my regexp via some sort of command line interface rather than via the full blown jmeter app? Thanks, Dan - To unsubscribe, e-mail: [EMAIL

Re: Analysing the test results

2007-04-30 Thread Matt
The listeners gives some good basic analysis. Has anyone wrote any excel or mysql prog to extract better output? i.e. like ramp-up threads against throughput/transaction times? TIA, Matt On 29/04/07, Dion Gillard <[EMAIL PROTECTED]> wrote: Have you read http://jakarta.apache.org/jmeter/user