Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc table format, spring-cloud-sleuth and zab link #3005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: ""


| | Description |
| ------------ | ------------------------------------ ------------------------ |
| ------------ | ------------------------------------------------------------ |
| **Machine** | 4C8G Linux JDK 1.8 (Provider) 4C8G Linux JDK 1.8 (Consumer) |
| **Pressure test case** | RPC method types include: no parameters and no return value, normal pojo return value, pojo list return value<br /><br />2.7 version Dubbo protocol (Hessian2 serialization)<br /> Version 3.0 Dubbo protocol (Hessian2 serialization)<br />3.0 version Dubbo protocol (Protobuf serialization)<br />3.0 version Triple protocol (Protobuf serialization)<br />3.0 version Triple protocol (Protobuf sets Hessian2 serialization) |
| **Pressure test method** | In a single-link scenario, the consumer starts 32 concurrent threads (the current machine configuration qps rt has a more balanced number of concurrency), and collects the pressure test data after continuous pressure<br /> The pressure test data passes https: //github.com/apache/dubbo-benchmark Get |
Expand All @@ -24,7 +24,7 @@ description: ""
## 1.2 Data Analysis

| | **Dubbo + Hessian2<br />2.7** | **Dubbo + Hessian2<br />3.0** | **Dubbo + Protobuf<br />3.0** | **Triple + Protobuf<br /> 3.0** | **Triple + Protobuf(Hessian)<br />3.0** |
| ------------------ | ----------------------------- | ----------------------------- | -------------------- --------- | ------------------------------ | --------- --------------------------------- |
| ------------------ | ----------------------------- | ----------------------------- | ----------------------------- | ------------------------------ | ------------------------------------------ |
| **No parameter method** | 30333 ops/s<br />2.5ms P99 | 30414 ops/s<br />2.4ms P99 | 24123 ops/s<br />3.2ms P99 | 7016 ops/s< br />8.7ms P99 | 6635 ops/s<br />9.1ms P99 |
| **pojo return value** | 8984 ops/s<br />6.1 ms P99 | 12279 ops/s<br />5.7 ms P99 | 21479 ops/s<br />3.0 ms P99 | 6255 ops/s< br />8.9 ms P99 | 6491 ops/s<br />10 ms P99 |
| **pojo list return value** | 1916 ops/s<br />34 ms P99 | 2037 ops/s<br />34 ms P99 | 12722 ops/s<br />7.7 ms P99 | 6920 ops/s <br />9.6 ms P99 | 2833 ops/s<br />27 ms P99 |
Expand Down Expand Up @@ -52,4 +52,4 @@ TBD<br /><br />

### 1.2.4 Simulate the throughput improvement of the Stream communication scenario

TBD
TBD
2 changes: 1 addition & 1 deletion content/zh-cn/blog/integration/dubbo-zk.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ JLine support is enabled



[^1]: https://www.ixiacom.com/company/blog/apache-zab—zookeeper-atomic-broadcast-protocol
[^1]: https://zookeeper.apache.org/doc/r3.4.13/zookeeperInternals.html
[^2]: https://www.apache.org/dyn/closer.cgi/zookeeper/
[^3]: https://brew.sh
[^4]: https://www.docker.com/community-edition
Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/blog/integration/use-zipkin-in-dubbo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
-gg--
title: "在 Dubbo 中使用 Zipkin"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix this

linkTitle: "在 Dubbo 中使用 Zipkin"
date: 2018-06-17
Expand Down Expand Up @@ -602,4 +602,4 @@ $ mvn exec:java -Dexec.mainClass=com.alibaba.dubbo.samples.client.Application

Zipkin 对 Dubbo 的支持是构建在 Dubbo 的 filter 扩展机制上的,有兴趣的读者可以通过 https://github.com/openzipkin/brave/blob/master/instrumentation/dubbo/src/main/java/brave/dubbo/TracingFilter.java 了解其实现细节。

本文中涉及的例子可以从 https://github.com/dubbo/dubbo-samples 中的 "dubbo-samples-zipkin" 子模块中获取。另外,spring-cloud-sleth 2.0 中开始 [正式支持 Dubbo](https://cloud.spring.io/spring-cloud-static/spring-cloud-sleuth/2.0.2.RELEASE/single/spring-cloud-sleuth.html#_dubbo_rpc_support),相关的文章和例子后续计划提供。
本文中涉及的例子可以从 https://github.com/dubbo/dubbo-samples 中的 "dubbo-samples-zipkin" 子模块中获取。另外,spring-cloud-sleth 2.0 中开始 [正式支持 Dubbo](https://docs.spring.io/spring-cloud-sleuth/docs/current/reference/html/integrations.html#sleuth-rpc-dubbo-integration),相关的文章和例子后续计划提供。
Loading