Shobana
Shobana

Reputation: 41

How to install jmeter on CentOS 6.3 Server

I need to install jmeter on CentOS 6.3 server to do load testing for one of my project. How can I install jmeter on CentOS 6.3 Server?

Upvotes: 4

Views: 16511

Answers (3)

some_other_guy
some_other_guy

Reputation: 3414

  1. Download the JMeter binary.
  2. Unzip apache-jmeter-*.tgz to your preferred location
  3. Run bin/jmeter.sh

Upvotes: 4

lemil77
lemil77

Reputation: 341

Just copy the Jmeter binaries and that's it. Be sure to have the java sdk installed and choose the jmeter bin distribution for that JDK version. Check the apache site for more info.

Notice that Jmeter is a visual app and will need that to create and configure the tests.

Also can, after your test is configure you can run those test using command line.

Thanks!

@Leo

Upvotes: 0

MangeshBiradar
MangeshBiradar

Reputation: 3938

Here is the step by step tutorial for installing jmeter on CentOS.

Hope this could help you.

Upvotes: 2

Related Questions