Load testing cli tool for web apps
install globally
npm install -g webinger
webinger --url=http://yourwebsite.com --method=get --rps=20 --requests=200
default:
|- URL = required
|- method = GET
|- rps(requests per second) = 1
|- requests(total requests count) = 100