Clone this repo:
  1. 0165529 Merge pull request #49 from icodening/dashboard by Ken Liu · 7 days ago master
  2. 9a43a84 add benchmark dashboard support by icodening · 7 days ago
  3. 72147f3 Merge branch 'apache:master' into master by icodening · 9 weeks ago
  4. b0d233e add kryo by icodening · 9 weeks ago jmh_result
  5. b1003ab Merge branch 'apache:master' into master by icodening · 9 weeks 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