Reputation: 41
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
Reputation: 3414
Upvotes: 4
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
Reputation: 3938
Here is the step by step tutorial for installing jmeter
on CentOS
.
Hope this could help you.
Upvotes: 2