0.0.13 • Published 9 years ago

pigato-perf v0.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

pigato-perf

Performance tests for 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 <val>    Num of Brokers
    --wn <val>    Num of Workers (for each Broker)
    --cn <val>    Num of Clients (for each Broker)
    --pn <val>    Num of Parallel Requests (for each Client)
    --p <val>     Num of messages (for each Client)
    --m <val>     Use memory cache (1=enabled|0=disabled) (default=0)
    --s <val>     Num of waves (default=1)
    --e <val>     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

0.0.13

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago