Giter VIP home page Giter VIP logo

dubbo-mesh's Introduction

dubbo-mesh

基于dubbo的Service Mesh Demo 2018阿里云中间件性能挑战赛参考

使用

docker network create --driver=bridge --subnet=10.10.10.0/24 --gateway=10.10.10.1 -o "com.docker.network.bridge.name"="benchmarker" -o "com.docker.network.bridge.enable_icc"="true" benchmarker

git clone [email protected]:zhenzou/dubbo-mesh.git $GOPATH/src/

cd $GOPATH/src/dubbo-mesh

docker build -t dubbo-mesh .

bash build/start-docker-mesh.sh

bash build/benchmark.sh # 需要clone官方benchmarker项目

说明

在第一天的提交就已经到了4K QPS了,后面的几天都是在调参,但并没有什么很大的突破。 目前来看最好的算法应该是WRR和加权最小连接数。 准备尝试一下加权RTT。 最新提交了一下,6.2K左右。

成绩

成绩

dubbo-mesh's People

Contributors

zhenzou avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.