Re: How to set system property within JMeter

2020-12-01 Thread glin...@live.com
If this is *really* what you need - go for __groovy() function to call System.setProperty() method like: >

Re: How to set system property within JMeter

2020-12-01 Thread Tong Sun
On Tue, Dec 1, 2020 at 11:21 AM glin...@live.com wrote: > > You can set a JMeter Property via __setProperty() function > like: > > > > ${__setProperty(foo,bar,)} > > will create a JMeter property "foo" with the value of "bar"

Re: How to set system property within JMeter

2020-12-01 Thread glin...@live.com
You can set a JMeter Property via __setProperty() function like: > ${__setProperty(foo,bar,)} will create a JMeter property "foo" with the value of "bar" which you can read using __P() function

How to set system property within JMeter

2020-12-01 Thread Tong Sun
Hi, I need to set a system property programmatically *within* JMeter. How can I do that? in https://www.blazemeter.com/blog/apache-jmeter-properties-customization the Option 3 is to use JMeter __P, but It seems that I can only read system property from __P(), but cannot set it, correct? thx

Re: Error message help

2020-12-01 Thread glin...@live.com
By default JMeter 5.3 has 1GB of JVM Heap space allocated, it should be sufficient for tests development and/or debugging but might not be enough for the full load test. The ways to increase the heap are: Set

RE: Error message help

2020-12-01 Thread sginsbourg
https://www.blazemeter.com/blog/9-easy-solutions-jmeter-load-test-%E2%80%9Cout-memory%E2%80%9D-failure From: Keppy Sent: Tuesday, December 1, 2020 12:33 To: user@jmeter.apache.org Subject: Error message help Hello, When running a JMX scripts through CMD I appear to

Error message help

2020-12-01 Thread Keppy
Hello, When running a JMX scripts through CMD I appear to receive this error message [image: image.png] Is this something you would be able to help with? Kind regards, Kelly