Download Latest Version pwru-linux-amd64.tar.gz (3.5 MB)
Email in envelope

Get an email when there's a new version of pwru

Home / v1.0.10
Name Modified Size InfoDownloads / Week
Parent folder
pwru-linux-amd64.tar.gz 2025-08-14 3.5 MB
pwru-linux-amd64.tar.gz.sha256sum 2025-08-14 90 Bytes
pwru-linux-arm64.tar.gz 2025-08-14 3.2 MB
pwru-linux-arm64.tar.gz.sha256sum 2025-08-14 90 Bytes
README.md 2025-08-14 13.0 kB
Release v1.0.10 source code.tar.gz 2025-08-14 7.0 MB
Release v1.0.10 source code.zip 2025-08-14 8.2 MB
Totals: 7 Items   21.9 MB 1

Major Changes

  • Users can now select which SKB/XDP fields to output using --output-{skb,xdp}-metadata [#509]. For example: pwru --filter-trace-xdp --output-xdp-metadata 'xdp->rxq->dev->ifindex' host 1.1.1.1 ... 1.1.1.1:0->192.168.241.133:0(icmp) bpf_prog_3b185187f1855c4c_dummy[bpf](xdp) ifindex=2
  • Added support for tunnel traffic filtering and output [#494]. For example: pwru --filter-func=udp_queue_rcv_skb 'port 8472' --output-tunnel --filter-tunnel-pcap-l3 'port 8080' --output-tcp-flags ... 172.18.0.5:54806->172.18.0.2:8472(udp) udp_queue_rcv_skb 52:2e:36:8d:11:23 -> ba:44:d8:6c:66:5a 10.244.1.205:36739->10.244.3.122:8080(tcp:SYN)
  • pwru now accepts an SKB mark mask via --filter-mark mark[/mask] [#471]. For example, you can run pwru --filter-mask 0xa00/0xf00.
  • The fast kprobe-multi backend is now supported for tracing kernel modules [#470]. For example: pwru --all-kmods ... Attaching kprobes (via kprobe-multi)...
  • TCP flags can now be displayed when --output-tcp-flags is set [#466]. For example: pwru --output-tcp-flags 'host 1.1.1.1' ... ... 192.168.1.165:44884->1.1.1.1:80(tcp:SYN) ip_local_out
  • In addition to amd64, pwru is now published for arm64 in the Docker container image [#569].
  • pwru is now tested in CI tested on both amd64, but also arm64 [#576].
  • pwru can now run on the LoongArch architecture [#337].

Full Changelog

New Contributors

Full Changelog: https://github.com/cilium/pwru/compare/v1.0.9...v1.0.10

Source: README.md, updated 2025-08-14