Information for build nettrace-1.2.9-2.oc9

ID31712
Package Namenettrace
Version1.2.9
Release2.oc9
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 byfanjunkong
State complete
Volume DEFAULT
StartedFri, 29 Nov 2024 17:44:56 CST
CompletedFri, 29 Nov 2024 17:55:26 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/nettrace.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/nettrace.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
nettrace-1.2.9-2.oc9.src.rpm (info) (download)
aarch64
nettrace-1.2.9-2.oc9.aarch64.rpm (info) (download)
x86_64
nettrace-1.2.9-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
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