Wed, 12 Mar 2025 10:00:28 CST | login

Information for build nettrace-1.2.9-2.ocs23

ID18151
Package Namenettrace
Version1.2.9
Release2.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/nettrace.git?.#a1d025785d0deceaaa5fb250854e7c7e65886337
SummaryAn eBPF-based tool to trace network packet and diagnose network problem
Descriptionnettrace is is a powerful tool to trace network packet and diagnose network problem inside kernel. It make use of eBPF. 'skb' is the struct that used in kernel to store network package. By tracing kernel function and tracepoint (with the help of kprobe based on eBPF) that handle skb, nettrace is able to show the path of skb bypass inside kernel network stack. Therefor, some network issue (such as package drop) can be solved simply.
Built byocs-bot
State failed
Volume DEFAULT
StartedSun, 18 Aug 2024 22:28:40 CST
CompletedSun, 18 Aug 2024 22:36:35 CST
Taskbuild (dist-ocs23, /opencloudos-stream/nettrace.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/nettrace.git?.#origin/master'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.9-2 - Rebuilt for loongarch release * Thu Apr 18 2024 rockerzhu <rockerzhu@tencent.com> - 1.2.9-1 - Upgrade to 1.2.9 - Improve the SPEC file to adapt the new os release. * Tue Jan 10 2023 Xun Zhong <victorzhong@tencent.com> - 1.2.3-1 - init