Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot run Jmeter on my Linux terminal

Hey I have tried to run Jmeter (Jmeter-server.bat) on my Linux Terminal but but i get "Command not found". Jmeter is already downloaded from http://jmeter.apache.org/download_jmeter.cgi. Tried sh Jmeter.sh , ./jmeter= An error occured:null. What can i do ? By the way i'm doing all this from the lib directory. I tried sh jmeter it says : sh : 0: cannot open jmeter

like image 293
charles okojie Avatar asked Oct 15 '14 21:10

charles okojie


1 Answers

OK, I got the solution. I just used the command ./jmeter -n -t mytextplan.jmx in the bin directory I wasn't including the "./jmeter" in non GUI mode. It shows i'm in a current working directory.

Then i use

./jmeter -n -t TestPlanResult.jmx -l jmeteroutput.csv

to copy results to my csv file.

It worked!!

like image 190
charles okojie Avatar answered Sep 22 '22 15:09

charles okojie