Issue With JMeter Not Sending Http Requests

2018-09-21 Thread Nayak, Soumya R.
Hi Deepak,

Thanks for the reply. 
Can you please help me how to take the Thread dumps and also check the JVM 
memory usage.

As of now I am running JMeter test in GUI mode.

Regards,
Ranjan

-Original Message-
From: Deepak Shetty  
Sent: Saturday, September 22, 2018 12:27 AM
To: JMeter Users List 
Subject: Re: Issue With JMeter Not Sending Http Requests

Hi
take a thread dump of java to see what its doing.
I have seen this behavior sometimes with out of memory
>. I checked the memory (using 6 GB/32 GB)
This sounds like you are checking OS memory not JVM

regards
deepak

On Thu, Sep 20, 2018 at 10:43 PM Nayak, Soumya R. 
wrote:

> Hi All,
>
> I am running  a test in JMeter (4.0 version) where I am submitting 
> Http Request every minute.
> So I had given a configuration to run with one user and delay of 60 
> seconds, total of 1200 requests to submit, but after around 1060 
> requests submission, the requests are no more submitted.
> The data is picked up from a CSV file. Still the JMeter is running, 
> the elapsed time is going on. I checked the memory (using 6 GB/32 GB) 
> and cpu -
> 1 or 2%. Even I checked there is no logs either in bin folder or in 
> JMeter GUI.
>
> Its has run continuously till now up to 23 hours and still running. So 
> can anybody help me what would be the cause or where can I check the 
> logs. This is second time its happening like this.
>
> Machine specs - 32 GB ram, Windows 10 Enterprise, Intel Xeon E5 processor.
>
> Regards,
> Soumya
>
>
> **
>  This message may contain confidential or 
> proprietary information intended only for the use of the
> addressee(s) named above or may contain information that is legally 
> privileged. If you are not the intended addressee, or the person 
> responsible for delivering it to the intended addressee, you are 
> hereby notified that reading, disseminating, distributing or copying 
> this message is strictly prohibited. If you have received this message 
> by mistake, please immediately notify us by replying to the message 
> and delete the original message and any copies immediately thereafter.
>
> If you received this email as a commercial message and would like to 
> opt out of future commercial messages, please let us know and we will 
> remove you from our distribution list.
>
> Thank you.~
>
> **
> 
> FAFLD
>


Re: Issue With JMeter Not Sending Http Requests

2018-09-21 Thread Deepak Shetty
Hi
take a thread dump of java to see what its doing.
I have seen this behavior sometimes with out of memory
>. I checked the memory (using 6 GB/32 GB)
This sounds like you are checking OS memory not JVM

regards
deepak

On Thu, Sep 20, 2018 at 10:43 PM Nayak, Soumya R. 
wrote:

> Hi All,
>
> I am running  a test in JMeter (4.0 version) where I am submitting Http
> Request every minute.
> So I had given a configuration to run with one user and delay of 60
> seconds, total of 1200 requests to submit, but after around 1060 requests
> submission, the requests are no more submitted.
> The data is picked up from a CSV file. Still the JMeter is running, the
> elapsed time is going on. I checked the memory (using 6 GB/32 GB) and cpu -
> 1 or 2%. Even I checked there is no logs either in bin folder or in JMeter
> GUI.
>
> Its has run continuously till now up to 23 hours and still running. So can
> anybody help me what would be the cause or where can I check the logs. This
> is second time its happening like this.
>
> Machine specs - 32 GB ram, Windows 10 Enterprise, Intel Xeon E5 processor.
>
> Regards,
> Soumya
>
>
> **
> This message may contain confidential or proprietary information intended
> only for the use of the
> addressee(s) named above or may contain information that is legally
> privileged. If you are
> not the intended addressee, or the person responsible for delivering it to
> the intended addressee,
> you are hereby notified that reading, disseminating, distributing or
> copying this message is strictly
> prohibited. If you have received this message by mistake, please
> immediately notify us by
> replying to the message and delete the original message and any copies
> immediately thereafter.
>
> If you received this email as a commercial message and would like to opt
> out of future commercial
> messages, please let us know and we will remove you from our distribution
> list.
>
> Thank you.~
>
> **
> FAFLD
>


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: ctx.getThreadNum() and ${__threadNum}

2018-09-21 Thread Philippe Mouawad
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/minor bug with the documentation update request
> https://bz.apache.org/bugzilla/show_bug.cgi?id=62752
>
> Thanks and best regards
> Ivan
>
> On Thu, Sep 20, 2018 at 7:18 PM Deepak Shetty  wrote:
>
> > I believe there is a discrepancy - The context reads it from the thread
> > which 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:
> >
> > > As JMeter 5.0 has been released today, a quick update:
> > >
> > > the behaviour with the thread number is the same with JMeter 4.0 and
> > 5.0. I
> > > tried both versions of JMeter on Linux with a mix of OpenJDK10, Oracle
> > JDK
> > > 9 and Oracle JDK 10
> > >
> > > Thanks for the 5.0 release and best regards
> > >
> > > On Wed, Sep 19, 2018 at 8: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 logs
> > > >
> > > > log.info("from ctx:"+ctx.getThreadNum())
> > > > log.info("from variable: ${__threadNum}")
> > > >
> > > > in jmeter.log I see for example for the first thread
> > > >
> > > > 2018-09-18 22:45:07,610 INFO o.a.j.t.JMeterThread: Thread started:
> > Thread
> > > > Group 1-1
> > > > ...
> > > > 2018-09-18 22:45:08,085 INFO o.a.j.p.j.s.JSR223Sampler: from ctx:0
> > > > 2018-09-18 22:45:08,085 INFO o.a.j.p.j.s.JSR223Sampler: from
> variable:
> > 1
> > > >
> > > > and so on. Am I reading incorrectly one of the two values?
> > > >
> > > > I thought, as the threads are numbered with  from
> > > > 1>-
> > > > in jmeter.log, both values should be 1-based
> > > >
> > > > Thanks and best regards,
> > > > Ivan
> > > >
> > >
> >
>


-- 
Cordialement.
Philippe Mouawad.


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

2018-09-21 Thread Ivan Rancati
hello,

I entered a P3/minor bug with the documentation update request
https://bz.apache.org/bugzilla/show_bug.cgi?id=62752

Thanks and best regards
Ivan

On Thu, Sep 20, 2018 at 7:18 PM Deepak Shetty  wrote:

> I believe there is a discrepancy - The context reads it from the thread
> which 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:
>
> > As JMeter 5.0 has been released today, a quick update:
> >
> > the behaviour with the thread number is the same with JMeter 4.0 and
> 5.0. I
> > tried both versions of JMeter on Linux with a mix of OpenJDK10, Oracle
> JDK
> > 9 and Oracle JDK 10
> >
> > Thanks for the 5.0 release and best regards
> >
> > On Wed, Sep 19, 2018 at 8: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 logs
> > >
> > > log.info("from ctx:"+ctx.getThreadNum())
> > > log.info("from variable: ${__threadNum}")
> > >
> > > in jmeter.log I see for example for the first thread
> > >
> > > 2018-09-18 22:45:07,610 INFO o.a.j.t.JMeterThread: Thread started:
> Thread
> > > Group 1-1
> > > ...
> > > 2018-09-18 22:45:08,085 INFO o.a.j.p.j.s.JSR223Sampler: from ctx:0
> > > 2018-09-18 22:45:08,085 INFO o.a.j.p.j.s.JSR223Sampler: from variable:
> 1
> > >
> > > and so on. Am I reading incorrectly one of the two values?
> > >
> > > I thought, as the threads are numbered with  > > 1>-
> > > in jmeter.log, both values should be 1-based
> > >
> > > Thanks and best regards,
> > > Ivan
> > >
> >
>


RE: Issue With JMeter Not Sending Http Requests

2018-09-21 Thread Steven Allison
Are you running other thread groups in parallel?  The only other thing I might 
suggest is changing the sharing mode to current thread group and nesting it 
inside the thread group.

Other than that I am unsure I'm afraid.

Thanks

Steven

-Original Message-
From: Nayak, Soumya R.  
Sent: 21 September 2018 10:15
To: JMeter Users List 
Subject: Issue With JMeter Not Sending Http Requests

Hi,

I checked that CSV file which is generated and its having 1200 rows.
Below are my Settings in CSV config file :- Recycle on EOF - False Stop Thread 
on EOF - True Sharing mode - All Threads

Regards,
Ranjan 


-Original Message-
From: Steven Allison 
Sent: Friday, September 21, 2018 2:02 PM
To: JMeter Users List 
Subject: RE: Issue With JMeter Not Sending Http Requests

Hi,

You may have already checked but what are the settings in your CSV Data Set 
Config?  Particularly for 'Recycle on EOF' and 'Stop Thread on EOF'?

How many rows are in your CSV file?

It might be that.


-Original Message-
From: Nayak, Soumya R. 
Sent: 21 September 2018 06:39
To: JMeter Users List 
Subject: Issue With JMeter Not Sending Http Requests

Hi All,

I am running  a test in JMeter (4.0 version) where I am submitting Http Request 
every minute.
So I had given a configuration to run with one user and delay of 60 seconds, 
total of 1200 requests to submit, but after around 1060 requests submission, 
the requests are no more submitted.
The data is picked up from a CSV file. Still the JMeter is running, the elapsed 
time is going on. I checked the memory (using 6 GB/32 GB) and cpu - 1 or 2%. 
Even I checked there is no logs either in bin folder or in JMeter GUI.

Its has run continuously till now up to 23 hours and still running. So can 
anybody help me what would be the cause or where can I check the logs. This is 
second time its happening like this.

Machine specs - 32 GB ram, Windows 10 Enterprise, Intel Xeon E5 processor.

Regards,
Soumya

**
This message may contain confidential or proprietary information intended only 
for the use of the
addressee(s) named above or may contain information that is legally privileged. 
If you are not the intended addressee, or the person responsible for delivering 
it to the intended addressee, you are hereby notified that reading, 
disseminating, distributing or copying this message is strictly prohibited. If 
you have received this message by mistake, please immediately notify us by 
replying to the message and delete the original message and any copies 
immediately thereafter.

If you received this email as a commercial message and would like to opt out of 
future commercial messages, please let us know and we will remove you from our 
distribution list.

Thank you.~
**
FAFLD

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Issue With JMeter Not Sending Http Requests

2018-09-21 Thread Nayak, Soumya R.
Hi,

I checked that CSV file which is generated and its having 1200 rows.
Below are my Settings in CSV config file :-
Recycle on EOF - False
Stop Thread on EOF - True
Sharing mode - All Threads

Regards,
Ranjan 


-Original Message-
From: Steven Allison  
Sent: Friday, September 21, 2018 2:02 PM
To: JMeter Users List 
Subject: RE: Issue With JMeter Not Sending Http Requests

Hi,

You may have already checked but what are the settings in your CSV Data Set 
Config?  Particularly for 'Recycle on EOF' and 'Stop Thread on EOF'?

How many rows are in your CSV file?

It might be that.


-Original Message-
From: Nayak, Soumya R.  
Sent: 21 September 2018 06:39
To: JMeter Users List 
Subject: Issue With JMeter Not Sending Http Requests

Hi All,

I am running  a test in JMeter (4.0 version) where I am submitting Http Request 
every minute.
So I had given a configuration to run with one user and delay of 60 seconds, 
total of 1200 requests to submit, but after around 1060 requests submission, 
the requests are no more submitted.
The data is picked up from a CSV file. Still the JMeter is running, the elapsed 
time is going on. I checked the memory (using 6 GB/32 GB) and cpu - 1 or 2%. 
Even I checked there is no logs either in bin folder or in JMeter GUI.

Its has run continuously till now up to 23 hours and still running. So can 
anybody help me what would be the cause or where can I check the logs. This is 
second time its happening like this.

Machine specs - 32 GB ram, Windows 10 Enterprise, Intel Xeon E5 processor.

Regards,
Soumya

**
This message may contain confidential or proprietary information intended only 
for the use of the
addressee(s) named above or may contain information that is legally privileged. 
If you are not the intended addressee, or the person responsible for delivering 
it to the intended addressee, you are hereby notified that reading, 
disseminating, distributing or copying this message is strictly prohibited. If 
you have received this message by mistake, please immediately notify us by 
replying to the message and delete the original message and any copies 
immediately thereafter.

If you received this email as a commercial message and would like to opt out of 
future commercial messages, please let us know and we will remove you from our 
distribution list.

Thank you.~
**
FAFLD

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



RE: Issue With JMeter Not Sending Http Requests

2018-09-21 Thread Steven Allison
Hi,

You may have already checked but what are the settings in your CSV Data Set 
Config?  Particularly for 'Recycle on EOF' and 'Stop Thread on EOF'?

How many rows are in your CSV file?

It might be that.


-Original Message-
From: Nayak, Soumya R.  
Sent: 21 September 2018 06:39
To: JMeter Users List 
Subject: Issue With JMeter Not Sending Http Requests

Hi All,

I am running  a test in JMeter (4.0 version) where I am submitting Http Request 
every minute.
So I had given a configuration to run with one user and delay of 60 seconds, 
total of 1200 requests to submit, but after around 1060 requests submission, 
the requests are no more submitted.
The data is picked up from a CSV file. Still the JMeter is running, the elapsed 
time is going on. I checked the memory (using 6 GB/32 GB) and cpu - 1 or 2%. 
Even I checked there is no logs either in bin folder or in JMeter GUI.

Its has run continuously till now up to 23 hours and still running. So can 
anybody help me what would be the cause or where can I check the logs. This is 
second time its happening like this.

Machine specs - 32 GB ram, Windows 10 Enterprise, Intel Xeon E5 processor.

Regards,
Soumya

**
This message may contain confidential or proprietary information intended only 
for the use of the
addressee(s) named above or may contain information that is legally privileged. 
If you are not the intended addressee, or the person responsible for delivering 
it to the intended addressee, you are hereby notified that reading, 
disseminating, distributing or copying this message is strictly prohibited. If 
you have received this message by mistake, please immediately notify us by 
replying to the message and delete the original message and any copies 
immediately thereafter.

If you received this email as a commercial message and would like to opt out of 
future commercial messages, please let us know and we will remove you from our 
distribution list.

Thank you.~
**
FAFLD

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: Programmatically generate PNG from the PerfMon plugin results

2018-09-21 Thread Marek Czernek

Amazing! Thank you very much, this indeed works.

On 9/21/18 7:35 AM, glin...@live.com wrote:

You can do this via  JMeterPluginsCMD Command Line Tool
  , the relevant
command-line syntax would be something like:



JMeterPluginsCMD.bat --generate-png perfmon.png --input-jtl
perfmon-results.csv --plugin-type PerfMon --width 1024 --height 768

You can install JMeterPluginsCMD tool using  JMeter Plugins Manager




--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org


--

Marek Czernek

JWS/JBCS Associate Quality Engineer, RHCA

Find me at www.halfastack.com