Добавить
Уведомления

JMeter Beginner Tutorial 7 – JMeter execution from Command Line in non GUI mode

JMeter Beginner Tutorial 7 – JMeter execution from Command Line in non GUI mode ********************************************************************* What is the reason to execute NON GUI mode? • GUI - consumes more memory/Resources • GUI- Heavy load testing is not recommended • command line - can be integrated with other systems -Jenkins/CI/CD Step 1 : Go to command line - Provide the Jmeter.bat location in JMeter. Step 2 : Command : jmeter -n -t -l -n - Non GUI mode -t - JMeter test script location -l - Result file location Command to Execute JMeter script: D:\Software\Jmeter\apache-jmeter-3.2\bin - jmeter -n -t "F:\Jmeter Script\JMeter_command_line_execution.jmx" -l "F:\Jmeter Script/Report\commandline_executionResult\CommandLine_Execution.csv" Few Helpful Command: JMeter -h - to get help on JMeter commands JMeter -? - to get information on JMeter command options *********************************************************************

Иконка канала Java Гуру
2 подписчика
12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

JMeter Beginner Tutorial 7 – JMeter execution from Command Line in non GUI mode ********************************************************************* What is the reason to execute NON GUI mode? • GUI - consumes more memory/Resources • GUI- Heavy load testing is not recommended • command line - can be integrated with other systems -Jenkins/CI/CD Step 1 : Go to command line - Provide the Jmeter.bat location in JMeter. Step 2 : Command : jmeter -n -t -l -n - Non GUI mode -t - JMeter test script location -l - Result file location Command to Execute JMeter script: D:\Software\Jmeter\apache-jmeter-3.2\bin - jmeter -n -t "F:\Jmeter Script\JMeter_command_line_execution.jmx" -l "F:\Jmeter Script/Report\commandline_executionResult\CommandLine_Execution.csv" Few Helpful Command: JMeter -h - to get help on JMeter commands JMeter -? - to get information on JMeter command options *********************************************************************

, чтобы оставлять комментарии