Re: Test Script Recorder XML Regex Matching

2014-09-29 Thread sebb
On 29 September 2014 11:24, Felix Schumacher felix.schumac...@internetallee.de wrote: Am 29.09.2014 11:56, schrieb sebb: On 28 September 2014 18:11, Felix Schumacher felix.schumac...@internetallee.de wrote: Am 22.09.2014 um 11:13 schrieb Marijn Wijbenga: I've attached a jmeter project file

Re: Test Script Recorder XML Regex Matching

2014-09-29 Thread sebb
On 29 September 2014 15:49, Felix Schumacher felix.schumac...@internetallee.de wrote: Am 29. September 2014 12:46:19 MESZ, schrieb sebb seb...@gmail.com: On 29 September 2014 11:24, Felix Schumacher felix.schumac...@internetallee.de wrote: Am 29.09.2014 11:56, schrieb sebb: On 28 September

Re: TCP Sampler with TLS

2014-09-23 Thread sebb
On 22 September 2014 14:10, George bamboocha...@yahoo.de wrote: Hello, i would like to use the TCP Sampler and sent a text to my server using TLSv1.2 To make it more harder i want to use mutual ssl. I have a .p12 file and i use the SSLManager to load the client certificate + key (.p12

Re: Requesting help with regex and string usage

2014-09-23 Thread sebb
Also see the ForEach Controller: http://jmeter.apache.org/usermanual/component_reference.html#ForEach_Controller This is intended for use with the Regex Extractor. If it is difficult to write a single RE to both extract the string and convert it into a a list of IDs, note that the Regex

Re: Requesting help with regex and string usage

2014-09-23 Thread sebb
. Can someone please point me to an *idiot-proof* description with, preferably, sample code? http://jmeter.apache.org/usermanual/test_plan.html describes the different test element types Thank you kindly, Bohdan -Original Message- From: sebb [mailto:seb...@gmail.com] Sent

Re: Test Script Recorder XML Regex Matching

2014-09-20 Thread sebb
On 19 September 2014 16:45, Marijn Wijbenga marijn.wijbe...@cgpbooks.co.uk wrote: Hi, I have an issue, which might well be a potential bug, where a posted value is not being matched by the Test Script Recorder's Regex Matching functionality. The request I'm recording has a post value

Re: Help Needed - Wait for response pattern in TCP sampler

2014-09-19 Thread sebb
On 11 August 2014 11:09, Vinoth raj vinoth@gmail.com wrote: Is there a way in Jmeter to wait for a specific response pattern for a TCP request. I created two requests, one for login and one for user status change. For a login request on server side, a response is sent and also other

Re: How to send file with Beanshell

2014-09-12 Thread sebb
On 12 September 2014 14:25, bobMeliev b.mel...@gmail.com wrote: I want to send file with Beanshell but getting error: Why can you not use the standard HTTP sampler? Error in method invocation: Method setHTTPFiles( org.apache.jmeter.protocol.http.util.HTTPFileArg ) not found in

Re: Unique values pick up from CSV file

2014-09-11 Thread sebb
On 11 September 2014 12:16, Flavio Cysne flaviocy...@gmail.com wrote: CSV Dataset Config, when 'Recycle on EOF' is true and 'Stop thread on EOF' is false, will start reading the first line again when next thread requires new data and file reader gets to EOF. Each thread in the same JMeter

Re: Sending messages to EMS queue using Jmeter running on a machine outside the domain

2014-09-11 Thread sebb
September 2014 16:34, Kulkarni, Nilesh nkulka...@firstam.com wrote: Thanks for your response. I am using JMeter 2.11 Windows 2008 R2 OS and java 1.7.0. The sampler I am using is JMS publisher. Thanks! -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September

Re: Sending messages to EMS queue using Jmeter running on a machine outside the domain

2014-09-11 Thread sebb
is being stripped, that must be occurring in the JMS library that you are using. Try contacting the JMS provider via their support channels. Thanks, Nilesh From: sebb-2-2 [via JMeter] [mailto:ml-node+s512774n5721020...@n5.nabble.com] Sent: Thursday, September 11, 2014 6:33 AM To: Kulkarni, Nilesh

Re: Sending messages to EMS queue using Jmeter running on a machine outside the domain

2014-09-10 Thread sebb
On 9 September 2014 22:20, papayaseed nkulka...@firstam.com wrote: I am running Jmeter on a machine outside the domain where ems is running. EMS is running on port 1722 and firewall between Jmeter server and EMS server are open on port 1722. Which version of JMeter? OS? Java? The Jmeter is

Re: Connection Timeout with timeout = 0

2014-09-09 Thread sebb
On 9 September 2014 14:10, Brian Devaney bdeva...@docfinity.com wrote: I have a series of test scripts where the only error that I am getting is a ConnectException Connection Timed Out error every so often. I want to find out how long the worst of these calls take, so I do not want to see a

Re: Connection Timeout with timeout = 0

2014-09-09 Thread sebb
(JMeterThread.java:257) at java.lang.Thread.run(Thread.java:722) That is timing out on the connect, which I think may well have an OS upper limit. But in any case, it is not getting as far as starting to process the request. On Tue, 2014-09-09 at 14:20 +0100, sebb wrote: On 9 September 2014 14:10, Brian

Re: BD5 check on downloaded byte stream

2014-09-05 Thread sebb
On 4 September 2014 18:13, Vipin Jain vipin.r...@gmail.com wrote: Hi I am doing JMeter to verify Performance testing of Rest APIs There is on API which download document from sharepoint server. In this API call response I am getting byte stream, I have put MD5Hash assertion to the response

Re: Log/Display Only Errors option in non-GUI mode

2014-08-20 Thread sebb
The JMeter properties only apply to the logger provided via the command-line flag -l Also there is currently no property that corresponds to the Log/Display only checkboxes on the GUI Listener config. The logger added using the -l option always logs every sample. You can add a Simple Data Writer

Re: Where is the correct place for a synchronizing timer?

2014-08-12 Thread sebb
...@gmail.com wrote: Hello, Could you show the structure of your plan . Run it with initial ramp up and check ok Run it with new ramp up and check ko, if ko show the errors you get Thanks On Tuesday, August 12, 2014, Pickard, Nigel npick...@platformq.com wrote: Thanks for the reply Sebb

Re: Where is the correct place for a synchronizing timer?

2014-08-11 Thread sebb
I've not looked at the post in detail, but would just point out that Timers are executed AFTER every request that is in scope. As such, it does not make sense to say that the timer is at the top. See: http://jmeter.apache.org/usermanual/test_plan.html#scoping_rules On 11 August 2014 23:15,

Re: HTTPS Test Script Recorder certificate problems

2014-08-08 Thread sebb
On 8 August 2014 07:51, A D vodkasn...@hotmail.com wrote: Use Java 6 instead of Java 7 with sudo update-alternatives --config java. This worked for me on. The problem is that keytool in Java 6 may not include all the features JMeter needs. Date: Fri, 8 Aug 2014 01:52:56 +0100 Subject: Re:

Re: Issue in Distributed Testing

2014-08-07 Thread sebb
On 7 August 2014 09:32, Sandhya Kiran sandhya.ki...@mimos.my wrote: Hi Jeff, Thanks for the information. I had missed to place the CSV data file (parameterized users) in Slaves and provide the file path in Jmeter Master. When placed the file and executed the script, the script is executed

Re: HTTPS Test Script Recorder certificate problems

2014-08-07 Thread sebb
On 25 July 2014 20:30, Doug Breaux doug.bre...@gmail.com wrote: I've updated my PATH to include keytool: https://wiki.apache.org/jmeter/TestRecording210 I've deleted the proxyserver.jks file:

Re: Issues(browser/Jmeter)

2014-08-06 Thread sebb
On 6 August 2014 05:46, Mahadev Karpe mahadev.ka...@mphasis.com wrote: Hi Sebb, I am using Jmeter 2.11 version, OS- Win 7(32 bit), Java-1.7. I am not getting any errors but pages itself not recording. When I start recording pages get loading on browser. Do you mean that the browser shows

Re: Issues(browser/Jmeter)

2014-08-05 Thread sebb
On 5 August 2014 08:46, Mahadev Karpe mahadev.ka...@mphasis.com wrote: Hi Team, I am facing issues with browser proxy settings. Are you sure? What is the error message? What version of JMeter? Java? OS? When I walk through normal flow of an application which I want to record its working

Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

2014-08-04 Thread sebb
On 4 August 2014 11:11, Ashish Gupta gash...@netiq.com wrote: Hi Team, Please suggest me on below I am using apache jmeter version 2.11r1554548 on windows 2008 R2. I have Jmeter setup on an machine which has multiple ip address assigned, simple ipconfig output is below

Re: IP spoofing with Apache Jmeter 2.11r1554548 on windows OS

2014-08-04 Thread sebb
set up a different Jmeter instance for each IP address, each with their own jmeter.property file. No need, as the HTTP Sampler can be configured to spoof. Each instance was configured according to Sebb instruction. Furthermore, I configured a master instance to gather the data, then I started

Re: Stop Test when Thread Group #2 Stops

2014-08-01 Thread sebb
On 1 August 2014 23:34, Harperdev hcappd...@gmail.com wrote: I have two threads groups: Thread group #1 loops forever (in the Thread Group settings Loop Count Forever is checked) Thread group #2 has a loop count limit (say 1000) How can I get thread group #1 to stop when thread group #2

Re: Config Element:Counter based on Thread/User number?

2014-07-30 Thread sebb
On 30 July 2014 22:06, rxfillpharm rxfillph...@yahoo.com.invalid wrote: Hello, New to JMETER , and have a question regarding Config Element-Counter. In my thread group, my first element is a Counter. I want to use this counter to construct a logon id, where logon ids are user0001, user0002,

Re: Summarizer from saveservice.properties not used.

2014-07-28 Thread sebb
...@gmail.com wrote: or you could just write code in java and invoke it from a beanshell listener (though i second what was told to you previously - its easier to load the the .jtl/.csv result of a test run into a DB) On Thu, Jul 24, 2014 at 7:37 AM, Yogesh Rao yog...@gmail.com wrote: HI Sebb

Re: Customizable Summariser Needed

2014-07-28 Thread sebb
On 28 July 2014 17:41, Yogesh Rao yog...@gmail.com wrote: Hello All, We are needing a customizable Summariser feature in JMeter which could help us log the summary records in a format needed by our application. The customisable summariser would enable us get the realtime status of the test

Re: BeanShell PreProcessor doesn't seem to work as I expect

2014-07-28 Thread sebb
A Pre-Processor is only run just before a sampler. On 29 July 2014 04:06, Nigel Donaldson ndonald...@aconex.com wrote: I have the following arrangement in a Test Plan: Thread Group - Module Controller where the module references/includes the following: Test Fragment - Transaction

Re: Error reading key store on Windows

2014-07-27 Thread sebb
On 26 July 2014 14:43, Daniel Wilson dwil...@yearcap.com wrote: In order to get the key store into an area in which I have write rights, I have added this to my system.properties file: proxy.cert.directory=d:\ Why did you add quotes? *jmeter.protocol.http.proxy.ProxyControl: Could not

Re: Summarizer from saveservice.properties not used.

2014-07-24 Thread sebb
On 24 July 2014 10:34, Yogesh Rao yog...@gmail.com wrote: Hi, I had a quick question on extension of Summariser class as we wanted to push the information into database (we plan to have the db insert async). I did notice that there is the saveservice.properties which is available in /bin

Re: Summarizer from saveservice.properties not used.

2014-07-24 Thread sebb
http://jmeter.apache.org/extending/jmeter_tutorial.pdf On 24 July 2014 15:37, Yogesh Rao yog...@gmail.com wrote: HI Sebb, I saw the listeners which you mentioned. please correct my understanding here ... I will have to write a class which implements TestStateListener and SampleListener

Re: send response to output in beanshell sampler

2014-07-24 Thread sebb
On 7 July 2014 15:19, 黄吉浩 13651877...@163.com wrote: hi, all I've write a beanshell sampler to successfully send request to the server by using some APIs offered by some jar packages. I've also got the response for every request. The response is a string and I want to collect and save them

Re: Module controller loosing Module to run

2014-07-02 Thread sebb
On 2 July 2014 07:09, Wei Yi sc.yi...@gmail.com wrote: If you have ever used text editor to open the scripts, then you can see the they are linked by the actual name under collectionProp of ModuleController. This behavior bothers me too since as long as I changed the name of the test

Re: jMeter Use beanshell to call a test fragment

2014-07-01 Thread sebb
On 1 July 2014 11:22, Tiago Neto Rodrigues tjrodrig...@criticalsoftware.com wrote: Can I call a jMeter test fragment or any other sampler from a beanshell sampler? Why would you want to do this? It goes against the design of JMeter. I search on https://jmeter.apache.org/api/ but I did not

Re: Failed to create UDP port

2014-07-01 Thread sebb
On 1 July 2014 10:28, Shay Ginsbourg sginsbo...@gmail.com wrote: Hi, What can be done to prevent non-GUI Jmeter from failing to run and producing the following message: Failed to create UDP port ? See the following section in jmeter.properties: # If running non-GUI, then JMeter listens on

Re: Custom Configuration Plugin

2014-07-01 Thread sebb
On 1 July 2014 08:22, Sam Drew sam.d...@forgerock.com wrote: I’m trying to write a custom JMeter module, that will run a Java method that I use for Server Setup and returns MapString,String as configuration properties that can be used in sampling. How are you going to use the Map? Why are

Re: jMeter Use beanshell to call a test fragment

2014-07-01 Thread sebb
. Thanks -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: terça-feira, 1 de Julho de 2014 11:59 To: JMeter Users List Subject: Re: jMeter Use beanshell to call a test fragment On 1 July 2014 11:22, Tiago Neto Rodrigues tjrodrig...@criticalsoftware.com wrote: Can I call

Re: How can I create a custom Jmeter graph results over ssh

2014-06-27 Thread sebb
On 27 June 2014 11:38, Александр Илюшкин positivea...@gmail.com wrote: Hey everyone, I hope you're having a good day. Now I briefly explain the problematic. I have a program running on linux and this program has option to use libheap library which is actually replaces memory allocation

Re: How can I create a custom Jmeter graph results over ssh

2014-06-27 Thread sebb
Or if you really want to do it using JMeter, fetch the data directly from the Linux system. The sampler would need to connect to the Linux host and connect to an app that returns the processed data. You could probably enhance the Ruby app to issue the signal as well as process the output.

Re: Exception while executing Java in Jmeter

2014-06-23 Thread sebb
On 23 June 2014 16:18, Deepak Shetty shet...@gmail.com wrote: Hi I believe you are missing some jars BSF only provides the scripting wrapper (as does JSR-223) so you still need to download the appropriate languange implementation. .. and the documentation for BSF shows a convoluted version

Re: __V function not working as I'd expect it to

2014-06-20 Thread sebb
On 20 June 2014 10:07, ZK stevesenio...@gmail.com wrote: Hi, looks correct, are you sure you have a value assigned to ${JobPartID_1} As if it is empty it can just display JobPartID_1 Not quite. If the variable VAR is not defined, then ${VAR} cannot be resolved and the string is left as ${VAR}

Re: LengthPrefixedBinaryTCPClientImpl issue

2014-06-17 Thread sebb
On 17 June 2014 08:41, Vinoth raj vinoth@gmail.com wrote: Your response is really interesting. I already tried with log_level.jmeter.protocol.tcp=DEBUG setting and also looked into LengthPrefixedBinaryTCPClientImpl class. I too found that there were two writes. But not sure if the two

Re: LengthPrefixedBinaryTCPClientImpl issue

2014-06-17 Thread sebb
On 17 June 2014 18:58, Vinoth raj vinoth@gmail.com wrote: Sebb, I do understand that two TCP requests can be merged in kernel buffer internally. Also, based on the MTU, data in single request can span multiple recv on server side. What I am surprised is that when you send data of say

ApacheCon CFP closes June 25

2014-06-13 Thread sebb
Dear Apache JMeter enthusiast, As you may be aware, ApacheCon will be held this year in Budapest, on November 17-23. (See http://apachecon.eu for more info.) The Call For Papers for that conference is still open, but will be closing soon. We need you talk proposals, to represent JMeter at

Re: Seed data to database using Jmeter

2014-05-27 Thread sebb
Alternatively, most databases provided command-line utilities for loading data - you could write an OS shell script to load the data and then call JMeter. For large amounts of data that is likely to be much more efficient. On 27 May 2014 12:19, Anthony ans...@gmail.com wrote: Hi Paula, It

Re: JDBC Request causes java.sql.SQLException: ORA-00900: invalid SQL statement

2014-05-26 Thread sebb
On 27 May 2014 03:09, oh...@cox.net wrote: oh...@cox.net wrote: sebb seb...@gmail.com wrote: On 26 May 2014 22:09, oh...@cox.net wrote: oh...@cox.net wrote: sebb seb...@gmail.com wrote: On 25 May 2014 18:19, oh...@cox.net wrote: Hi, I am

Re: JDBC Request causes java.sql.SQLException: ORA-00900: invalid SQL statement

2014-05-25 Thread sebb
On 25 May 2014 18:19, oh...@cox.net wrote: Hi, I am trying to use Jmeter 2.11 to load test against Oracle database. I can use a SELECT query in the JDBC Request and that works fine, but when I try the following: exec DBMS_SESSION.set_identifier('frank') I get: Response message:

Re: Log a non-200 HTTP Response

2014-05-23 Thread sebb
On 23 May 2014 11:31, loadt...@fastmail.fm wrote: Hi, I would like to log responses for non-200 HTTP status codes. In the Beanshell post-processor I have the code: if (prev.getResponseCode() != 200) { print(prev.getResponseMessage()); } But this is not going to work, because

Re: Log a non-200 HTTP Response

2014-05-23 Thread sebb
On 23 May 2014 12:48, loadt...@fastmail.fm wrote: Hi Sebb, Yes, I have tried it. I'll still get response messages of OK to the console. Which I assume is thread race conditions. No, it's not a JMeter bug. The Beanshell code is wrong - the response code is a string, not a number, so

Re: Submit multiple JavaSamples from a single JavaSamplerClient?

2014-05-17 Thread sebb
On 15 May 2014 16:30, Matthias Lee matthias.a@gmail.com wrote: Hi There, I have relatively complex existing Java test code, which I am driving through a wrapper extending the AbstractJavaSamplerClient Class. Internally my existing test code generates multiple response-time test samples

Re: Change value of a constant throughput timer during a test

2014-05-16 Thread sebb
http://jmeter.apache.org/usermanual/best-practices.html#beanshell_server On 15 May 2014 12:45, loadt...@fastmail.fm wrote: Hi, Could anyone give me an example of how I could change the value of a constant throughput timer during a test using a BeanShell function please? Many Thanks Paul

Re: -D parameters not being passed to slave machines

2014-05-14 Thread sebb
On 9 May 2014 16:15, Basim Baassiri ba...@baassiri.ca wrote: Context: I'm running a test in distributed mode and I'm noticing the parameters that I pass on the command line are not making to the slaves My test reads values from the command line and loads Variables From CSV File based on what

Re: constant throughput timer logic

2014-05-06 Thread sebb
On 6 May 2014 18:05, loadt...@fastmail.fm wrote: Hi, I have adequate threads allocated in a thread group and a constant throughput timer of x. My throughput does not reach x, it only reaches x-1. Which is correct, the server cannot handle x requests per second. My question is about JMeter

Re: Header read when using CSV Set Data Config

2014-05-01 Thread sebb
Please see http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config if the variable name field empty, then the first line of the file is read and interpreted as the list of column names. On 30 April 2014 16:36, Deepak Shetty shet...@gmail.com wrote: If you are going to

Re: 0 ms Minimum Response Time?

2014-05-01 Thread sebb
On 1 May 2014 15:53, loadt...@fastmail.fm wrote: Hi, I am using an Aggregate Report listener. I have a minimum HTTP response of 0 ms. But how can this be so? How can a web transaction be less than 1 ms? Possible causes: - Fast webserver/network - The timer resolution may be insufficient to

Re: 0 ms Minimum Response Time?

2014-05-01 Thread sebb
On 1 May 2014 16:19, loadt...@fastmail.fm wrote: Hi Sebb, It's probably because I am running tests within the same network, I shouldn't hit caching as I am using different variables per request. I'd expect at least 1 ms. No, I am not using HTTP Cache Manager? Can the timer resolution

Re: 0 ms Minimum Response Time?

2014-05-01 Thread sebb
On 1 May 2014 16:24, John Schulz john_sch...@aol.com wrote: Any chance we can make a change to JMeter to support reporting in microseconds? I have run into a few projects in the last couple of years where I would have used JMeter if only it could report sub-millisecond response times. I have

Re: Dynamic Variables Issue

2014-04-29 Thread sebb
On 28 April 2014 19:23, Deepak Shetty shet...@gmail.com wrote: Im not sure I understand your problem - you can scope different timers to different URLs so you could use different timers with differing values. In the worst case you could do something like

Re: Clear cookies per need

2014-04-29 Thread sebb
On 28 April 2014 14:40, Shmuel Krakower shmul...@gmail.com wrote: Hi, I need to clear all cookies on certain cases. For that I use a BSF pre processor with the following code: while(sampler.getCookieManager().getCookieCount() 0) { sampler.getCookieManager().remove(0); } This works just

Re: Regular Expression Extractor: Extracta from Multiline response of a TCP sample

2014-04-25 Thread sebb
On 25 April 2014 20:51, sdeuvarow sdeuva...@gmail.com wrote: Hi, I have a TCP response in HL7 format: MSH|^~\|MESA_XREF|XYZ_HOSPITAL|NIST_SENDER|NIST|.||RSP^K23^RSP_K23|.|P|2.5 MSA|*AE*|NIST-101101161157166 ERR||QPD^1^3^1^1|204^Unknown Key Identifier|E QAK||AE

Re: Individual response times

2014-04-24 Thread sebb
On 24 April 2014 06:07, Manish Sapariya manish.sapar...@kpoint.com wrote: I believe it will be too much data for view results tree listener to handle. Perhaps. If so would also be too much for View Results in Table. For such situation I have looked at the access logs, which has every

Re: response assertion: using multiple patterns

2014-04-24 Thread sebb
On 24 April 2014 19:11, mpistella mpiste...@kingsisle.com wrote: cthoong wrote Thought can't do OR condition in assertion, now only found out just add | between 2 set of value in 1 Patterns to Test instead of 2 Patterns. You actually must add two of the or vertical lines like so: ||

Re: response assertion: using multiple patterns

2014-04-24 Thread sebb
On 24 April 2014 20:24, mpistella mpiste...@kingsisle.com wrote: sebb-2-2 wrote On 24 April 2014 19:11, mpistella lt; mpistella@ gt; wrote: cthoong wrote Thought can't do OR condition in assertion, now only found out just add | between 2 set of value in 1 Patterns to Test instead of 2

Re: response assertion: using multiple patterns

2014-04-24 Thread sebb
On 24 April 2014 20:13, mpistella mpiste...@kingsisle.com wrote: sebb-2-2 wrote On 24 April 2014 19:11, mpistella lt; mpistella@ gt; wrote: cthoong wrote Thought can't do OR condition in assertion, now only found out just add | between 2 set of value in 1 Patterns to Test instead of 2

Re: response assertion: using multiple patterns

2014-04-24 Thread sebb
On 24 April 2014 21:26, mpistella mpiste...@kingsisle.com wrote: sebb-2-2 wrote On 24 April 2014 20:13, mpistella lt; mpistella@ gt; wrote: Then there's something else wrong. Two adjacent | chars will match everything if using Contains and the empty string if using Matches Aha! you

Re: mail server testing

2014-04-17 Thread sebb
On 16 April 2014 21:55, Sergio Boso ser...@bosoconsulting.it wrote: Hi everybody I had some experience using the POP3/SMTP samplers, and they seems to work well. However, I found the IMAP sampler a little bit limited. Which sampler are you referring to? There is no sampler which is specific

Re: Should we not not have a feature to force the exit of JVM in case of The JVM should have exitted but did not.

2014-04-03 Thread sebb
On 3 April 2014 09:43, Jean FX xor...@gmail.com wrote: Thanks a lot for that setting! @Sebb, in my case I really do not care why the threads did not exit (I am using a custom 3rd party sampler that clearly does not exit while waiting for TCP sockets to close and jMeter does show this) so

Re: Double quoted json data in CSV returns EOF

2014-04-03 Thread sebb
On 3 April 2014 19:58, Guy Knights g...@eastsidegamestudio.com wrote: I've set up an HTTP request element that pulls data from a CSV file and I've run into a frustrating problem. Each line of data in the CSV file represents the data for a user request, separated by a pipe character. See below

Re: What do the numbers in the ConsumerOffsetChecker mean

2014-04-03 Thread sebb
On 4 April 2014 01:51, S L slouie.at.w...@gmail.com wrote: Hi, Just wondering what the units for the results from the ConsumerOffsetChecker are. For example, this was the output when we ran the OffsetChecker: Group Topic Pid Offset logSize

Re: Should we not not have a feature to force the exit of JVM in case of The JVM should have exitted but did not.

2014-04-02 Thread sebb
On 2 April 2014 17:37, Jean FX xor...@gmail.com wrote: When the bellow happens in server mode, jmeter does not exit. Is this not a bug? No, it's not a bug in JMeter; it's not generally good practice to exit an application untill all non-daemon threads have completed. It may be a bug in the

Re: How to record HTTPS traffic of mobile apps (here iOS)

2014-03-26 Thread sebb
On 26 March 2014 16:29, Matthias Huber matthias.hu...@novatec-gmbh.de wrote: Hello alltogether, I'm currently doing some tests for recording test cases with iOS mobile apps in combination with jmeter v2.11. Recording HTTP traffic (either via safari or apps) is not a problem. I also managed

Re: How to record HTTPS traffic of mobile apps (here iOS)

2014-03-26 Thread sebb
On 26 March 2014 16:38, sebb seb...@gmail.com wrote: On 26 March 2014 16:29, Matthias Huber matthias.hu...@novatec-gmbh.de wrote: Hello alltogether, I'm currently doing some tests for recording test cases with iOS mobile apps in combination with jmeter v2.11. Recording HTTP traffic (either

Re: Apache JMeter Compatibility with Uniface

2014-03-26 Thread sebb
On 26 March 2014 13:55, John Kimber jkim...@bournemouth.ac.uk wrote: Hi, I wonder if you could help. I am considering using Apache JMeter as a performance measuring tool within my business. I am trying to determine whether it is compatible with the Uniface programming language. One of

Re: Test execution unexpectedly aborted with Shutdown hook

2014-03-25 Thread sebb
On 19 March 2014 20:51, Alcazar Lazaro, Ramiro ramiro.alcazarlaz...@nuance.com wrote: Hi, I am trying to run a load test, on CentOS 6.4, on non-GUI mode. The test plan is supposed to run for 12 hours, but it is stopping at random intervals (I have reproduced it 5 times so far, and each time

Re: User Parameters Pre Processor

2014-03-24 Thread sebb
On 24 March 2014 08:03, Shmuel Krakower shmul...@gmail.com wrote: Hi, I was wondering why the User Parameters is a pre-processor rather than a Config Element? I just spent few minutes looking for it in the wrong place... ;) Partly because it is. Partly because Pre-Processors are processed

Re: Performance of JSR223

2014-03-22 Thread sebb
On 21 March 2014 12:47, sebb seb...@gmail.com wrote: On 21 March 2014 10:18, Ryabtsev Vladimir v.ryabt...@pflb.ru wrote: According to documentation, JSR223 sampler provides improved performance from compilation and caching in case scripting engine implements Compilable interface. The only

Re: Performance of JSR223

2014-03-21 Thread sebb
On 21 March 2014 10:18, Ryabtsev Vladimir v.ryabt...@pflb.ru wrote: According to documentation, JSR223 sampler provides improved performance from compilation and caching in case scripting engine implements Compilable interface. The only language with this interface mentioned in documentation

Re: HTTPS Failing with 2.11, 2.9, and 2.8

2014-03-17 Thread sebb
On 17 March 2014 23:06, Derry, Stanton stanton.de...@digitalinsight.com wrote: Attempting to record our test site with Jmeter which fails in the versions listed above. Configuration of system running Jmeter and jmeter test plan is: snip/ What happens if you use the same settings to record a

Re: Passing Parameters to Java Requests

2014-03-15 Thread sebb
On 15 March 2014 10:13, esc e...@informatik.uni-kiel.de wrote: Hello, I am currently struggling with the Java Request Sampler of JMeter, and there is still an unsolved problem for me. The idea is as follows: My Test Plan is intended to send several Java requests, each one targeting a

Re: How to control variable substitution in JMeter?

2014-03-14 Thread sebb
On 14 March 2014 12:09, keith.cass...@engilitycorp.com wrote: Sebb, I've been arguing with myself about what the proper behavior of the variable substitution feature should be, and I think I am now agreeing with you and Shmuel. I think my problem is mostly a matter of variable scoping

Re: Exclude URL Patterns

2014-03-14 Thread sebb
On 14 March 2014 19:20, Ankit Sethiya ankit.seth...@gmail.com wrote: Hello, My question is what is the real reason behind excluding .css/.js/third party files while recording the script through proxy? Because these are normally auto downloaded when processing the main sample. Don't these

Re: Playing back PUT HTTP requests with binary content

2014-03-14 Thread sebb
On 14 March 2014 19:33, Liviu Nicoara nikko...@hates.ms wrote: I am using JMeter to record PUT HTTP requests made to a server, where the content of the request is unencoded, raw JPEG (or MP4). I have noticed that the data in the played back requests is altered, and LF are changed to CRLF,

Re: Display User Variable in Results

2014-03-13 Thread sebb
On 11 March 2014 15:23, Michael.OBrien michael.obr...@ul.ie wrote: Hi Jmeter users, I'd like to display or output the values of user defined variables but I've only come across instructions for re-using variables in additional http requests. I don't see how the variable values can be

Re: How to save result output file in distributed testing

2014-03-13 Thread sebb
On 13 March 2014 05:14, ankush upadhyay ankush.upadh...@gmail.com wrote: Hello All, I am doing load testing over my application with very high number of thread lets say 2 threads per hour for 24 hours. But jmeter crash after some time due to low memory. Then I have implement distributed

Re: How to control variable substitution in JMeter?

2014-03-13 Thread sebb
On 12 March 2014 16:03, Shmuel Krakower shmul...@gmail.com wrote: Why making this complex? Just have a dedicated UDV element for such correlation/replacement, while during recordings, disable the others you don't wanna use. Good advice. You can have multiple UDV elements. Disable the ones

Re: Import tests instead of making duplicate copies

2014-03-11 Thread sebb
On 11 March 2014 10:38, Prateek Asthana pary...@gmail.com wrote: Hi, Currently, as part of running the performance test *suite*, we are creating a copy of the original perf *test* and placing it into the perf suite. This is leading to redundant copies of a single perf test. Example: We

Re: Response Assertion Validation

2014-03-10 Thread sebb
http://jmeter.apache.org/usermanual/component_reference.html#Size_Assertion On 9 March 2014 15:54, Srinivasa Tekkatte Shenoy tsrinivas.she...@mimos.my wrote: Hi All, I have added a Response Assertion. For Ex: return34 character unique/return in Soap/XML-RPC request sampler. I would like to

Re: http request failing in jmeter2.11 but works fine in 2.9

2014-03-07 Thread sebb
On 7 March 2014 08:38, Guruprasad R guruprasa...@gmail.com wrote: Hi all, i am sending a http request from jmeter-2.9 and jmeter-2.11. Jmeter-2.11 shows exception in response for alternate requests. The script works well in jmeter-2.9 without any issues. This looks like an example of

Re: http request failing in jmeter2.11 but works fine in 2.9

2014-03-07 Thread sebb
the default was changed to disable it. It may be possible to add a cheaper stale check (e.g. every n samples, or if the connection has been idle for a while). On 7 March 2014 11:32, Guruprasad R guruprasa...@gmail.com wrote: Thanks sebb.. that was helpful.. It works fine after i made the changes

Re: Url Encoded Variables

2014-03-05 Thread sebb
On 5 March 2014 10:04, Igor Galić i.ga...@brainsware.org wrote: Hi folks, yesterday I tried putting together a load test against Alfresco by simply recording a session. Alfresco uses a special Header for CSRF protection. Its value by comes from a Cookie of the same name. We tried inserting

Re: Url Encoded Variables

2014-03-05 Thread sebb
On 5 March 2014 15:58, Igor Galić i.ga...@brainsware.org wrote: - Original Message - On 5 March 2014 10:04, Igor Galić i.ga...@brainsware.org wrote: Hi folks, yesterday I tried putting together a load test against Alfresco by simply recording a session. Alfresco uses a

Re: response time and load time in listeners

2014-03-05 Thread sebb
On 5 March 2014 22:24, neubyr neu...@gmail.com wrote: In JMeter listeners, 'sampler results' in the 'View Results Tree' shows 'Load Time' values. Is this same as the 'Response Time' values displayed in the 'Summary Report' listener? Yes. What is the difference between Load Time and

Re: How to add Authorization header under HTTP Header Manager

2014-03-04 Thread sebb
On 4 March 2014 15:31, pradeep kumar contactp...@gmail.com wrote: Hi, This problem is solved! JMeter doesn't show header in the sample request. I just checked and JMeter 2.11 does show the headers from the Header Manager in the request tab (except in the case of the Java implementation - Java

Re: sample times reported by JMeter seem to scale incorrectly with the number of threads

2014-03-03 Thread sebb
On 3 March 2014 10:23, bruto bobr...@gmail.com wrote: Added some logging to the vanilla TCPSampler (using vanilla TCPClientImpl), it appears that protocolHandler.read() execution time is to blame It's a different socket, different SocketInputStream every time, but still some synchronization

Re: Is it possible to launch browser from Jmeter

2014-03-03 Thread sebb
On 3 March 2014 12:49, Adrian Speteanu asp.ad...@gmail.com wrote: Hi, There are third party tools that might be able to help with that (they literally integrate JMeter with Selenium). But, in my opinion, it defeats the purpose. You should first consider if that's really the way to go

Re: sample times reported by JMeter seem to scale incorrectly with the number of threads

2014-03-01 Thread sebb
On 1 March 2014 11:23, bruto bobr...@gmail.com wrote: Hello everyone tried searching this mailing list for a bit, couldn't find a relevant answer Using JMeter 2.11 (20140227) to load test our Mirth Connect installation (HL7 frontend) Got a simple test plan with a thread group that sends a

Re: sample times reported by JMeter seem to scale incorrectly with the number of threads

2014-03-01 Thread sebb
On 1 March 2014 12:24, bruto bobr...@gmail.com wrote: It can cope with the load just fine, this is merely to check that the test plan stats work anyway, tried running 3 JM instances, each with 10 reps in 1 thread, starting at the same instant, on schedule the first one shows this:

Re: Result Discrepancies

2014-02-28 Thread sebb
myprop.properties) on the command line. So if you need different sets of log file config, put the differences in additional properties files. Also, I'm doing testing to get this all set up and running and reporting via Jenkins. On Fri, Feb 28, 2014 at 12:48 PM, sebb seb...@gmail.com wrote

<    1   2   3   4   5   6   7   8   >