项目作者: kuzzleio

项目描述 :
Benchmarking tool to measure Kuzzle performance
高级语言: Scala
项目地址: git://github.com/kuzzleio/kuzzle-benchmark.git
创建时间: 2016-07-11T08:08:38Z
项目社区:https://github.com/kuzzleio/kuzzle-benchmark

开源协议:Apache License 2.0

下载


kuzzle-benchmark

Benchmarking tool to measure Kuzzle performance

Starting a benchmark

  1. $ npm start

Freezes / “Possible SYN flooding” messages

Due to the benchmarker high frequency nature, it has a tendency to trigger Linux Kernels anti-flood protections.
To bypass this problem, you need to set the net.core.somaxconn parameter to a higher value.

For instance: sudo sysctl -w net.core.somaxconn=8192

Modifying benchmark scenarios

You can modify the benchmark parameters and scenarios by editing the benchmark.config.js file.