Skip to content

Releases: OpenCloudOS/nettrace

compatible for kernel4.X and kernel5.18

04 Aug 04:38
Compare
Choose a tag to compare

改了很多东西,不知从何说起,主要还是兼容性和问题修复吧:

  1. 做了各个内核版本的兼容性适配,包括4.14/4.15/5.4/5.18等内核版本(太难了,ubuntu16/18的内核是个坑)
  2. 修复了报文过滤不准确的问题(出现了不该出现的报文)

V1.2.0: release for network diagnose feature

20 Jul 11:37
Compare
Choose a tag to compare

网络诊断功能基本完成。这个release里同时完成了文档和man手册的编写。
网络诊断功能目前在5.4-5.10版本的内核进行了验证和适配,能满足这些版本的要求。对于更高或者更低的内核版本,暂未进行适配,可能会出现一些问题。

v1.0.0: change version to 1.0.0

02 Jun 02:42
Compare
Choose a tag to compare
  1. 引入了droptrace、nodetrace等工具
  2. 新增“打包模式”,将nettrace打包成单个可执行python文件

附件中的压缩包为编译好的可直接使用的工具

v0.1.3: add support of short format in tracer.json

21 Dec 02:05
Compare
Choose a tag to compare
To make it more easy to add trace to tracer.json, introduce short
format for kprobe.

Now, you can use "ip_rcv:0" instead of:

{
	"name": "ip_rcv",
	"skb": 0
}

Simpier, isn't it?

The old format is still supported for complex case.

Signed-off-by: Menglong Dong <[email protected]>