Skip to content

新增了多个功能

Compare
Choose a tag to compare
@menglongdong menglongdong released this 03 Jul 09:58
· 193 commits to master since this release
3339b7a

qdisc解析器

新增了qdisc解析器,可以在一些内核函数上跟踪qdisc的状态,格式如下所示:

queue state: 0, flags: 54, last update: 0ms, len: 0

socket模式

使用--sock可以以套接口作为对象来进行跟踪

监控模式

使用--monitor可以使用监控模式,常态化监控网络异常。需要一定的内核特性支持,目前的规则还比较少,需要进一步丰富起来。

堆栈打印

可以通过--trace-stack指定需要进行堆栈打印的内核函数

开发手册

新增了开发手册:docs/develop.md