Usage
-----

To benchmark the ESB, run the following script from command line.

./loadtest.sh <URL>

Eg:
./loadtest.sh http://localhost:8280/services >load_full.txt



To Convert results to CVS file
java -jar ../../benchmark-client-wso2/ab-to-csv.jar load_full.txt > load_test_full.csv

