TheDiveO
TheDiveO
No, just wanted to make sure that I'm getting this right. Thank you very much! One thing that I noticed already when leak-testing another go-based target: make sure to get...
Now for the hard question: which package name to use when integrating the fd leak detection into Gomega? Based on urban dict results I doubt `gooze` would be a good...
@onsi ping ... what would your suggestion as to the package name for the fd leak testing package?
`gspill` is perfectly fine with me!
Basically depends on when I find a few minutes and if there are no general structural changes in the npm package `@fortawesome/fontawesome-free`.
This code snippet here hopefully serves as an example, it is from Cilium's ebpf Go module: https://github.com/cilium/ebpf/blob/master/examples/tcprtt/tcprtt.c. ```c SEC("fentry/tcp_close") int BPF_PROG(tcp_close, struct sock *sk) { if (sk->__sk_common.skc_family != AF_INET) {...
I would like to recover XSK information for diagnosis that currently is not exposed to user space; especially the netdevs and queues XSKs are bound to. For this, I could...
While "show sockets" (what a horrible abbreviation) is okay, I need to be able to access the functionality I need from several of my own tools, which are container and...
Now that's looking like an attractive rabbit hole: let's see if I can come up with a PR to vishvananda/netlink so we get this upstream anyway. I wasn't aware of...
I've made progress and have some code that adds the XDP socket diagnose message handling to my fork of https://github.com/vishvananda/netlink: this looks very promising to be the data I was...