Re: Test Script Recorded: change suggested excludes

2015-01-28 Thread Felix Schumacher
Am 28.01.2015 um 21:19 schrieb Philippe Mouawad: Hi, @sebb, Felix, shouldn't we update default one in new version ? +1 I have done some simple tests and benchmarking with non capturing groups. They work and seem to be a tad faster, when done in insane amounts. On my computer 10.000.000 round

Re: Test Script Recorded: change suggested excludes

2015-01-28 Thread Philippe Mouawad
Hi, @sebb, Felix, shouldn't we update default one in new version ? Thanks On Wed, Jan 28, 2015 at 4:50 PM, Flavio Cysne wrote: > Yes, you're right, don't need these bars. Nice to know about non-capturing > groups and its better performance, never used them before. > > Kudos > Em 27/01/2015 14:3

Re: JSON Empty or null

2015-01-28 Thread UBIK LOAD PACK Support
Hi, Javascript has the worst performances. Regexp can be ok if JSON is not too complex, particularly the thing you want to extract. You can read these methods on JSON use in JMeter: - http://eclipsesource.com/blogs/2014/06/12/parsing-json-responses-with-jmeter/ - http://www.ubik-ingenierie.com/blo

Re: Test Script Recorded: change suggested excludes

2015-01-28 Thread Flavio Cysne
Yes, you're right, don't need these bars. Nice to know about non-capturing groups and its better performance, never used them before. Kudos Em 27/01/2015 14:31, "Felix Schumacher" escreveu: > > > Am 27. Januar 2015 14:02:40 MEZ, schrieb Flavio Cysne < > flaviocy...@gmail.com>: > >Testing some JS

how to get throughput

2015-01-28 Thread Erez Naim
Hi, I am using LINUX Jmeter script and I want to know if I can get throughput. All I get is the following table from the JTL files: Load Test Results Date report: date not defined Designed for use with JMeter and Ant.

RE: JSON Empty or null

2015-01-28 Thread Erez Naim
REGEX Extractor is not much more performance expensive than JSON Path Extractor? -Original Message- From: Jeff Ohrstrom [mailto:johrst...@hotmail.com] Sent: Wednesday, January 28, 2015 10:57 AM To: JMeter Users List Subject: Re: JSON Empty or null Perhaps you should use the regular ex

Re: JSON Empty or null

2015-01-28 Thread Jeff Ohrstrom
Perhaps you should use the regular expression extractor instead. Or implement a JSR223 (or similar) post processor. On Wed, 2015-01-28 at 10:51 +0200, Erez Naim wrote: > Hi, > > > > I am using this in my script: > > > > Thread Group > > > >While loop (condition: ${__javaScript("${

JSON Empty or null

2015-01-28 Thread Erez Naim
Hi, I am using this in my script: Thread Group While loop (condition: ${__javaScript("${nikitaShalom}" != "${str}")} ) HTTP sampler request JSON Path Extractor ($.events[1].subEvents[0].eventName) Default Value: NOT_FOUND I have noticed that I am getting thi