jmeter cli command create infinity folders of report
adiorgad100 (Bug 65109): I tried to run jmx file with following command: jmeter -n -t test.jmx -l <file.jtl location> -e -o <jmeter_report location> and more than 400 report folders are created pls note I tried it with your example jmx file
Votes in Bugzilla: 1 Severity: normal OS: All
@FSchumacher (migrated from Bugzilla): We have to update the documentation to make it even more clear, that <something> means, that you have to replace that thing with your intended value.
The problem with angled brackets is, the shell will interpret those as redirection parameters, which can do the wrong thing.
@FSchumacher (migrated from Bugzilla): With this patch the placeholders will not be marked with <..> but can instead be decorated with CSS. I have included two different styles (one for the printable and one for the web site). I am not really happy with both of them. But this could be used for a start.
Created attachment 0001-Add-markup-for-placeholders-in-commands.patch: Add markup for placeholders
adiorgad100 (migrated from Bugzilla): sorry but you didn't understand me the command I ran is: jmeter -g testresults.jtl -o C:\Users\adi\Documents\automation\output\reporting2 (I added <> here just for path value) and this command created in my pc a lot of report folders . I did same command in 5.4 and it ran properly. pls test it again
@FSchumacher (migrated from Bugzilla): Sorry, for mis-reading your description. Can you show us, which folders where generated?
Also, it is always a good idea to give as much information on your environment as possible. Which JVM, OS, JMeter version? A sample JTL which can be used to reproduce the issue.