Added info to run jmeter from console authored by Sanin Julian (Student Com11)'s avatar Sanin Julian (Student Com11)
......@@ -116,6 +116,13 @@ Once you have setup the listeners you can run the testplan by clicking on the gr
On the upper right corner you will see a number counting up with a green square lighting up. That means that the testplan is currently running and it will turn gray once the tesplan has finished.
## Run JMeter from Console
To run a testplan from console type simply: `jmeter -n -t your_testplan.jmx`.
* -n - tells JMeter to run in non-GUI mode
* -t - specifies the path to source `.jmx` script to run
### Attachments:
[Testplan.jmx](https://gitlab.inf.unibz.it/julian-sanin1/jmeter-example/uploads/60ebfb720564b314dc478afd5c33b783/Testplan.jmx)
\ No newline at end of file