Skip to content

Releases: mitallast/netty-queue

Snapshot release for benchmark

25 Dec 18:40
Compare
Choose a tag to compare
Pre-release

Snapshot release for benchmarking.

How to run

As example, you have 3 servers: node-a, node-b, node-c.

  1. Prepare environment variables on each server like:
export NETTY_DISCOVERY_HOST="node-a"
export NETTY_DISCOVERY="node-a,node-b,node-c"
  1. At first server run benchmark-bootstrap.sh to initialize raft server as first leader
  2. At others servers run benchmark.sh to connect to existing cluster
  3. Open browser with page http://node-a:8800/admin/index.html
  4. Open tab Raft state and check that cluster contains all nodes
  5. Open tab Start benchmark and run it
  6. Wait some time for benchmark response
    ...
    ???
    PROFIT!!!