Re: Load Test/ Performance Test Industry Standards

2020-08-25 Thread Alexander Podelko
Hi Ranjan, What kind of industry standards are you looking for? If we are talking about load testing as a practice, we probably can talk about best practices in the best case (or, as some argue, good practices in a specific context).One attempt to get it together is ASTQB performance testing

Re: doesn't work during recording - java.io.IOException: Mark invalid ?

2020-05-12 Thread Alexander Podelko
/dist/dev/jmeter/apache-jmeter-5.3-rc1/ Thanks Regards On Tue, May 12, 2020 at 6:42 PM Alexander Podelko wrote: > Hi, > The "register" button in my app doesn't work when I am recording it in > JMeter (5.3-SNAPSHOT d652f1c). > I see the following error in the log: > 2020

doesn't work during recording - java.io.IOException: Mark invalid ?

2020-05-12 Thread Alexander Podelko
Hi, The "register" button in my app doesn't work when I am recording it in JMeter (5.3-SNAPSHOT d652f1c). I see the following error in the log: 2020-05-12 09:16:27,874 ERROR o.a.j.p.h.p.Proxy: [58497]  Exception when processing sample org.jsoup.UncheckedIOException: java.io.IOException: Mark

WPAD file proxy configuration

2020-03-06 Thread Alexander Podelko
Hi, Is there any way to configure proxy using a WPAD file (automatic configuration script)? Unfortunately it doesn't look like a combination of proxyHost/proxyPort/nonProxyHosts properly replace it. Thanks,Alex

Re: java.io.IOException: Input is binary and unsupported during recording

2020-03-06 Thread Alexander Podelko
Appears to be so. Works fine with the current nightly. Thanks, Alex On Friday, March 6, 2020, 12:30:48 AM EST, Felix Schumacher wrote: This might be bug 64120 Can you try the current nightly? Felix Am 6. März 2020 00:48:16 MEZ schrieb Alexander Podelko : >Hi, >It a

java.io.IOException: Input is binary and unsupported during recording

2020-03-05 Thread Alexander Podelko
Hi, It appears that there is an issue during recording in JMeter 5.2.1 with http://xxx/epm/css/fonts/EDMC_icon_font.woff  - during recording it returns 500 (if I check in FF dev tools) and icons are not shown properly on the landing page. Works fine outside JMeter (returns 200, content-length

can't record a script

2019-06-05 Thread Alexander Podelko
Hi, Can't record a script anymore [JMeter 5.1.1] - for the system I recorded scripts before without any issue before (earlier versions)... At some point (usually right after login) it just show me an empty screen in the browser instead of landing page. Reverted JMeter to default

Monitoring results

2018-09-13 Thread Alexander Podelko
Hi, I am trying to add server monitoring results and got quite a few questions. Sorry for such simple questions - but all numerous posts I found describe how to setup monitoring, but I have found none describing it deeper So I setup the agent / jp@gc - PerfMon Metrics Collector and it is

Re: Best way to compare two results of jmeter

2018-08-31 Thread Alexander Podelko
CS Associate Quality Engineer, RHCA Find me at www.halfastack.com On 08/31/2018 03:18 PM, Alexander Podelko wrote: > Just saw another solution in that area > https://dzone.com/articles/jmeter-elasticsearch-live-monitoring > >    On Thursday, August 30, 2018, 10:50:56 AM EDT, Alexander P

Re: Best way to compare two results of jmeter

2018-08-30 Thread Alexander Podelko
Hi Marek, I do use the Jenkins Performance Plugin for that purpose for some time, I'd say that you get quite a lot for free straight out of the box. Pretty decent. Another thing is that I haven't found practically any documentation (although it is pretty straightforward for a simple use - and

Re: Dashboard doesn't have any errors and many charts are empty

2018-08-29 Thread Alexander Podelko
ly : http://jmeter.apache.org/usermanual/generating-dashboard.html#configuration Regards On Tuesday, August 28, 2018, Alexander Podelko wrote: > Hi, > > JMeter 4 dashboard doesn't show any errors (while some samplers failed > 100%) and many charts are empty. > >

Dashboard doesn't have any errors and many charts are empty

2018-08-28 Thread Alexander Podelko
Hi, JMeter 4 dashboard doesn't show any errors (while some samplers failed 100%) and many charts are empty. Attaching the full jtl file - if it doesn't get through pasting some content below. Any idea? My suspicion is that it is somehow related to using "Generate parent sample" in

Re: Desktop Based Client Server Application

2018-08-08 Thread Alexander Podelko
Hi, If you don't have underlying API to use, your options probably boil down to LoadRunner (WinSock protocol) or GUI-based tools (Eggplant Performance ?). If you do have API, you probably may find a way to invoke it from other load testing tools including JMeter. Regards, Alex On

using the same user for all iterations

2018-06-20 Thread Alexander Podelko
Hi, I have a thread group doing multiple iterations of login - do something - logout. I want to use a unique user for each thread - but the same one for each iteration. So thread 1 use the same user0001 for all iterations. I have a CSV Data Set Config with user names, but it appears that "All

Think time between Transaction Controllers

2018-03-01 Thread Alexander Podelko
Hi, Any better suggestion for adding think time between transaction controllers than provided in  https://stackoverflow.com/questions/29024013/think-time-between-transaction-controller  ? For a large number of samplers in each transaction [controller] having delays between samplers doesn't make

Re: timing difference for large (?) requests

2018-01-25 Thread Alexander Podelko
dering that takes time it would not be measured and would explain the difference. Unless you provide more details , I am afraid it is hard to help. Regards On Wed, Jan 10, 2018 at 11:32 PM, Alexander Podelko < apode...@yahoo.com.invalid> wrote: > Hi, > Moving one my script to JMet

Re: JMeter not showing runtime execution summary

2018-01-24 Thread Alexander Podelko
ampler is not advised as per:   -   http://jmeter.apache.org/usermanual/generating-dashboard.html#configuration_requirements Regards On Tue, Jan 23, 2018 at 5:31 PM, Alexander Podelko < apode...@yahoo.com.invalid> wrote: >  I had a similar issue - only one empty line in the end of > tests:S

Re: JMeter not showing runtime execution summary

2018-01-23 Thread Alexander Podelko
I had a similar issue - only one empty line in the end of tests:Summariser: summary =      0 in 00:00:00 = **/s Avg:     0 Min: 9223372036854775807 Max: -9223372036854775808 Err:     0 (0.00%) In my case the problem was in:# Ignore SampleResults generated by TransactionControllers #

timing difference for large (?) requests

2018-01-10 Thread Alexander Podelko
Hi, Moving one my script to JMeter (3.3) I noticed a significant timing difference for some requests (between JMeter and measurements / other tools).   For example, here is what I see in Fiddler for one request: POST

issue during recording of file parse

2017-12-21 Thread Alexander Podelko
Hi,  I ran into an issue recording in JMeter 3.3. The process I want to record includes selecting a file which then gets parsed and results shown. Works fine without JMeter recording. The request is: POST /epm/ui-rest/v1/requests/19433ef9-a3d2-4566-8eab-b1bdc2694d54/parseResults with content

Re: Java 9?

2017-11-03 Thread Alexander Podelko
le Jdk. There might be some issue in windows shell remaining. Could you file a bug and attach: - jmeter.log - info about your configuration (java version...) - show the resulting command line launched Thanks On Friday, November 3, 2017, Alexander Podelko <apode...@yahoo.com.invalid> wrote:

Re: Java 9?

2017-11-03 Thread Alexander Podelko
jar:1.4.10] at com.thoughtworks.xstream.converters.collections.TreeMapConverter.(TreeMapConverter.java:50) ~[xstream-1.4.10.jar:1.4.10] ... 29 more Thanks,Alex On Friday, November 3, 2017, 2:16:54 PM EDT, Antonio Gomes Rodrigues <ra0...@gmail.com> wrote: Hi Already modified Have you tested the futur 3.4 release  ? Le 3 nov. 2017 19:08, &q

Java 9?

2017-11-03 Thread Alexander Podelko
Hi, Would JMeter 3.3 work with Java 9? jmeter.bat can't recognize it: c:\apache-jmeter-3.3\bin>java -versionjava version "9-ea"Java(TM) SE Runtime Environment (build 9-ea+163)Java HotSpot(TM) 64-Bit Server VM (build 9-ea+163, mixed mode) c:\apache-jmeter-3.3\bin>jmeter.batNot able to find Java

Manual grouping of samples?

2017-10-02 Thread Alexander Podelko
Hi, I wonder if there is an option to manually group samplers during recording (as, for example, in LoadRunner with start/stop transactions). It looks like "Use Recording Controller" / "Put each group in a new transaction controller" does it based on a delay, name it by first URL, and doesn't

Re: Re: Auto correlation in Jmeter

2017-09-06 Thread Alexander Podelko
how it may be used.  For example, I know that request_id can be found in the server response as  {"id":"(.+?)",Can I specify it through that var replacement on recording? the  request_id's value is a random GUID, each time new.  Thanks,Alex On Friday, August 18, 2017, 5

Re: Auto correlation in Jmeter

2017-08-18 Thread Alexander Podelko
ion on user mailing list few years ago about this topic and I remember reading one of your post about auto correlation saying it worked in a pretty low percentage of cases. Regards On Friday, August 18, 2017, Alexander Podelko <apode...@yahoo.com> wrote: > Hi, > > Does the questi

Re: Auto correlation in Jmeter

2017-08-18 Thread Alexander Podelko
Hi, Does the question assume that it should be a very exotic technology? A large number of correlations needed is rather typical for business applications - actively using different frameworks, AJAX, RIA, etc... One application I am working with has dozens of variables to correlate and, in

Re: JMeter doesn't record a large request

2017-08-08 Thread Alexander Podelko
again but before uncomment in log4j2.xml and if possible only record this one in JMeter. If not possible indicate the full URL of failing request Then send , jmeter.Log and test plan. Thanks On Thu, Jul 27, 2017 at 10:18 PM, Alexander Podelko < apode...@yahoo.com.invalid> wrote: &

Re: JMeter doesn't record a large request

2017-07-27 Thread Alexander Podelko
l when you think it stops working ? Thanks On Thursday, July 27, 2017, Alexander Podelko <apode...@yahoo.com.invalid> wrote: > Hi, > JMeter 3.2 doesn't record a large request (returning about 12M). To be > more exact, the product stops working when recording that large request. &

JMeter doesn't record a large request

2017-07-27 Thread Alexander Podelko
Hi, JMeter 3.2 doesn't record a large request (returning about 12M). To be more exact, the product stops working when recording that large request. The request gets recorded fine for a smaller amount of data, so it looks like the issue directly related to the size of data returned. Don't see