2017年1月17日 星期二

[loadtest] How to use loadtest to test your nodejs service

How to use loadtest to test your nodejs service
GitHub: Download
Google Doc: This document.

Installation
npm install -g loadtest

Run
#loadtest [-n requests] [-c concurrency]  URL
E.g.
#loadtest -n 100 -c 100 http://localhost:2012/

Verification