@@ -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