Re: How can I generate a dynamic work load by jMeter?

2021-03-24 Thread Jmeter Tea
Hello, What do you mean by "killing processes of jMeter"? can you give more details? Currently JMeter doesn't support reducing threads, maybe only using Beanshell server https://stackoverflow.com/questions/66469483/jmeter-reduce-threads-on-runtime On Wed, Mar 24, 2021 at 9:31 AM Jerry wrote: >

Re: Setting failure tolerance on maven jmeter plugin goal

2021-03-24 Thread Jmeter Tea
Hello, You can try to use JMeter AutoStop plugin https://jmeter-plugins.org/wiki/AutoStop/ "AutoStop used when you want to stop test on some runtime criteria. Currently 3 criteria available: average response time, average latency and error rate" You can add JMeter plugin to maven

Re: Exiting the jsr223 sampler

2021-02-25 Thread Jmeter Tea
Hello, You can throw Exception, as: if(A) { throw new Exception("a"); } But usually you just put B in else,as: if (A) { } else { B } or one if nothing to do when A == true: if (!A) { B } On Thu, Feb 25, 2021 at 4:21 PM Tong Sun wrote: > Hi, > > Quick & simple question, how to

Re: JSON path Tester usability issue

2021-02-07 Thread Jmeter Tea
Hi Shay, To create JMeter bug use https://bz.apache.org/bugzilla/enter_bug.cgi?product=JMeter FYI On Sun, Feb 7, 2021 at 2:18 PM Shay Ginsbourg wrote: > What's the link to the correct Bugzilla ? > > thanks, > Shay > > > > > > I think it would be best to open an ehancement issue on bugzilla.

Re: Darklaf Intellij JMeter 5.4 exception

2020-12-07 Thread Jmeter Tea
Meter/job/JMeter-trunk/ > > And if the issue is ok , confirm. > If the issue with CellHintPopupListener persists, please create a new > ticket or paste the stacktrace here. > > Thanks > > On Mon, Dec 7, 2020 at 1:56 PM Jmeter Tea wrote: > > > Tha

Re: Darklaf Intellij JMeter 5.4 exception

2020-12-07 Thread Jmeter Tea
ec 7, 2020 at 1:10 PM Philippe Mouawad < > philippe.moua...@gmail.com> > wrote: > > > Hello, > > Could you create a ticket and attach a simple Test case ? > > > > Thanks > > > > On Mon, Dec 7, 2020 at 12:23 PM Jmeter Tea wrote: > > >

Re: Darklaf Intellij JMeter 5.4 exception

2020-12-07 Thread Jmeter Tea
give more details? Do you always get such an exception? Which Java > version? OS? What where the steps, that led to this? > > Thanks > Felix > > Am 7. Dezember 2020 11:43:25 MEZ schrieb Jmeter Tea : > >Hi > > > >I download JMeter 5.4 , > >I changed to Dark

Darklaf Intellij JMeter 5.4 exception

2020-12-07 Thread Jmeter Tea
Hi I download JMeter 5.4 , I changed to Darklaf Intellij and while running test, I'm getting exceptions: 2020-12-07 12:37:32,619 ERROR o.a.j.JMeter: Uncaught exception in thread Thread[AWT-EventQueue-0,6,main] java.lang.NullPointerException: null at

Re: GUI Usability Improvement - Zoom In/Out

2020-11-12 Thread Jmeter Tea
Ctrl + minus is already used as Collapse All On Thu, Nov 12, 2020 at 10:01 AM Shay Ginsbourg wrote: > Hi, > > Please add a couple of keyboard shortcuts, as follows: > > Ctrl + "+" for Jmeter Options -> Zoom In > Ctrl + "-" for Jmeter Options -> Zoom Out > > Thank you very much for all your hard

Re: Linux script files clarification

2020-11-09 Thread Jmeter Tea
u for your reply On Thu, Nov 5, 2020 at 7:39 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am 05.11.20 um 13:53 schrieb Jmeter Tea: > > The documentation about executing jmeter in linux isn't clear, > > > > What should be used in CLI? What JVM

Linux script files clarification

2020-11-05 Thread Jmeter Tea
The documentation about executing jmeter in linux isn't clear, What should be used in CLI? What JVM settings are problematic in each case? Spec: Un*x script files; should work on most Linux/Unix systems: jmeterrun JMeter (in GUI mode by default). Defines some JVM settings which may not work for

Listener file for errors

2020-07-02 Thread Jmeter Tea
Hello About Listeners, as View Results Tree, if we checked for errors (or successes) then errors are saved But if there's no errors in test, the file is still created (empty) Can a file be created only if there is an error? If not, can this be considered as enhancement? Thank you

How to pause JMeter?

2020-05-26 Thread Jmeter Tea
Hello, I'm executing JMeter task with several requests for a few hours on a server, I want to be able to pause execution for a few seconds/minutes and resume when server finish restarted or other maintenance Is there a way to signal JMeter to pause and resume its execution? Thank you

Re: jmeter download files' date

2020-05-20 Thread Jmeter Tea
You can keep the date, but other Apache products as tomcat and spark use build date as files' date On Tue, May 19, 2020 at 7:00 PM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Felix>Plus, it probably is set that way by default to enable reproducible > Felix>builds. The timestamp is

jmeter download files' date

2020-05-19 Thread Jmeter Tea
Hello, I wanted to know why all jmeter download files' date is 1/2/1980? Thank you

Re: Thread Group: specify startup delay without duration

2020-03-11 Thread Jmeter Tea
> On Wed, Mar 11, 2020 at 12:04 PM Jmeter Tea wrote: > > > Currently it's not possible, > > I opened a bug about it > > https://bz.apache.org/bugzilla/show_bug.cgi?id=62100 > > JMeter dev need to decide if to allow it or mark Duration field as > > mandatory i

Re: Thread Group: specify startup delay without duration

2020-03-11 Thread Jmeter Tea
Currently it's not possible, I opened a bug about it https://bz.apache.org/bugzilla/show_bug.cgi?id=62100 JMeter dev need to decide if to allow it or mark Duration field as mandatory in UX On Wed, Mar 11, 2020 at 12:49 PM Mohamed BOUKHLIF wrote: > > Hi, > > [image: image.png] > I want to

Re: TearDown TG docs or implementation bug?

2019-12-24 Thread Jmeter Tea
If you shutdown *after regular thread group started *(Main Sampler executed) tear down group will be executed only if Run TD TG checked On Tue, Dec 24, 2019 at 10:11 AM Konstantin Kalinin wrote: > > - > To unsubscribe, e-mail:

logging docs

2019-08-29 Thread Jmeter Tea
Hello Team, In JMeter docs https://jmeter.apache.org/usermanual/get-started.html In *Logging "*New Practices Since 3.2" It also states to use level NONE But actually it supports OFF and FATAL levels which aren't mention Is it documentation bug? First asked in

Re: TearDown TG docs or implementation bug?

2019-08-08 Thread Jmeter Tea
It's relevant when you *shutdown execution * On Thu, Aug 8, 2019 at 9:45 AM Konstantin Kalinin wrote: > More to add, > > By now (5.1.1) "Run TD TG" flag in the Test Plan component already does > nothing, so it's only present in UI. > > 07.08.2019, 19:05, "Konstantin Kalinin" : > > Hi guys, > >

Re: HTTP Request's Content Encoding field

2018-12-25 Thread Jmeter Tea
Thank you for answering my question, But still, what is the usage of setting a valid value, What is the benefit over setting Content-Type header parameter? On Tue, Dec 25, 2018 at 3:59 PM glin...@live.com wrote: > It is being used at least: > > 1. For setting request header > < >

HTTP Request's Content Encoding field

2018-12-19 Thread Jmeter Tea
I tried sending encoding in HTTP Request's Content Encoding field but it doesn't seem to have any effect also in POST request Content encoding to be used (for POST, PUT, PATCH and FILE). This is the character encoding to

Re: Query on Tool Upgrade

2018-11-12 Thread Jmeter Tea
JMeter 5 is stable, and as any software not bug free JMeter 5 include *41* bug fixes and 54 enhancements since JMeter 4 General advice if you can (e.g. since JMeter 3.2 you need Java 8) always use latest stable version On Tue, Nov 13, 2018 at 8:44 AM Kiradi Manoj wrote: > Hi, > > We are

Re: Extracting values From HTTP Requests

2018-09-27 Thread Jmeter Tea
In __FileToString you can save value to variable using 3rd parameter. Then you can extract from the variable using Apply To: JMeter Variable Name to use (" assertion is to be applied to the contents of the named variable") On Thu, Sep 27, 2018 at 3:54 PM, Nayak, Soumya R. wrote: > Hi All, > >

Re: HTTP Request's Content Encoding field

2018-09-25 Thread Jmeter Tea
glinius: I get the same results as leave empty or UTF-16 (as GET http://www.google.com/?漢字), also I want a use case when you *need *it On Wed, Sep 26, 2018 at 8:23 AM, glin...@live.com wrote: > Try sending a HTTP GET request with a Chinese character and encoding set to > US-ASCII. > > > > -- >

HTTP Request's Content Encoding field

2018-09-25 Thread Jmeter Tea
Hello, I wanted to know what's the usage of HTTP Request's Content Encoding field? Are there scenarios that its value need to be set differently than default? In View Results Tree I don't see any change in the request.

Re: Invoking local file

2018-08-12 Thread Jmeter Tea
Thank you ZK On Fri, Aug 10, 2018 at 12:31 PM, krish na wrote: > Excellent thanks its working fine. > Regards, > Krishna - +91-9884451279. > > CallSend SMSAdd to SkypeYou'll need Skype CreditFree via Skype > > On Friday, 10 August, 2018, 2:55:34 PM IST, ZK < > stevesenio...@gmail.com>

Re: Jmeter report generation with transaction statistics

2018-04-24 Thread Jmeter Tea
See https://jmeter.apache.org/usermanual/generating-dashboard.html On Tue, Apr 24, 2018 at 9:22 AM, Vikram Kishore V wrote: > Hi > > I am trying to find a way to generate a report with transaction statistics > like number of passed transactions, failed transactions,

HTTP Request Documentation

2018-03-22 Thread Jmeter Tea
About HTTP Request Documentation, It seems that it's not accurate in Server field, it states it's a required field: " Yes, unless provided by HTTP Request Defaults " But it can be empty also if Path is set with full URL as https://www.google.com I think it's worth to mention it in documentation

Execute specific thread group

2018-02-26 Thread Jmeter Tea
Hello, We use each jmx file to contain several thread groups Sometimes we need to execute one thread group in GUI It's a bit confusing that Start is used both to start all test plan and also specific thread group Can there a rename for either of the commands? as Start Thread Group Can there be a

Re: JSR223 Sampler is not in top ten in Add menu

2018-02-22 Thread Jmeter Tea
lt up? > > -----Original Message- > From: Jmeter Tea [mailto:jmeter...@gmail.com] > Sent: 21 February 2018 13:34 > To: JMeter Users List <user@jmeter.apache.org> > Subject: Re: JSR223 Sampler is not in top ten in Add menu > > Of course I'm talking after JMeter 4 chang

Re: JSR223 Sampler is not in top ten in Add menu

2018-02-21 Thread Jmeter Tea
gt; -Original Message- > From: Jmeter Tea [mailto:jmeter...@gmail.com] > Sent: 21 February 2018 12:54 > To: JMeter Users List <user@jmeter.apache.org> > Subject: JSR223 Sampler is not in top ten in Add menu > > About JMeter GUI - In the Add menu of components, > &g

JSR223 Sampler is not in top ten in Add menu

2018-02-21 Thread Jmeter Tea
About JMeter GUI - In the Add menu of components, In Sampler sub menu JSR223 Sampler is not in top ten, even after Beanshell Sampler. Other JSR223 components are in the top 5 at least, I suggest JSR223 Sampler will be higher on the list (4th?)

char function examples

2018-01-20 Thread jmeter tea
Hi In char function examples http://jmeter.apache.org/usermanual/functions.html#__char There are wrong examples with 2 parameters instead of one which doesn't work in Function Helper: "Examples: ${__char(13,10)} = ${__char(0xD,0xA)} = ${__char(015,012)} = CRLF "

Re: Error using JDBC Oracle connection Jmeter

2018-01-08 Thread jmeter tea
probably ojdbc driver issue. see https://stackoverflow.com/questions/9156379/ora-01882-timezone-region-not-found "using ojdbc6.jar (version 11.2.0.3.0) to connect to an Oracle 9.2.0.4.0 server. Replacing it with ojdbc6.jar version 11.1.0.7.0 solved the issue." On Mon, Jan 8, 2018 at 2:15 PM, Gema

Re: manage historical tests data

2017-12-14 Thread jmeter tea
You can check blazemeter solution in https://www.blazemeter.com/features "Collaborate and share interactive test results and graphs with team mates or generate an Executive Report" On Thu, Dec 14, 2017 at 3:17 PM, Himanshu Ghai wrote: > You can use a backend listener

Re: Does JDBC Connection Config component respect its scope?

2017-11-27 Thread jmeter tea
There's a general note about configuration elements ( http://jmeter.apache.org/usermanual/component_reference.html#config_elements ) elements are processed at the start of the scope in which they are found, i.e. before any samplers in the same scope. There's such note in CSV Data Set Config (

Re: Update Once Per Iteration reverses execution sequence of Preprocessors

2017-11-15 Thread jmeter tea
User parameters are strictly hierarchical But when checking Update Once Per Iteration it saves before iteration the variables beforehand So that second User Parameter will have P and Q as not exists variables and therefore P1 ${P} , On Sun, Nov 12, 2017 at 3:38 PM, minerva001

Re: Is there a way to count all retries as single request in JMeter

2017-11-13 Thread jmeter tea
you can check similar question with answers https://stackoverflow.com/questions/47259211/jmeter-groovy-re-execute-a-sampler-x-times-under-condition/47259590#47259590 On Mon, Nov 13, 2017 at 7:55 AM, Muhammad Nasir wrote: > In my case it is. > > I am trying to benchmark

Re: Help required in regular expression in Jmeter

2017-11-12 Thread jmeter tea
You can use the Regular Expression: login-actions\/([^&]*) See https://regex101.com/r/eNSsrl/1 On Mon, Nov 13, 2017 at 9:17 AM, Vamsi Krishna Maddali < vamsi.madd...@qolsys.com> wrote: > Hi All, > > > Required your help in resloving below issue: > > > Issue:Unable to capture the

Re: Trying to run a jmeter script through a testng Test and fails

2017-11-07 Thread jmeter tea
It seems that you have extra sapces in path: ("/home/ chamara/stress-test-framework/src/test/jmeter/CUSTOM/ Concurrency_Thread_Group.jmx"); Try with ("/home/chamara/stress-test-framework/src/test/jmeter/CUSTOM/ Concurrency_Thread_Group.jmx"); On Wed, Nov 8, 2017 at 4:28 AM, Chamara Ariyarathne

Re: Enhance Backup - Save before Run flag

2017-11-07 Thread jmeter tea
For regression reasons, Maybe the property should be set to *false *by default to keep behavior as today? On Tue, Nov 7, 2017 at 10:50 AM, jmeter tea <jmeter...@gmail.com> wrote: > Yes, I think it'll be great > > Thank you > > On Tue, Nov 7, 2017 at 10:47 AM, Philippe Moua

Re: Enhance Backup - Save before Run flag

2017-11-07 Thread jmeter tea
efore run", it is > stored in preferences > > Preferences override property > Does it look better ? > > > Regards > > On Tue, Nov 7, 2017 at 9:43 AM, jmeter tea <jmeter...@gmail.com> wrote: > > > Pop ups aren't a very friendly way of helping the user, espe

Re: Enhance Backup - Save before Run flag

2017-11-07 Thread jmeter tea
; > We do popup a Save dialog when you first run a project without saving > it, so maybe we should do the same here. > > Regards > > > On Tue, Nov 7, 2017 at 8:56 AM, jmeter tea <jmeter...@gmail.com> wrote: > > > There were many issues where file was corrupted, speci

Enhance Backup - Save before Run flag

2017-11-06 Thread jmeter tea
There were many issues where file was corrupted, specifically when running on GUI mode, which means that jmx file can't be fixed to a working condition, When running a Test Plan, sometimes GUI stuck and test plan can't be saved. Backup mechanism currently happens when clicking Save I suggest A

Test Action with Target All Threads doesn't stop next sampler

2017-10-30 Thread jmeter tea
When adding Test Action with Stop/Stop Now action You have Target options: All Threads/Current Thread When choosing Current Thread in a multiple threads environment it stops and don't continue further this Sampler The

Upgrade Beanshell to 2.06b verson

2017-10-15 Thread jmeter tea
Beanshell released on 2016-02-18 Security update In JMeter I see the Beanshell is 2.0b5 and not updated with 2.0b6 version How can I request such an update? should I open a bugzilla bug? I did see such request exists.

While controller documentation wrong

2017-10-10 Thread jmeter tea
About While Controller, *http://jmeter.apache.org/usermanual/component_reference.html#While_Controller * The documentation mark its two parameters as Required = Yes although both aren't required Name isn't required

Re: switch controller documentation wrong

2017-10-09 Thread jmeter tea
Can it be jmeter tea? On Tue, Oct 3, 2017 at 10:10 PM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Hello, > Thanks for report. > Fixed in : > http://svn.apache.org/viewvc?rev=1811025=rev > > > Just out of curiosity and if it's not a secret, what's your n

switch controller documentation wrong

2017-10-03 Thread jmeter tea
About Switch Controller, http://jmeter.apache.org/usermanual/component_reference.html#Switch_Controller The documentation mark its two parameters as Required = Yes although both aren't required Name isn't required and Switch Value default value is 0.

JMeter - open a jmx file from web

2017-09-28 Thread jmeter tea
I want to get the updated jmx files in 1 machine (get from source control only once using trigger) and load it on different machines, Can I open in JMeter a jmx file located in web? I'm trying but failing (with different escaping) from http://jmeter.apache.org/demos: jmeter -t

Correlation between JMeter plugin to JMeter version

2017-08-22 Thread jmeter tea
JMeter plugins doesn't work with every JMeter version, If my plugin doesn't work as Soap Sampler with JMeter 3.2, Where can find correlation between JMeter plugin to JMeter version? I didn't find any reference in forum