jmeter experiment ================= To install and run the jmeter test: 1) Download JMeter 2) Unzip it to a directory of your choice (will be called ${jmeter-home} in this guide 3) Make binaries executable ( chmod +x ${jmeter-home}/bin/jmeter ) 4) Run JMeter ( cd ${jmeter-home} => ./bin/jmeter ) 5) Open SemaGrow Stack JMeter Workspace ( semagrow-stack-jmeter.jmx ) Configuration: 1) Thread Group: a) Number of threads (users): Specify the number of users (1,2,5,10,20,50,100) b) Loop count: Set it equal to the total number of queries in the .csv file. 2) HTTP Request defaults: a) Server name: 143.233.226.43, Port 8080, b) Path: /SemaGrow/sparql/ 3) SPARQL queries as csv. a) Filename: set the path to the csv file. It must contain one query per line (currently we are using a set 19 sparql queries of the FAO experiment. Run: Hit Ctrl+R or the run button. Results: The results are placed in the View Results table. You could specify a .csv file path in the Filename textbox in order to save the results.