Re: Remote Testing with different external data files

2016-06-03 Thread Ivan Rancati
On Fri, Jun 3, 2016 at 5:03 AM, Ng Kok Chai wrote: > Thanks Sergio and Sebb, after I rename all the external data files with > same name in JMeter Servers, it worked fine. But now I facing another > issue, in the server, I have following error: >

Re:

2016-03-19 Thread Ivan Rancati
I don't think the screenshots (or other attachment) go through the mailing list On Thu, Mar 17, 2016 at 6:29 AM, Harshal Kulkarni < kulkarni.hars...@gmail.com> wrote: > Hi Team - > > We recently started using jmeter for performance testing in our > organization. I am getting some hands-on on the

Re: Users , you're welcome to express yourselves on JMeter properties

2016-03-13 Thread Ivan Rancati
Good plan, ok for me to remove Thanks and best regards Ivan On Sat, Mar 12, 2016 at 11:06 PM, Sergio Boso wrote: > Ok for me to remove them. > Regards. > > Sergio Boso > Il 12/Mar/2016 13:52, "Philippe Mouawad" ha > scritto: > > > Hello, >

Re: IOException: Stream closed with OS Process Sampler

2016-03-08 Thread Ivan Rancati
also hints how to further troubleshoot are welcome. Best regards Ivan On Thu, Mar 3, 2016 at 10:20 AM, Ivan Rancati <ivan.ranc...@gmail.com> wrote: > Good morning, > > I am using the OS Process sampler to start an ipsec (StrongSwan) > connection, and it’s working well u

Verbatim copy of the JMeter documentation

2016-03-02 Thread Ivan Rancati
ht I'd let you know. Best regards, Ivan Rancati

IOException: Stream closed with OS Process Sampler

2016-03-03 Thread Ivan Rancati
Good morning, I am using the OS Process sampler to start an ipsec (StrongSwan) connection, and it’s working well until I hit about 100 threads, then the following exception appears WARN - jorphan.exec.StreamCopier: Error writing stream java.io.IOException: Stream closed and the samples start

Re: Using JMeter behind proxy with WPAD

2016-03-03 Thread Ivan Rancati
I once had a similar problem with PAC (Proxy auto configuration). Not sure whether the two technologies are similar, but worth a try: if you download manually the .dat file, does it contain a list of proxies? If so, you can use of the proxies in the list when you record a session. Have a look

Re: Need to find RCA/Request for CPU and Memory usage on my Production server in Jmeter

2016-05-19 Thread Ivan Rancati
If it's a production system, there should be a monitoring system (for example Nagios, Icinga or similar) that monitors cpu usage, load and memory usage. Typically the data is updated every 5 minutes (is ok for generating alerts, but too much for analyzing performance). Maybe you can ask, just for

small typo in apache/jmeter/protocol/system/SystemSampler.java

2016-04-21 Thread Ivan Rancati
Hello, I'm trying out a nightly build (r1739297).My testplan has OS Process Samplers, which under some circumstances don't return an errorlevel 0 The .jtl file then contains "Uexpected" instead of "Unexpected" Uexpected return code. Expected [0]. Actual [130] The typo is of course absolutely

Re: Summary and Dashboard report mismatched

2017-01-31 Thread Ivan Rancati
Good morning, here are the guidelines http://jmeter.apache.org/issues.html hope this helps Ivan On Tue, Jan 31, 2017 at 2:35 AM, Pravesh Shrivastava < pravesh.shrivast...@gmail.com> wrote: > Hi Phillipe, > > I am not aware with the process how to log a defect in Bugzilla for JMeter. > Though,

Re: Error while doing API testing using JMeter

2017-01-19 Thread Ivan Rancati
Hello, two ideas: - what encoding are you using? In your jmeter.log file there should be a line similar to sampleresult.default.encoding is set to UTF-8 | ISO-8859-1 ... >From your error message, it could be that the server expects utf-8 but the request is differently encoded - try to intercept

Re: Certificate

2016-09-10 Thread Ivan Rancati
I'm not completely sure what your scenario is, so apologies if the following does not apply 1) You don't need a keystore in .jks format. With the -Djavax.net.ssl.keyStoreType=PKCS12 switch, you can directly use the .p12 file from jmeter and avoid problems with the Java keytool 2) you can use

Re: Reg. Source address option in HTTP sampler

2016-09-13 Thread Ivan Rancati
Not sure an IP range can be specified (at least, But you could use the thread number, something like 192.168.1.${__threadNum} regards Ivan On Tue, Sep 13, 2016 at 4:45 PM, BL Sreekanth wrote: > Thank you for the response. I could see the source address option now. Can

Re: HTTP PUT bytes output does NOT include the uploaded file size

2016-10-07 Thread Ivan Rancati
Hello, the guidelines for entering enhancements requests in Bugzilla are here http://jmeter.apache.org/issues.html there are also links to existing enhancement requests and bugs, it might be good to check if there's already a similar request hope it helps On Mon, Oct 3, 2016 at 5:18 PM, Ahmad

Re: Reg. Source address option in HTTP sampler

2016-09-20 Thread Ivan Rancati
hi, a couple of comments/ideas - I see you mention $ip. Could it be simply a typo instead of ${ip} ? - What's currently selected in "Source address type" ? - Are you sure your email from 9/15/16 was sent? It is quoted in your reply, but I haven't seen it on the mailing list. Because of that, it

Re: Reg. Source address option in HTTP sampler

2016-09-20 Thread Ivan Rancati
I think Source address type should be "IP/Hostname" and not "Device IPv4" Here is the documentation for the http sampler http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request Also, in the doc: "[Only for HTTP Request with HTTPClient implementation]", so I am not sure whether

Re: HTTP PUT bytes output does NOT include the uploaded file size

2016-09-30 Thread Ivan Rancati
I would imagine JMeter returns the size of the http response, not the size of the uploaded data. What does the Content-Length header return for your request? I would imagine it's a constant number, regardless of how many bytes you PUT Example with wget, it's similar with curl wget -S -O /dev/null

Re: HTTP PUT bytes output does NOT include the uploaded file size

2016-10-01 Thread Ivan Rancati
I would suggest: write a sampler in Java that does the http put, then you can access the Response object and set the size to a value you specify. I think it would also work with the scripting samples (like Beanshell, Javascript) I personally don't think there is anything to fix, as all samplers

Re: HttpClient SSL Handshake and self-signed certificate

2016-10-14 Thread Ivan Rancati
hi, No idea whether JMeter validates the hostname. I thought not, as I have some tests that access the server by IP address, and the server certificate has a hostname. A couple of ideas to try to narrow down the problem - check jmeter.log You should see some INFO entries from

Re: Issue in Jmeter setup in corporate proxy LAN.

2016-11-14 Thread Ivan Rancati
<anusu...@gmail.com> wrote: > Hello, > > Please find my inline response. > > Thanks > Anusuya > > On 14-Nov-2016 10:37 AM, "Ivan Rancati" <ivan.ranc...@gmail.com> wrote: > > > > Hello, > > > > Is it possible that there is some

Re: Issue in Jmeter setup in corporate proxy LAN.

2016-11-14 Thread Ivan Rancati
Hello, Is it possible that there is some confusion between the JMeter script recorder and using the company proxy in JMeter? You could try one step at a time 1) Can JMeter access the site you want to test? Enter your company proxy info in JMeter (see

Re: Variable Name must not be null

2016-11-11 Thread Ivan Rancati
Not sure, but quick to check: in the JDBC Sampler and JDBC Connection Configuration, under "Variable name bound to pool", is perhaps "Variable Name" empty? best regards Ivan On Fri, Nov 11, 2016 at 7:59 PM, kyle Hailey wrote: > running into an error > >

Re: Issue in Jmeter setup in corporate proxy LAN.

2016-11-14 Thread Ivan Rancati
gt; >> *Pragma: no-cache* > >> *Cache-Control: no-cache* > >> *Content-Type: text/html* > >> *Content-Length: 713* > >> > >> Is the Issue clearer now or am I confusing you? > >> > >> If you could tell me if i am doing somethin

Re: Queries on memory consumption between JMeter and any other programming language

2016-11-17 Thread Ivan Rancati
hi, a couple of ideas Server side Http Take for example testing an api over http. The only difference between http requests sent by different tools should be the "User agent" header; that would be very unlikely to cause any difference (including memory usage) on the server. If it did, I would

Re: 500 Server Error occurs only in JMeter, same POST is successful when submitted manually

2016-11-19 Thread Ivan Rancati
Hello, some generic troubleshooting: - do you have access to the server logs, to compare the successful request and the one that generates the 500 Server Error? - you could try to intercept the two outgoing requests, with a proxy such as Webscarab or Fiddler, then compare them - check/uncheck the

Re: Getting error while trying to run JDBC request

2016-11-15 Thread Ivan Rancati
You could try to telnet or netcat from the virtual box, on the specific port the db is listening to. If you get a "connection refused" it might indicate a firewall running on CentOS, that allows the icmp port (ping) but not 3306, or whatever port the DB communicates over. On Tue, Nov 15, 2016 at

Re: How would you go about creating a new Thread Group type?

2016-10-21 Thread Ivan Rancati
I'm also not sure I understand the problem. Assuming I do 1) use more threads, for example 125, and add a Throughput Controller 2) There was a similar discussion 3 years ago http://jmeter.512774.n5.nabble.com/Coordinated-Omission-CO-possible-strategies-tt5718456.html#none br, Ivan On Fri,

Re: Getting an error -401 - Unauthorized: Access is denied due to invalid credentials

2016-10-11 Thread Ivan Rancati
>From your log, it appears the server requires NTLM authentication, not basic 2016/10/12 10:27:16 INFO - org.apache.commons.httpclient.HttpMethodDirector: Failure authenticating with NTLM @fsad1.flextronics.com:443 I think it can be done, you will have to specify a realm as well as

Re: Getting an error -401 - Unauthorized: Access is denied due to invalid credentials

2016-10-11 Thread Ivan Rancati
Actually, the domain/realm for NTLM are also described in the Jmeter Docs http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Authorization_Manager On Wed, Oct 12, 2016 at 7:27 AM, Ivan Rancati <ivan.ranc...@gmail.com> wrote: > From your log, it appears the server requ

Re: Getting an error -401 - Unauthorized: Access is denied due to invalid credentials

2016-10-12 Thread Ivan Rancati
Realm field, what to mentioned there. > > Thanks and regards > Sachin > > On Wed, Oct 12, 2016 at 10:57 AM, Ivan Rancati <ivan.ranc...@gmail.com> > wrote: > > > From your log, it appears the server requires NTLM authentication, not > > basic > > > >

Re: HTTP PUT bytes output does NOT include the uploaded file size

2016-10-13 Thread Ivan Rancati
gt; > See discussion "Add a new metric : sent bytes", there have been some > > > > feedback on this proposal. > > > > > > > > Even if it's some work, I believe it should be here. > > > > I am often asked to provide the out

Re: Not able to handle dynamic value

2016-12-08 Thread Ivan Rancati
Hi, perhaps you can extract the key with the Regular Expression Extractor http://jmeter.apache.org/usermanual/component_reference.html#Regular_Expression_Extractor best regards Ivan On Thu, Dec 8, 2016 at 2:54 PM, Pravesh Prajapati < prajapati.prav...@gmail.com> wrote: > Hi Team, > I have

Re: Keystore not found

2017-03-31 Thread Ivan Rancati
For a quick test, you can also try to specify javax.net.ssl.keyStore= javax.net.ssl.keyStorePassword= javax.net.ssl.keyStoreType= directly from the command line (with -D) Once that works, you can adjust your system.properties as suggested below On Fri, Mar 31, 2017 at 11:35 AM, Stuart

Re: Prompt for Authentication with JMeter not with browser

2017-07-18 Thread Ivan Rancati
Perhaps Firefox saved a cookie or cached some other authentication info. What happens if you try from another browser (not previously used to access that page) in private/incognito mode? Ivan On Tue, Jul 18, 2017 at 8:00 AM, wrote: > Some more info on this - the

Ignoring property 'property' in org.apache.jmeter.timers.ConstantThroughputTimer

2017-07-18 Thread Ivan Rancati
good afternoon, While debugging a timer problem (details below) I came across this debug message that I can’t figure out 2017-07-18 10:16:51,032 DEBUG o.a.j.t.TestBeanHelper: Preparing class org.apache.jmeter.timers.ConstantThroughputTimer 2017-07-18 10:16:51,032 DEBUG

Re: Getting Familiar with JMeter

2017-07-16 Thread Ivan Rancati
http://jmeter.apache.org/usermanual/get-started.html Best regards On Jul 16, 2017 6:44 AM, "Harsha Gayan" wrote: > Hello, > Can someone suggest me a small bug in the issue list to start > working as a new comer to this project. > > >

Re: JMeter-Master/Slave error

2017-06-23 Thread Ivan Rancati
Not sure. I would try remote execution with a normal JMeter listener, for example a plain http request If that works: there is a problem with the JMeter plugin you are using, contact the plugin maintainer If the remote http request also generates the below error: probably the local and remote

Re: How to handle/capture batch Jobs using Jmeter

2017-06-12 Thread Ivan Rancati
if you have access to the server running the processes, you could look at the OS process sampler to check the execution times And additionally a Database sampler, to validate that the correct values are submitted. On Mon, Jun 12, 2017 at 9:47 AM, Anil Gaur wrote: > Hi.. > >

Re: Java 9?

2017-11-03 Thread Ivan Rancati
for what it's worth: with Linux (Kali), Jmeter nightly 1814153 and the Oracle jdk 9.0.1 I can open the attachment in Bug 61721 (dmcs_171_modified.jmx) I can run the .jmx as well best regards Ivan On Fri, Nov 3, 2017 at 9:34 PM, Alexander Podelko < apode...@yahoo.com.invalid> wrote: > Bug 61721

Re: I want to increment the number by 1 for each request - WebAPI 2.0

2018-05-17 Thread Ivan Rancati
You could try a counter https://jmeter.apache.org/usermanual/component_reference.html#Counter best regards, Ivan On Thu, May 17, 2018 at 10:18 AM, Mihir wrote: > I'm testing WebAPI 2.0 service which has path parameter. > /webapi2/attach/MjIwLjIyNS44OC4xNjV8U1FMVFJBQ0

Re: Jmeter sample count

2018-06-14 Thread Ivan Rancati
If you want to send 1 request per second, try a Constant Throughput Timer https://jmeter.apache.org/usermanual/component_reference.html#timers br, Ivan On Thu, Jun 14, 2018 at 12:56 PM praveen tiwari wrote: > Hi, > > As per my configuration, I am sending 1 request in 1 second for 900 >

Re: [jmeter-plugins] Digest for jmeter-plug...@googlegroups.com - 5 updates in 1 topic

2018-06-05 Thread Ivan Rancati
Would the JSON extractor work? https://jmeter.apache.org/usermanual/component_reference.html#JSON_Extractor Perhaps you could summarize the XML conversion issue; the email thread below is not easy to follow best regards Ivan On Mon, May 28, 2018 at 7:47 PM Shay Ginsbourg wrote: > Dear Sebb, >

Re: Gateway Timeout Errors

2017-12-22 Thread Ivan Rancati
hi, if you run your Thread Group for longer than the ramp-up time, you will have concurrency. That's a normal setup for a load test. Or have I misunderstood the question? The reason for the errors could be in the web application (see the server logs) or the web server that's in front of it (see

Re: timing difference for large (?) requests

2018-01-11 Thread Ivan Rancati
Very interesting. If I read right the numbers, the difference between Fiddler and JMeter is in the latency Time between begin and end of the server response: nearly identical JMeter Load time 37327-Latency 37272 = 55 ms Fiddler ServerDoneResponse: 15:08:26.210 - ServerBeginResponse: 15:08:26.158

Re: Avg field not visible in .jtl file < Urgent pls >

2018-06-21 Thread Ivan Rancati
You could try the following: in Jmeter (gui mode) open your jmx file, go to Aggregate Report (add one if needed), load the first jtl file, then the second. Or use the Performance plugin in Jenkins, that automatically generates summaries from the jtl files. On Thu, Jun 21, 2018 at 10:24 AM

Re: JMeter not showing runtime execution summary

2018-01-23 Thread Ivan Rancati
Probably you should try with JMeter 3.3 On Tue, Jan 23, 2018 at 1:08 PM, Pravesh Shrivastava < pravesh.shrivast...@gmail.com> wrote: > Yes, it is working in UI. And also giving me proper results in non GUI. The > only thing is, I can't see the runtime summary > > > >

Re: ctx.getThreadNum() and ${__threadNum}

2018-09-28 Thread Ivan Rancati
< philippe.moua...@gmail.com> wrote: > Thanks Ivan. > Would you like to provide a PR or patch ?: > > - https://jmeter.apache.org/building.html > > Thanks > > On Fri, Sep 21, 2018 at 12:45 PM Ivan Rancati > wrote: > > > hello, > > > > I entered a P3/min

Re: ctx.getThreadNum() and ${__threadNum}

2018-09-21 Thread Ivan Rancati
h is 0 based and the other from the name. > Its probably late to change this without potentially breaking backward > compatibility - perhaps a documentation update is better . > > regards > deepak > > On Wed, Sep 19, 2018 at 12:54 AM Ivan Rancati > wrote: > > >

Re: ctx.getThreadNum() and ${__threadNum}

2018-09-21 Thread Ivan Rancati
Hallo Philippe, will do. It might take a few days, though. Best, Ivan On Fri, Sep 21, 2018 at 12:47 PM Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Thanks Ivan. > Would you like to provide a PR or patch ?: > > - https://jmeter.apache.org/building.html > > Thanks > >

Re: Reg: UnSubscription from the list

2018-12-01 Thread Ivan Rancati
Hi, when you subscribed you received an automated message including this information: -- Welcome to user@jmeter.apache.org! Please save this message so that you know the address you are subscribed under, in case you

Re: http2 netty tlsv1.2

2018-09-12 Thread Ivan Rancati
I think the httpClient4 in JMeter does not support http/2, so you might have to install a third part plugin. For example this one https://jmeter-plugins.org/?search=http2 The page has a link for the Support Forums On Wed, Sep 12, 2018 at 1:16 PM Dor Ben Dov wrote: > Hi, > > I want to do

Re: http2 netty tlsv1.2

2018-09-13 Thread Ivan Rancati
Hello, I haven't yet tried out that plugin. Your best bet for help is the support forum on the plugin's page Best regards Ivan On Thu, Sep 13, 2018 at 7:21 AM Dor Ben Dov wrote: > Thanks Ivan, > I saw this plugin and already installed it, but, I am unable to attach my > TLS certificate to

Re: Delay Between Http Requests

2018-09-15 Thread Ivan Rancati
Would a Constant Throughput Timer http://jmeter.apache.org/usermanual/component_reference.html#Constant_Throughput_Timer work for you? Best regards On Sat, Sep 15, 2018 at 6:13 AM Nayak, Soumya R. wrote: > Hi All, > > Can you please let me know like what is the best way to put delay between >

Re: ctx.getThreadNum() and ${__threadNum}

2018-09-19 Thread Ivan Rancati
:00 AM Ivan Rancati wrote: > Good morning, > > I think that ctx.getThreadNum() returns a 0-based thread number, while the > variable __threadNum is 1-based. > > I have prepared test plan with a just a thread group, a constant > throughput timer and JSR223 sampler which just lo

ctx.getThreadNum() and ${__threadNum}

2018-09-19 Thread Ivan Rancati
Good morning, I think that ctx.getThreadNum() returns a 0-based thread number, while the variable __threadNum is 1-based. I have prepared test plan with a just a thread group, a constant throughput timer and JSR223 sampler which just logs log.info("from ctx:"+ctx.getThreadNum()) log.info("from

Re: Groovy OUT.println() in remote execution

2019-02-25 Thread Ivan Rancati
regards, Ivan On Mon, Feb 25, 2019 at 3:34 PM Antonio Gomes Rodrigues wrote: > Hi, > > Have you try annotations like > http://docs.grafana.org/reference/annotations/ > ? > > Antonio > > Le lun. 25 févr. 2019 à 15:00, Ivan Rancati a > écrit : > > > Hello, >

Groovy OUT.println() in remote execution

2019-02-25 Thread Ivan Rancati
Hello, I have a couple of test plans (run in non-GUI mode), where I use a JSR223 sampler (groovy) to display on the console when a certain stage is reached. For example, to indicate the setUp thread/s is/are complete: OUT.println("the setUp Thread Group is completed\n") This works locally, but

Re: Distributed Load testing Problem

2019-03-13 Thread Ivan Rancati
Two things you might have to check 1) keystore since JMeter 4.0 you have to either configure a keystore for RMI, or disable rmi over ssl (see https://jmeter.apache.org/usermanual/remote-test.html#setup_ssl) 2) Is the rmi port (default 1099) open? >From the master, does telnet 1099 work, or do

Re: Constant Throughput Timer Concerns

2019-03-18 Thread Ivan Rancati
hi, a couple of ideas 1. It really depends on how long you anticipate a request will take. If you want 17k request per minute and each request takes 10 seconds (so 6 requests in a minute), start with approximately 17k/6 threads and take it from there. 2. In general, I think it's better to use

Re: unable to create new native thread error

2019-03-12 Thread Ivan Rancati
hi, does this line -Jthreads=12 -Jramp=1 mean creating 120.000 Threads? That would be a extremely high load on the jMeter host (both cpu and memory), regardless of the ramp up time (not sure how you read the "ramp" property from your script, but sure it can't be one second). jmeter.log

setting the loglevel in distributed testing

2019-03-20 Thread Ivan Rancati
Hello, first of all thanks for the 5.1.1 release (and all the previous ones). I am running tests in distributed mode (non-gui) and I need to debug a particular sampler (a OS Process Sampler) that is failing. I have tried to start the test with: -LDEBUG, -LJmeter=DEBUG,

Re: Latency issue while running jmeter scripts in AWS server

2019-03-20 Thread Ivan Rancati
hi, at a first look I'd say Jmeter is behaving correctly like, for example, a browser would do: the first request takes longer, the following ones are cached. Another possibility: the first time you resolve the hostname of the server there is a dns lookup, all following requests are faster because

Re: Description in HLS_Sampler, select LIVE STREAM. Does jmeter automatically fetch the latest m3u8 every once in a while?

2019-02-12 Thread Ivan Rancati
That's a plugin developed by BlazeMeter, not a JMeter core component. You'll probably get faster support if you contact them directly On Tue, Feb 12, 2019 at 3:15 AM 1336230737 <1336230...@qq.com> wrote: > Description in HLS_Sampler, select LIVE STREAM. Does jmeter automatically > fetch the

Possible typo in "Best practices"

2019-02-04 Thread Ivan Rancati
Good afternoon, in the "16.11 Parameterising tests" section https://jmeter.apache.org/usermanual/best-practices.html#parameterising_tests there is an extra closing brace when showing how to use the property that has been passed on the command line, i.e. LOOPS=${__P(loops,10))}. should be, I

autostarting jmeter-server with systemd

2019-05-31 Thread Ivan Rancati
Hello, Yesterday I installed from scratch jmeter on some virtual machines in a cloud environment, and had an odd problem with starting jmeter-server. As this might happen to other testers, I'm sharing the workaround that I found My environment I have 10 JMeter remotes, they are virtual machines

Re: Followup question to "Help get OCSP responder load test working?" - New approach using OS Process sampler

2019-07-02 Thread Ivan Rancati
gt; > On Tuesday, July 2, 2019, 8:34:46 AM EDT, Ivan Rancati < > ivan.ranc...@gmail.com> wrote: > > 1. > If you try it, you will probably need to set a few headers, such as > --header='Content-Type:application/ocsp-request' > > 2. > Assuming you are testin

Re: Followup question to "Help get OCSP responder load test working?" - New approach using OS Process sampler

2019-07-02 Thread Ivan Rancati
Two ideas 1 If you are testing with a limited number of certificates: You could manually prepare one (or more) ocsp response file with openssl, then use the normal HTTP Sampler to POST that request openssl ocsp -issuer -cert -reqout 2 I have a couple of test plans with OS Process Sampler

Re: Followup question to "Help get OCSP responder load test working?" - New approach using OS Process sampler

2019-07-02 Thread Ivan Rancati
ontains" "revoked" and "substring" "revoked", but > neither succeeds. > > Thanks, > Jim > > > On Tuesday, July 2, 2019, 7:46:22 AM EDT, Ivan Rancati < > ivan.ranc...@gmail.com> wrote: > > Two ideas > > 1 > If you are t

Re: Mismatch of OS Process Sampler/Beanshell Post processor vs. requests

2019-08-21 Thread Ivan Rancati
You could try to log with DEBUG level, and see if jmeter.log has messages like "thread 1-37 terminated because the scheduler's time is reached". Perhaps it's just the web server that takes a long time to answer when 100 requests arrive concurrently. Running the test for, say, 20 minutes instead

Re: Need help in Login Logout script

2019-08-21 Thread Ivan Rancati
As the script is passing intermittently, perhaps you have found a server bug/crash. The server logs should explain the reason of the 500 Internal Server Error (if they don't, you have also found a bug in logging) On Mon, Aug 19, 2019 at 1:59 PM neeraj.kuma...@wipro.com.INVALID wrote: > Hi Team,

Re: Need help in Login Logout script

2019-08-22 Thread Ivan Rancati
Neeraj Kumar > > -- > *From:* Ivan Rancati > *Sent:* Thursday, August 22, 2019 1:13 AM > *To:* JMeter Users List > *Subject:* Re: Need help in Login Logout script > > ** This mail has been sent from an external source. Treat hyperli

Re: Mismatch of OS Process Sampler/Beanshell Post processor vs. requests

2019-08-23 Thread Ivan Rancati
You have an interesting setup: JMeter and Java app (is it part of the System under test, btw?) on the same computer. If you can't run JMeter and Java app on two different computers, this might work: -Test 1, that runs the Java app, to generate a file with URLs and/or POST contents -Test 2, to

Re: Understand bytes in JMeter .jtl

2019-08-07 Thread Ivan Rancati
Hello, "bytes" are only the received bytes Best, Ivan On Wed, Aug 7, 2019 at 9:21 AM Pravesh Shrivastava < pravesh.shrivast...@gmail.com> wrote: > Hello Experts, > > I have executed one test in JMeter and generated report in .jtl format. I > see some requests are downloading huge number of

Jmeter 5.4 NPE at LoadRecentProject.java:125

2020-12-08 Thread Ivan Rancati
Hello, first of all thanks to the JMeter team for the 5.4 release. I have a small problem on Windows 10: when I load a file (either from File/Open Recent... or File/Open) an exception is logged, and "unexpected error" is displayed. It seems to be a problem with updating the recent file list Here

Re: Not able to view request and response details after exporting log file to Listener[Tree view], when executed the script in non gui mode.

2024-02-22 Thread Ivan Rancati
Does jmeter.log on your local machine show any details? Maybe you can look at the .jtl file in an editor or (if there is no sensitive data) post the first few lines here. On Sun, Feb 4, 2024 at 11:52 PM Pravesh wrote: > Hi Team, > I am getting one weird issue. > In jmeter when I execute the