upgrade to dubbo 2.7.2
4 files changed
tree: 8be527053e01605927e331e0b8de33b796306c48
  1. benchmark-base/
  2. client-base/
  3. dubbo-fst-client/
  4. dubbo-fst-server/
  5. dubbo-hessianlite-client/
  6. dubbo-hessianlite-server/
  7. dubbo-kryo-client/
  8. dubbo-kryo-server/
  9. dubbo-native-hessian-client/
  10. dubbo-native-hessian-server/
  11. server-base/
  12. .gitignore
  13. .travis.yml
  14. benchmark.sh
  15. LICENSE
  16. pom.xml
  17. README.md
README.md

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

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