Clone this repo:
  1. 0641cb0 remove image (#51) by icodening · 8 months ago master
  2. 943f170 improve benchmark (#50) by icodening · 9 months ago
  3. 0165529 Merge pull request #49 from icodening/dashboard by Ken Liu · 12 months ago
  4. 9a43a84 add benchmark dashboard support by icodening · 12 months ago
  5. 72147f3 Merge branch 'apache:master' into master by icodening · 1 year, 1 month ago

Dubbo Benchmark

Build Status

This project focuses on benchmarking and profiling dubbo framework with the combination of different serialization and transporter options. The code and the idea behinds it is inspired by RPC Benchmark.

How To Run Benchmark

Clone this project onto your desktop, then

  • Start the target server first, for example:
./benchmark.sh dubbo-kryo-server
  • Start the corresponding client, for example:
./benchmark.sh dubbo-kryo-client
  • If you want run dubbo-go benchmark, use the script benchmark-go.sh, for example:
./benchmark-go.sh dubbo-go-triple-server
./benchmark-go.sh dubbo-go-triple-client

#You can use -h to see the configurable parameters, for example:
./benchmark-go.sh dubbo-go-triple-client -h

How to Run Profiling

  • Start the target server in profiling mode, for example:
./benchmark.sh -m profiling dubbo-kryo-server
  • Start the corresponding client, for example:
./benchmark.sh dubbo-kryo-client

Specify hostname, port and output file for service

./benchmark.sh -s [hostname|ip address] -p port -f output