update
15 files changed
tree: 96697818ae485ba7cfb667b3dbd91829c22de89b
  1. benchmark-base/
  2. dubbo-hessianlite-client/
  3. dubbo-hessianlite-server/
  4. dubbo-kryo-client/
  5. dubbo-kryo-server/
  6. .gitignore
  7. benchmark.sh
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Dubbo Benchmark

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 and port for service

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