An open API service indexing awesome lists of open source software.

https://github.com/prdn/pigato-perf

Performance tests for PIGATO, a microservices framework for Node.js and Io.js
https://github.com/prdn/pigato-perf

Last synced: about 1 year ago
JSON representation

Performance tests for PIGATO, a microservices framework for Node.js and Io.js

Awesome Lists containing this project

README

          

pigato-perf
===========

Performance tests for [PIGATO](https://github.com/prdn/pigato), a microservices framework for Node.js

### INSTALL
```npm install```

### USAGE
```node perf --help``` for the usage
```
Usage: perf [options]

Options:

-h, --help output usage information
--bn Num of Brokers
--wn Num of Workers (for each Broker)
--cn Num of Clients (for each Broker)
--pn Num of Parallel Requests (for each Client)
--p Num of messages (for each Client)
--m Use memory cache (1=enabled|0=disabled) (default=0)
--s Num of waves (default=1)
--e Num of waves (default=tcp://127.0.0.1:7777)
-N, --nofork Don't use fork
```

######Examples
```node perf.js --bn 4 --wn 2 --cn 2 --p 100000```