Am 14. März 2017 07:55:55 MEZ schrieb praveen tiwari <[email protected]>: >Hi Felix, > >Thanks for your response! > >I have tried to fetch thread dump and attached same, tried 2 times >using >below query via cmd. > >C:\>cd Program Files\Java\jdk1.8.0_121\bin > >C:\Program Files\Java\jdk1.8.0_121\bin>jstack -l 1112 > >Above 1112 is the process id of java. >Let me know if I did correct or some thing else was expected as I am >taking >thread dump first time.
Seems to be correct. I believe you are experiencing a non responsiveness caused by the view results tree element. Do you have large responses - probably with few new lines? Based on the above, you have two options. First, you can disable the view results tree element while running the test. Second, try out a current nightly. We have changed the update mechanism of the element to be nicer in respect of responsiveness. Hope this helps, Felix > > >On Fri, Mar 10, 2017 at 9:47 PM, Felix Schumacher < >[email protected]> wrote: > >> >> >> Am 10. März 2017 09:53:45 MEZ schrieb praveen tiwari < >> [email protected]>: >> >Hi, >> > >> >I am trying to create a script using Jmeter v3.0. For this I >recorded >> >end >> >to end flow of my website and recorded the HTTP requests (approx >150). >> >Now I need to figure out which regular expression I need to apply to >> >fetch >> >data from response in previous request, for which I am trying to run >> >the >> >script once and see responses in listener "View results tree". >> > >> >Problem I am facing is that Jmter hangs when I run all request with >> >even 1 >> >virtual user, CPU usage goes to 100% for some time. >> > >> >I have disabled some requests (approx 80%), is that the reason >behind >> >this? >> > >> >Any help would be highly appreciated to avoid this and if any >> >workaround >> >available. >> >> Take threaddumps while the CPU is burning. >> >> I believe the current nightly has a new menu entry to do this easily >from >> the GUI. >> >> But it should be easy to find out how to take a threaddump by >searching >> the internet. The tools would be jstack, jvisualvm, jmc or even a >simple >> kill. >> >> We will probably be able to help you, when we see those dumps. >> >> Felix >> >> >> > >> >Thanks in advance! >> >> --------------------------------------------------------------------- >> 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]
