链路时延检测功能说明
链路时延检测提供鲲鹏网络检测和分析功能,采集网络协议栈的时延数据,分析网络性能瓶颈。在部署K-NET网络加速套件前,可以使用该工具采集和分析。
K-NET网络加速套件提供统一的软件框架,发挥软硬协同优势,释放网卡硬件性能。详细内容请参见《Data Acceleration Kit K-NET 通信协议加速 用户指南》。
命令功能
链路时延检测提供采集运行时数据的能力,分析并展示函数调用的时序图,分析函数兼容性。
命令格式
1 | devkit advisor knet |
使用示例
运行以下命令,查看链路时延检测支持的功能信息:
1 | devkit advisor knet |
返回信息如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 | usage: positional arguments: {seq-diag,compat} Modes of KNet seq-diag Analyze and Display the Sequence Diagram compat Analyze and Display the Compatibility attach Attach the collector(librecord.so) to a running process options: -l {0,1,2,3}, --log-level {0,1,2,3} Specifies the log level of the current task. The default value is INFO. --set-timeout TIMEOUT Specifies the timeout period of a task. By default, the timeout period is not set. |
功能 |
说明 |
---|---|
seq-diag |
分析并展示时序图。 |
compat |
分析并展示兼容性信息。 |
attach |
通过Attach模式采集运行时数据。 |
父主题: 链路时延检测