https://bz.apache.org/bugzilla/show_bug.cgi?id=60682
--- Comment #20 from Amar <[email protected]> --- It shows me this when i started it with jmeter.sh . Something related to loading class MacBook-Pro-2:bin Amar$ ./jmeter.sh SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. ================================================================================ Don't use GUI mode for load testing, only for Test creation and Test debugging ! For load testing, use NON GUI Mode: jmeter -n -t [jmx file] -l [results file] -e -o [Path to output folder]) & adapt Java Heap to your test requirements: Modify HEAP="-Xms512m -Xmx512m" in the JMeter batch file ========================================== -- You are receiving this mail because: You are the assignee for the bug.
