Hi, When i need to switch quickly the JDK used by JMeter i set in the jmeter.bat with :
setlocal set *JM_LAUNCH*=C:\Java\jdk1.8.0_191\bin\java.exe rem set JM_LAUNCH=C:\Java\openjdk-11u-11.0.4_11\bin\java.exe rem set JM_LAUNCH=C:\Java\jdk-11.0.2\bin\java.exe rem set JM_LAUNCH=C:\Java\jdk-17.0.2\bin\java.exe and remplace *java *with %JM_LAUNCH% for /f "tokens=3" %%g in ('%*JM_LAUNCH*% -version 2^>^&1 ^| findstr /i "version"') do ( Regards. Vincent DABURON Le lun. 14 mars 2022 à 15:11, Vincent Daburon <vdabu...@gmail.com> a écrit : > Hi, > I change the real host to a host1anony > > The JTL file with html trouble display in the View Tree Result and JDK > 11 but i record with JDK 8 in attachment. > > Regards. > Vincent DABURON > > Le lun. 14 mars 2022 à 15:07, Felix Schumacher > <felix.schumac...@internetallee.de> a écrit : > > > > This slowness happens on Windows 10 with Java 11 and OpenJDK 8 (282), > > whenever I switch from an "empty" sample to a "biggish" sample. > > Switching from a "biggish" sample to another "biggish" sample has no > > real performance impact (below 1 second, I would say). > > > > Will try with Linux later. > > > > Felix > > > > Am 14.03.2022 14:51, schrieb Felix Schumacher: > > > I think I can reproduce it. I sampled a biggish page. It recorded > > > three sub samples. Two redirects and the actual page. > > > Clicking on the main sample takes one or two seconds. Changing to the > > > redirect is fast, but changing back to the main sample or the sub > > > sample with the page is incredibly slow. > > > > > > Gui is not responding, as the awt thread is calculating the preferred > > > view size and is almost all the time in > > > sun.font.SunLayoutEngine.shape. > > > > > > Felix > > > > > > Am 14. März 2022 13:40:46 MEZ schrieb Vladimir Sitnikov > > > <sitnikov.vladi...@gmail.com>: > > >>> When i clique to display the resultat data (html boy) the JMeter is > > >>> very slow to show the page. > > >>> I need to wait 4 sec to 8 sec between click and the http sampler and > > >>> the display in text format. > > >> > > >> Vincent, do you think you could create a reproducer for the issue? > > >> (e.g. > > >> share HTML contents) > > >> Do you think you could gather thread dumps (e.g. jstack <jmeter_pid>) > > >> while > > >> clicking the "view results" tab? > > >> > > >> Vladimir >