Note: This instruction only works in a GNU/Linux system where Java is installed
This package download and install JMeter with a sample application written in Flask.
Clone the repository locally
git clone git://github.com/baijum/hellojmeter.git
Install Python
cd hellojmeter ./installpy27.sh
Bootstrap buildout
./usr/bin/python bootstrap.py -d
Run buildout
./bin/buildout
To run sample application:
./bin/hellojmeterctl
To run JMeter test case from command line:
./apache-jmeter-2.6/bin/jmeter -n -t testcases/TestHello.jmx -l log.jtl
Start JMeter:
./apache-jmeter-2.6/bin/jmeter -t testcases/TestHello.jmx
Then, run test case through one of these methods:
- Press Ctrl+R to run the test case.
- Click on the menu: Run -> Start
- Click on the right arrow green button in the tool bar