Also if you have a listener running (like view results tree You likely also have a listener running that is using a lot of memory , if so disable it for your actual test run . ) make sure it is disabled
On Sat, Sep 22, 2018 at 8:41 AM Felix Schumacher < [email protected]> wrote: > > > Am 22.09.2018 um 03:31 schrieb 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. > You can create a log file containing a thread dump by using the menu: > Help --> Create a thread dump. > > Other options include using the command line tools "jstack > $PID_OF_JMETER" or "jcmd $PID_OF_JMETER Thread.print", or using GUI > tools like jconsole, jvisualvm or jmc. > > Regards, > Felix > > > > Regards, > > Ranjan > > > > -----Original Message----- > > From: Deepak Shetty <[email protected]> > > Sent: Saturday, September 22, 2018 12:27 AM > > To: JMeter Users List <[email protected]> > > 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. <[email protected]> > > 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 > >> > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
