Start JMeter in GUI Mode

Profile picture for user devraj

There are several modes to start the JMeter. In windows you can navigate to the JMeter bin directory and double click or open on jmeter.bat file.

On Unix and MacOS you may have different configuration. 

Follow Step 1 and 2 if you want to start JMeter using Windows command prompt. Follow Step 2 to start JMeter on Ubuntu or Mac OS.

Commands and path may vary as per your system configuration and installation you have done.

Step 1: Navigate to the JMeter bin directory. Replace path in below commands with your path.

Windows: Type below command in Command Prompt

C:\>cd apache-jmeter-4.0/bin

Step 2: Start Jmeter using below command.

Windows

jmeter.bat

Ubuntu/MacOS

$ ./jmeter
Tags