Skip to content

Commit ccc431f

Browse files
docs(network): 优化网络性能分析文档
- 添加 bpftrace 使用示例,增强网络性能分析能力 - 新增 TCP 连接队列和缓冲区相关内容,提升文档深度 - 补充网络设备驱动和内核旁路技术介绍,扩展文档覆盖范围 - 增加多个网络性能分析工具的使用说明,丰富文档实用性 - 新建网络延时分析和观测工具表格,提高文档易用性
1 parent bbbe49d commit ccc431f

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

go/gRPC.adoc

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
:toc:
2+
3+
// 保证所有的目录层级都可以正常显示图片
4+
:path: go/
5+
:imagesdir: ../image/
6+
7+
// 只有book调用的时候才会走到这里
8+
ifdef::rootpath[]
9+
:imagesdir: {rootpath}{path}{imagesdir}
10+
endif::rootpath[]
11+
12+
== gRPC
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+

0 commit comments

Comments
 (0)